diff options
author | Ola Nordmann <olapc@yahoo.no> | 2002-02-05 15:34:54 +0000 |
---|---|---|
committer | Ola Nordmann <olapc@yahoo.no> | 2002-02-05 15:34:54 +0000 |
commit | 7043b8849069521114f64a0a43e35cae276bdce7 (patch) | |
tree | fcaa29180a25bdd7af1c5804145ff4ac4860fd45 | |
parent | 121be2ddf41fca62e9c0b5c96c0fcf79af374b8e (diff) | |
download | java-common-7043b8849069521114f64a0a43e35cae276bdce7.tar.gz |
Updated the publish code.
-rw-r--r-- | Makefile | 4 | ||||
-rwxr-xr-x | publish.sh | 3 |
2 files changed, 3 insertions, 4 deletions
@@ -8,7 +8,7 @@ # Some default variables DOC = usr/share/doc DVIPS=dvips -PUBLISHDIR = $(DESTDIR)/$(DOC)/java-common +PUBLISHDIR=$(DESTDIR)/$(DOC)/java-common #DSLF=work.dsl #DSL=-d $(DSLF) # Default language to use @@ -67,7 +67,7 @@ debian-java-faq-gen: debian-java-faq # Change the publish dir if you want to send it to a new package. debian-java-faq-install: debian-java-faq debian-java-faq-gen - (cd $<; make publish PUBLISHDIR=$(DESTDIR)/$(DOC)/java-common) + (cd $<; make publish PUBLISHDIR=$(PUBLISHDIR)) debian-java-faq: (cvs -d :pserver:anonymous@cvs.debian.org:/cvs/debian-doc -z3 checkout -d debian-java-faq ddp/manuals.sgml/java-faq) @@ -1,5 +1,4 @@ #!/bin/sh make policy.html -FILES="$(find . -maxdepth 1 -type f -name '*.html' -printf '%f ')" -scp $FILES opal@people.debian.org:public_html/java +scp debian-java-policy.html/*html opal@people.debian.org:public_html/java |