diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-11-12 22:26:43 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-11-12 22:26:43 +1000 |
commit | 74b2cb0be98057a522c543b5259396ec1b456794 (patch) | |
tree | e9820bb239e5a543ece1a27715746a96b74bf656 | |
parent | f938c524f74fa8828a954bed51d0f3c4c7eb0fad (diff) |
man: fix out of source builds.
As pointed out by johnflux on IRC.
-rw-r--r-- | man/Makefile.am | 2 |
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 |