From: Alexey Khoroshilov Date: Sun, 28 Dec 2008 10:15:45 +0000 (-0500) Subject: Use human-readable file names in the docs (bug #16278) X-Git-Tag: 2.7.0~150 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6ca36812b4ece5368468278a9ff18f5a9c62b39f;hp=f26062b277e1781876a30d3170fca8bbba2409ab;p=fontconfig.git Use human-readable file names in the docs (bug #16278) --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 2bc1f5e..d6f0d7b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -146,7 +146,7 @@ clean-local: $(HTML_DIR): local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml $(RM) -r $(HTML_DIR) - $(DOC2HTML) -o $(HTML_DIR) local-fontconfig-devel.sgml + $(DOC2HTML) -V '%use-id-as-filename%' -o $(HTML_DIR) local-fontconfig-devel.sgml fontconfig-devel.txt: local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml $(RM) $@