Use human-readable file names in the docs (bug #16278)
This commit is contained in:
parent
f26062b277
commit
6ca36812b4
|
@ -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) $@
|
||||
|
|
Loading…
Reference in New Issue