From d4ac06682bb74ae23eb218f60396bcfa894dd0ae Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 21 Oct 2004 23:28:57 +0000 Subject: Fix PDF building by using more files from htdocs XXX someone with XML clue may have a look on this whole thing... --- doc/guide/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3