This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-policy.
commit 58b036a0c3205c8e7ffd15c62c1a140820a5cedb Author: Stephane Bortzmeyer <[email protected]> Date: Thu Dec 7 14:26:01 2000 +0000 Java FAQ from the DDP CVS --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d70369a..bb8014d 100644 --- a/Makefile +++ b/Makefile @@ -65,12 +65,13 @@ clean: # For the debian-java-FAQ # by Javier Fern�ndez-Sanguino Pe�a <[email protected]> -# TODO: get the FAQ from CVS before? - debian-java-faq: debian-java-faq.html debian-java-faq.ps debian-java-faq.txt OUTPUTS += debian-java-faq.ps debian-java-faq.txt +debian-java-faq.sgml: + (cd ../java-faq; cvs update) + debian-java-faq.html: debian-java-faq.sgml $(LANGUAGE) debiandoc2html debian-java-faq.sgml debian-java-faq.dvi: debian-java-faq.sgml -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

