[123000] branches/new-help-system/base/doc
cal at macports.org
cal at macports.org
Sun Aug 3 08:48:04 PDT 2014
Revision: 123000
https://trac.macports.org/changeset/123000
Author: cal at macports.org
Date: 2014-08-03 08:48:04 -0700 (Sun, 03 Aug 2014)
Log Message:
-----------
base: Only delete .xml and .html files actually generated by the Makefile
Modified Paths:
--------------
branches/new-help-system/base/doc/Makefile.in
branches/new-help-system/base/doc/port.1
Modified: branches/new-help-system/base/doc/Makefile.in
===================================================================
--- branches/new-help-system/base/doc/Makefile.in 2014-08-03 15:04:12 UTC (rev 122999)
+++ branches/new-help-system/base/doc/Makefile.in 2014-08-03 15:48:04 UTC (rev 123000)
@@ -64,8 +64,9 @@
html: ${MANHTML}
clean:
- rm -f *.{1,5,7}.html
- rm -f *.{1,5,7}.xml
+ rm -f ${MANTXT:%.txt=%.gz}
+ rm -f ${MANTXT:%.txt=%.html}
+ rm -f ${MANTXT:%.txt=%.xml}
rm -f *.{1,5,7}.gz
rm -f .dep
Modified: branches/new-help-system/base/doc/port.1
===================================================================
--- branches/new-help-system/base/doc/port.1 2014-08-03 15:04:12 UTC (rev 122999)
+++ branches/new-help-system/base/doc/port.1 2014-08-03 15:48:04 UTC (rev 123000)
@@ -1,5 +1,5 @@
'\" t
-.TH "PORT" "1" "2013\-09\-07" "MacPorts 2\&.3\&.99" "MacPorts Manual"
+.TH "PORT" "1" "2014\-08\-03" "MacPorts 2\&.3\&.99" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140803/0a6487f2/attachment.html>
More information about the macports-changes
mailing list