summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-03-21 02:23:38 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-03-21 02:23:38 (EDT)
commitbb86126c7d90cd63a776db97d39592a081f06162 (patch)
tree5b7287cb4590e57725da8711914dbcffe740d164 /man
parent430dd4ef3ec45995ace264495871b5beafca6bfb (diff)
Support build system macros in manual pages.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 8746363..8870153 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -45,7 +45,7 @@ all: $(OBJS)
$(OBJS):
@printf ' CP man/%s\n' '$@'
- @cp $(SRCDIR)/man/$@.in $@
+ @sed -f ../sedscript $(SRCDIR)/man/$@.in > $@
.PHONY: clean
clean: