summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2004-10-21 23:28:57 +0000
committerhubertf <hubertf@pkgsrc.org>2004-10-21 23:28:57 +0000
commitd4ac06682bb74ae23eb218f60396bcfa894dd0ae (patch)
treeeb6ca121ce16ed016cc763eadcb552e4996bc063
parent99675ac965df9b9bcf315d8ea04d852f61432044 (diff)
downloadpkgsrc-d4ac06682bb74ae23eb218f60396bcfa894dd0ae.tar.gz
Fix PDF building by using more files from htdocs
XXX someone with XML clue may have a look on this whole thing...
-rw-r--r--doc/guide/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile
index a19e596ba4a..5b360a18ded 100644
--- a/doc/guide/Makefile
+++ b/doc/guide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/21 14:37:06 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/21 23:28:57 hubertf Exp $
#
DISTNAME= htdocs-share-20041021
@@ -58,6 +58,10 @@ GHOSTSCRIPT_REQD= 7.05
pre-extract:
@cd ${FILESDIR} && ${PAX} -rw . ${WRKSRC}
+ ${RM} -f ${WRKSRC}/share/netbsd.dsl \
+ && ${LN} -s ../../htdocs/share/xml/netbsd.dsl ${WRKSRC}/share/netbsd.dsl
+ ${RM} -f ${WRKSRC}/share/default.dsl \
+ && ${LN} -s ../../htdocs/share/xml/default.dsl ${WRKSRC}/share/default.dsl
do-build:
.for _output_ in ${OUTPUTS}