summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-18 22:36:48 +0000
committerrillig <rillig>2006-09-18 22:36:48 +0000
commite5c4ee06831651a7727c8e42ed4a2f6ff19b5e8a (patch)
tree836a771c860f7bf1419df761daed6b2838925bec /doc/guide
parent1b85b377b2d74710ba80ec93600876cd3a85c932 (diff)
downloadpkgsrc-e5c4ee06831651a7727c8e42ed4a2f6ff19b5e8a.tar.gz
Replaced "regenerate" with "regen" to save me from typing too much.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile
index 6dd2e52c66e..79c70c7304f 100644
--- a/doc/guide/Makefile
+++ b/doc/guide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/07/29 17:55:13 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2006/09/18 22:36:48 rillig Exp $
#
DISTNAME= pkgsrc-guide-${PKGVERSION}
@@ -91,22 +91,22 @@ install-htdocs: build
cd ${WRKSRC} && ${CP} pkgsrc.txt pkgsrc.pdf pkgsrc.ps *.html \
${HTDOCSDIR}/Documentation/pkgsrc
-.PHONY: regenerate regenerate-doc regenerate-htdocs
-regenerate: regenerate-doc regenerate-htdocs
+.PHONY: regen regen-doc regen-htdocs
+regen: regen-doc regen-htdocs
-regenerate-doc: build
+regen-doc: build
@${STEP_MSG} "Updating the files in pkgsrc/doc"
cd .. && cvs update pkgsrc.*
${MAKE} ${MAKEFLAGS} install-doc
@${STEP_MSG} "Committing the files in pkgsrc/doc"
- cd .. && cvs commit -m "regenerated." pkgsrc.*
+ cd .. && cvs commit -m "regen" pkgsrc.*
-regenerate-htdocs: build
+regen-htdocs: build
@${STEP_MSG} "Updating the files in htdocs"
cd ${HTDOCSDIR}/Documentation/pkgsrc && cvs update
${MAKE} ${MAKEFLAGS} install-htdocs
@${STEP_MSG} "Committing the files in htdocs"
- cd ${HTDOCSDIR}/Documentation/pkgsrc && cvs commit -m "regenerated."
+ cd ${HTDOCSDIR}/Documentation/pkgsrc && cvs commit -m "regen"
do-lint:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} lint