aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-10-09 00:05:52 +0000
committerReuben Thomas <rrt@sc3d.org>2010-10-09 00:05:52 +0000
commit0d34a0fbc004dcf4021102f2e26a150ed3651d38 (patch)
tree9cd31936feeaf8eb224d2625f7a69c4ffcb12bb7 /doc
parent209a8e656f559e0a515cad85569243387480d7dd (diff)
downloadplptools-0d34a0fbc004dcf4021102f2e26a150ed3651d38.tar.gz
plptools-0d34a0fbc004dcf4021102f2e26a150ed3651d38.tar.bz2
plptools-0d34a0fbc004dcf4021102f2e26a150ed3651d38.zip
Minor fix to man page build rules.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index db06092..b114df0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,12 +14,12 @@ edit = sed \
%.1: %.man Makefile
rm -f $@ $@.tmp
- $(edit) '$(srcdir)/$<' >$@.tmp
+ $(edit) $< >$@.tmp
mv $@.tmp $@
%.8: %.man Makefile
rm -f $@ $@.tmp
- $(edit) '$(srcdir)/$<' >$@.tmp
+ $(edit) $< >$@.tmp
mv $@.tmp $@
distclean-local: