--- rxvt-unicode/doc/Makefile.in 2007/09/18 12:17:59 1.45 +++ rxvt-unicode/doc/Makefile.in 2007/11/10 14:53:14 1.46 @@ -34,6 +34,8 @@ -e 's%@@RXVT_LIBDIR@@%$(libdir)%g;' \ -e 's%@@URXVT_NAME@@%urxvt%g;' +POD2MAN = pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -c "RXVT-UNICODE" + all: sed $(SEDREPLACE) < $(srcdir)/rxvt.1.man.in >rxvt.1.man sed $(SEDREPLACE) < $(srcdir)/rxvtc.1.man.in >rxvtc.1.man @@ -48,13 +50,13 @@ $(srcdir)/podtbl <$< >$@ %.1.man.in: %.1.tbl - pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s1 -c "RXVT-UNICODE" <$< >$@ + $(POD2MAN) -s1 <$< >$@ %.3.man.in: %.3.tbl - pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s3 -c "RXVT-UNICODE" <$< >$@ + $(POD2MAN) -s3 <$< >$@ %.7.man.in: %.7.tbl - pod2man -n @@RXVT_NAME@@ -r"$(VERSION)" -q\" -s7 -c "RXVT-UNICODE" <$< >$@ + $(POD2MAN) -s7 <$< >$@ %.html: %.tbl sed $(SEDREPLACE) <$< | pod2xhtml --css http://res.tst.eu/pod.css >$@