summaryrefslogtreecommitdiff
path: root/doc/guide/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guide/Makefile')
-rw-r--r--doc/guide/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile
index a049b401e5a..7b7189be687 100644
--- a/doc/guide/Makefile
+++ b/doc/guide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2009/04/08 22:43:23 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2009/06/14 22:58:00 joerg Exp $
#
DISTNAME= pkgsrc-guide-${PKGVERSION}
@@ -73,9 +73,6 @@ post-install:
${FIND} ${DOCDIR} \( -type f -o -type l \) -print \
| ${SORT} | ${SED} -e "s,${PREFIX}/,,g" \
>> ${PLIST_SRC}
- ${FIND} ${DOCDIR} -type d -print \
- | ${SORT} -r | ${SED} -e "s,${PREFIX}/,@dirrm ,g" \
- >> ${PLIST_SRC}
# install the single-file HTML and ascii output into the pkgsrc doc/
# directory, for distribution with pkgsrc.