From 6ca36812b4ece5368468278a9ff18f5a9c62b39f Mon Sep 17 00:00:00 2001 From: Alexey Khoroshilov Date: Sun, 28 Dec 2008 05:15:45 -0500 Subject: [PATCH] Use human-readable file names in the docs (bug #16278) --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) $@ -- 2.39.2