summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-11-12 22:26:43 +1000
committerPeter Hutterer <peter.hutterer@redhat.com>2008-11-12 22:26:43 +1000
commit74b2cb0be98057a522c543b5259396ec1b456794 (patch)
treee9820bb239e5a543ece1a27715746a96b74bf656
parentf938c524f74fa8828a954bed51d0f3c4c7eb0fad (diff)
man: fix out of source builds.
As pointed out by johnflux on IRC.
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 91ce945..f0829b7 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -121,7 +121,7 @@ dist-hook: $(libman_PRE)
$(libman_PRE): do_xmlto_stage
do_xmlto_stage: $(libman_xml)
- $(XMLTO) man $(libman_xml)
+ $(XMLTO) man $?
for m in $(XI_manpages); do \
mv -f $$m.__libmansuffix__ $$m.man ; \
done