1
0
forked from GitHub/gf-core

make gfdoc

This commit is contained in:
aarne
2004-06-22 14:54:05 +00:00
parent 6cb989f467
commit 8725379be3
2 changed files with 11 additions and 10 deletions

View File

@@ -133,3 +133,5 @@ install: install-gf2
$(INSTALL) -d $(libdir)/GF-$(PACKAGE_VERSION)
$(INSTALL) jgf2 $(bindir)
$(INSTALL) java/gf-java.jar $(libdir)/GF-$(PACKAGE_VERSION)
gfdoc:
cd util ; $(GHMAKE) GFDoc.hs -o gfdoc ; cd ..