From: Lyndon Nerenberg Date: Sun, 21 Oct 2012 19:37:49 +0000 (-0700) Subject: Remove %nmhdate% substitution from man.sed. It's no longer used. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=765a601b8699892c4af0dc09e031a9631ba2e968;p=mmh Remove %nmhdate% substitution from man.sed. It's no longer used. --- diff --git a/Makefile.am b/Makefile.am index 836c37f..ec21483 100644 --- a/Makefile.am +++ b/Makefile.am @@ -524,7 +524,6 @@ $(man_MANS): man/man.sed man/man.sed: Makefile @echo 's,%nmhwarning%,THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT.,g' > $@ @echo 's,%nmhversion%,nmh-$(VERSION),g' >> $@ - @echo 's,%nmhdate%,$(DATE),g' >> $@ @echo 's,%bindir%,$(bindir),g' >> $@ @echo 's,%etcdir%,$(sysconfdir),g' >> $@ @echo 's,%libdir%,$(libdir),g' >> $@