]> git.wh0rd.org - fontconfig.git/commitdiff
Fix parallel build in doc directory. 2.4.92
authorKeith Packard <keithp@koto.keithp.com>
Tue, 6 Nov 2007 00:08:55 +0000 (16:08 -0800)
committerKeith Packard <keithp@koto.keithp.com>
Tue, 6 Nov 2007 00:08:55 +0000 (16:08 -0800)
docbook2man has fixed output file names; place output in a subdirectory to
avoid collisions.

doc/Makefile.am

index 7a9a7c290dab2671648ba2dd85163c65fbc4d9d9..b7c28123888b4c69e56af7af4dbbfea8f07d33a7 100644 (file)
@@ -118,9 +118,11 @@ $(man3_MANS): func.refs
 
 func.refs: local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml
        $(RM) func.refs
-       $(DOC2MAN) local-fontconfig-devel.sgml && \
-       mv manpage.refs func.refs
-       $(RM) manpage.links
+       $(DOC2MAN) -o devel-man local-fontconfig-devel.sgml && \
+       mv devel-man/manpage.refs func.refs && \
+       mv devel-man/*.3 . && \
+       $(RM) devel-man/manpage.links && \
+       rmdir devel-man
 
 local-fontconfig-devel.sgml: fontconfig-devel.sgml
        $(LN_S) $< $@