download doc

This commit is contained in:
aarne
2004-11-08 15:30:40 +00:00
parent c0a26f13c2
commit 0d39d9f8b8
3 changed files with 19 additions and 14 deletions

View File

@@ -140,7 +140,7 @@ binary-dist:
rm -rf $(BIN_DIST_DIR)
mkdir $(BIN_DIST_DIR)
./configure --host="$(host)" CPPFLAGS="`lib__readline -I` `lib__ncurses -I`" LDFLAGS="`lib__readline -l` `lib__ncurses -l`"
make unix gfdoc jar
$(MAKE) unix gfdoc jar
$(INSTALL) ../bin/gf util/gfdoc $(BIN_DIST_DIR)
$(INSTALL) -m 0644 java/gf-java.jar $(BIN_DIST_DIR)
$(INSTALL) configure config.guess config.sub install-sh $(BIN_DIST_DIR)