RGL Browser

(added files which didn't add in previous patch)
This commit is contained in:
john.j.camilleri
2012-05-11 12:00:52 +00:00
parent 94f99118ad
commit 99c7579e85
7 changed files with 1783 additions and 0 deletions

13
lib/doc/browse/Makefile Normal file
View File

@@ -0,0 +1,13 @@
##
# Makefile for GF RGL Browser
# John J. Camilleri, 2012
##
dir=../../src
all:
./build-tags.sh
clean:
find -name '*.gf-tags' | xargs rm
cd $(dir) ; find -name '*.gfo' | xargs rm
cd $(dir) ; find -name '*.gf-tags' | xargs rm