From: ayin Date: Tue, 29 Jan 2008 11:11:07 +0000 (+0000) Subject: Insert the actual version number only in final man pages. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=afac70d7787728a713cc4bbb0827edaad661c08d;p=dana%2Furxvt.git Insert the actual version number only in final man pages. --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 27e8b979..bac58b3e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -34,7 +34,7 @@ SEDREPLACE = -e 's%@@RXVT_VERSION@@%$(VERSION)%g;' \ -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \ -e 's%@@URXVT_NAME@@%urxvt%g;' -POD2MAN = pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -c "RXVT-UNICODE" +POD2MAN = pod2man -n @@RXVT_NAME@@ -r @@RXVT_VERSION@@ -q\" -c "RXVT-UNICODE" all: sed $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man