[java-policy] 12/198: Better way to retrieve the FAQ
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Sep 23 07:49:24 UTC 2015
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 d7de6f1ab5bf2d70feed1a035eacb39591143bd1
Author: Stephane Bortzmeyer <bortz at debian.org>
Date: Thu Dec 7 14:36:21 2000 +0000
Better way to retrieve the FAQ
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index bb8014d..870c85b 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ 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)
+ (cvs -d :pserver:anonymous at cvs.debian.org:/cvs/debian-doc -z3 checkout -d FAQ ddp/manuals.sgml/java-faq/debian-java-faq.sgml; mv FAQ/debian-java-faq.sgml .; rm -rf FAQ)
debian-java-faq.html: debian-java-faq.sgml
$(LANGUAGE) debiandoc2html debian-java-faq.sgml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git
More information about the pkg-java-commits
mailing list