summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOla Nordmann <olapc@yahoo.no>2002-02-05 15:34:54 +0000
committerOla Nordmann <olapc@yahoo.no>2002-02-05 15:34:54 +0000
commit7043b8849069521114f64a0a43e35cae276bdce7 (patch)
treefcaa29180a25bdd7af1c5804145ff4ac4860fd45 /Makefile
parent121be2ddf41fca62e9c0b5c96c0fcf79af374b8e (diff)
downloadjava-common-7043b8849069521114f64a0a43e35cae276bdce7.tar.gz
Updated the publish code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ad46ab5..529f8f7 100644
--- a/Makefile
+++ b/Makefile
@@ -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)