pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide Added ../../../htdocs as a secondary default...
details: https://anonhg.NetBSD.org/pkgsrc/rev/83c286c5d631
branches: trunk
changeset: 500357:83c286c5d631
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Oct 07 12:14:26 2005 +0000
description:
Added ../../../htdocs as a secondary default value for HTDOCSDIR.
diffstat:
doc/guide/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r e77501cb0c28 -r 83c286c5d631 doc/guide/Makefile
--- a/doc/guide/Makefile Fri Oct 07 12:11:06 2005 +0000
+++ b/doc/guide/Makefile Fri Oct 07 12:14:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/09/28 20:52:20 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2005/10/07 12:14:26 rillig Exp $
#
DISTNAME= htdocs-share-20050727
@@ -23,7 +23,10 @@
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
DOCDIR= ${PREFIX}/share/doc/pkgsrc
+.if exists(/usr/cvs/htdocs)
HTDOCSDIR?= /usr/cvs/htdocs
+.endif
+HTDOCSDIR?= ../../../htdocs
BUILD_DEFS+= OUTPUTS
OUTPUTS?= lint html html-split ascii pdf
Home |
Main Index |
Thread Index |
Old Index