Use human-readable file names in the docs (bug #16278)

This commit is contained in:
Alexey Khoroshilov 2008-12-28 05:15:45 -05:00 committed by Behdad Esfahbod
parent f26062b277
commit 6ca36812b4
1 changed files with 1 additions and 1 deletions

View File

@ -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) $@