diff options
author | Akira TAGOH <akira@tagoh.org> | 2020-07-02 13:55:04 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2020-07-02 13:55:04 +0900 |
commit | 97d709e888ae01785755ae6c650458cda732064b (patch) | |
tree | ab9e716ce47c3b4b19f65a759d399953a2166bb2 | |
parent | 93e65a85412a066afc7f6a1ed284d662d25d687d (diff) |
Fix a typo in doc/confdir.sgml.in
Since changes introduced by e181ab4d
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/confdir.sgml.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 2cb6410..36f78da 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -200,7 +200,7 @@ func.refs: local-fontconfig-devel.sgml $(DOCS_DEPS) $(RM) devel-man/manpage.* && \ rmdir devel-man || rm $@ || : confdir.sgml: $(srcdir)/confdir.sgml.in - $(AM_V_GEN) sed -e 's,@CONFDIR\@,${CONFDIR},' $(srcdir)/$@.in | awk '{if (NR > 1) printf("\n"); printf("%s", $$0);}' > $@ + $(AM_V_GEN) sed -e 's,@BASECONFIGDIR\@,${BASECONFIGDIR},' $(srcdir)/$@.in | awk '{if (NR > 1) printf("\n"); printf("%s", $$0);}' > $@ ## $(DOC_FUNCS_SGML): $(DOC_FUNCS_FNCS) edit-sgml$(EXEEXT) $(srcdir)/func.sgml $(TXT_FILES): $(DOCS_DEPS) diff --git a/doc/confdir.sgml.in b/doc/confdir.sgml.in index cfcaa9f..fd4d737 100644 --- a/doc/confdir.sgml.in +++ b/doc/confdir.sgml.in @@ -22,5 +22,5 @@ PERFORMANCE OF THIS SOFTWARE. --> <!-- this is filled in at make time --> -<!--@CONFDIR@--> +<!--@BASECONFIGDIR@--> /etc/fonts |