Remove %nmhdate% substitution from man.sed. It's no longer used.
authorLyndon Nerenberg <lyndon@orthanc.ca>
Sun, 21 Oct 2012 19:37:49 +0000 (12:37 -0700)
committerLyndon Nerenberg <lyndon@orthanc.ca>
Sun, 21 Oct 2012 19:37:49 +0000 (12:37 -0700)
Makefile.am

index 836c37f..ec21483 100644 (file)
@@ -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' >> $@