aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: