pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide Fix PDF building by using more files from ht...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/270f21b4a370
branches:  trunk
changeset: 482200:270f21b4a370
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Thu Oct 21 23:28:57 2004 +0000

description:
Fix PDF building by using more files from htdocs

XXX someone with XML clue may have a look on this whole thing...

diffstat:

 doc/guide/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r dd996e6469e7 -r 270f21b4a370 doc/guide/Makefile
--- a/doc/guide/Makefile        Thu Oct 21 21:30:45 2004 +0000
+++ b/doc/guide/Makefile        Thu Oct 21 23:28:57 2004 +0000
@@ -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 @@
 
 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}



Home | Main Index | Thread Index | Old Index