[38101] trunk/base/doc/Makefile
raimue at macports.org
raimue at macports.org
Sun Jul 6 09:41:48 PDT 2008
Revision: 38101
http://trac.macosforge.org/projects/macports/changeset/38101
Author: raimue at macports.org
Date: 2008-07-06 09:41:47 -0700 (Sun, 06 Jul 2008)
Log Message:
-----------
doc/Makefile:
gzip man pages on make all
Modified Paths:
--------------
trunk/base/doc/Makefile
Modified: trunk/base/doc/Makefile
===================================================================
--- trunk/base/doc/Makefile 2008-07-06 16:38:22 UTC (rev 38100)
+++ trunk/base/doc/Makefile 2008-07-06 16:41:47 UTC (rev 38101)
@@ -8,7 +8,7 @@
include ../Mk/macports.autoconf.mk
endif
-all:
+all: ${MAN1:.1=.1.gz} ${MAN5:.5=.5.gz} ${MAN7:.7=.7.gz}
clean:
rm -f *.{1,5,7}.gz
@@ -27,7 +27,7 @@
%.7.gz: %.7
gzip -c $^ > $@
-install: ${MAN1:.1=.1.gz} ${MAN5:.5=.5.gz} ${MAN7:.7=.7.gz}
+install: all
$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}
$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${DESTDIR}${mpconfigdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080706/2e6bc51c/attachment.html
More information about the macports-changes
mailing list