[Nice-commit] Nice/debian rules,1.8,1.9
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-20 19:26:51
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1879/debian Modified Files: rules Log Message: Build with the Ant jar file from package libant1.5-java Index: rules =================================================================== RCS file: /cvsroot/nice/Nice/debian/rules,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** rules 30 Nov 2003 11:22:27 -0000 1.8 --- rules 20 Feb 2004 17:45:40 -0000 1.9 *************** *** 24,28 **** # Ask javac to produce optimized code, but no debugging info # so that the package is smaller. ! $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe" javac="jikes-classpath" #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 --- 24,28 ---- # Ask javac to produce optimized code, but no debugging info # so that the package is smaller. ! $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe" javac="jikes-classpath" NICE_ANTJAR=/usr/share/java/ant-1.5.jar #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 |