parent
93e65a8541
commit
97d709e888
|
@ -200,7 +200,7 @@ func.refs: local-fontconfig-devel.sgml $(DOCS_DEPS)
|
||||||
$(RM) devel-man/manpage.* && \
|
$(RM) devel-man/manpage.* && \
|
||||||
rmdir devel-man || rm $@ || :
|
rmdir devel-man || rm $@ || :
|
||||||
confdir.sgml: $(srcdir)/confdir.sgml.in
|
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
|
$(DOC_FUNCS_SGML): $(DOC_FUNCS_FNCS) edit-sgml$(EXEEXT) $(srcdir)/func.sgml
|
||||||
$(TXT_FILES): $(DOCS_DEPS)
|
$(TXT_FILES): $(DOCS_DEPS)
|
||||||
|
|
|
@ -22,5 +22,5 @@
|
||||||
PERFORMANCE OF THIS SOFTWARE.
|
PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
<!-- this is filled in at make time -->
|
<!-- this is filled in at make time -->
|
||||||
<!--@CONFDIR@-->
|
<!--@BASECONFIGDIR@-->
|
||||||
/etc/fonts
|
/etc/fonts
|
||||||
|
|
Loading…
Reference in New Issue