pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide Changed to the current htdocs-share archive....
details: https://anonhg.NetBSD.org/pkgsrc/rev/0908c5aeb57b
branches: trunk
changeset: 519667:0908c5aeb57b
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Oct 07 09:29:19 2006 +0000
description:
Changed to the current htdocs-share archive. Added a target to regenerate
the archive, since that has been undocumented up to now.
diffstat:
doc/guide/Makefile | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r c1ab2e33edcf -r 0908c5aeb57b doc/guide/Makefile
--- a/doc/guide/Makefile Sat Oct 07 09:28:23 2006 +0000
+++ b/doc/guide/Makefile Sat Oct 07 09:29:19 2006 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.25 2006/09/18 22:36:48 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2006/10/07 09:29:19 rillig Exp $
#
DISTNAME= pkgsrc-guide-${PKGVERSION}
CATEGORIES= # empty
MASTER_SITES= ${MASTER_SITE_LOCAL}
-DISTFILES= htdocs-share-20060529.tar.gz
+DISTFILES= htdocs-share-20061007.tar.gz
MAINTAINER= packages%NetBSD.org@localhost
HOMEPAGE= http://www.NetBSD.org/Documentation/pkgsrc/
@@ -127,4 +127,14 @@
perl -p -i".detab.tmp" -e '${DETAB_PROGRAM}' *.xml && \
${RM} -f *.xml.detab.tmp
+# Generates a new htdocs-share-*.tar.gz archive from the current
+# contents of the htdocs directory. To make it available, it should
+# be copied to ftp.NetBSD.org/pub/pkgsrc/distfiles/LOCAL_PORTS/.
+.PHONY: htdocs-share
+htdocs-share:
+ cd ${HTDOCSDIR} \
+ && pax -wz -f ${.CURDIR}/htdocs-share-${PKGVERSION}.tar.gz \
+ -s ',^,htdocs/,' \
+ NetBSD.css share
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index