Testing syncmail yet again.
This commit is contained in:
parent
993ffcdd0c
commit
27de1f430a
|
@ -1,6 +1,6 @@
|
||||||
|
aclocal.m4
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
aclocal.m4
|
|
||||||
config.cache
|
config.cache
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
|
|
|
@ -363,6 +363,7 @@ fc-cache/Makefile
|
||||||
fc-list/Makefile
|
fc-list/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/version.sgml
|
doc/version.sgml
|
||||||
|
doc/confdir.sgml
|
||||||
test/Makefile
|
test/Makefile
|
||||||
fontconfig.spec
|
fontconfig.spec
|
||||||
fontconfig.pc
|
fontconfig.pc
|
||||||
|
|
|
@ -105,7 +105,7 @@ if ENABLE_DOCS
|
||||||
|
|
||||||
$(man_MANS): func.refs
|
$(man_MANS): func.refs
|
||||||
|
|
||||||
func.refs: fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml
|
func.refs: fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml
|
||||||
$(RM) func.refs
|
$(RM) func.refs
|
||||||
$(DOC2MAN) fontconfig-devel.sgml
|
$(DOC2MAN) fontconfig-devel.sgml
|
||||||
mv manpage.refs func.refs
|
mv manpage.refs func.refs
|
||||||
|
@ -113,7 +113,7 @@ func.refs: fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml
|
||||||
|
|
||||||
$(DOC_FUNCS_SGML): edit-sgml $(FNCS_TMPL)
|
$(DOC_FUNCS_SGML): edit-sgml $(FNCS_TMPL)
|
||||||
|
|
||||||
fonts-conf.5: fontconfig-user.sgml version.sgml
|
fonts-conf.5: fontconfig-user.sgml version.sgml confdir.sgml
|
||||||
$(RM) file.refs
|
$(RM) file.refs
|
||||||
$(DOC2MAN) fontconfig-user.sgml
|
$(DOC2MAN) fontconfig-user.sgml
|
||||||
$(RM) manpage.refs manpage.links
|
$(RM) manpage.refs manpage.links
|
||||||
|
@ -124,16 +124,16 @@ clean-local:
|
||||||
$(RM) $(man_MANS) $(DOC_FILES) $(DOC_FUNCS_SGML) func.refs
|
$(RM) $(man_MANS) $(DOC_FILES) $(DOC_FUNCS_SGML) func.refs
|
||||||
$(RM) -r $(DOC_DIRS)
|
$(RM) -r $(DOC_DIRS)
|
||||||
|
|
||||||
fontconfig-devel: fontconfig-devel.sgml $(DOCS_FUNCS_SGML) version.sgml
|
fontconfig-devel: fontconfig-devel.sgml $(DOCS_FUNCS_SGML) version.sgml confdir.sgml
|
||||||
$(RM) -r fontconfig-devel
|
$(RM) -r fontconfig-devel
|
||||||
$(DOC2HTML) -o fontconfig-devel fontconfig-devel.sgml
|
$(DOC2HTML) -o fontconfig-devel fontconfig-devel.sgml
|
||||||
|
|
||||||
fontconfig-devel.txt: fontconfig-devel.sgml version.sgml
|
fontconfig-devel.txt: fontconfig-devel.sgml version.sgml confdir.sgml
|
||||||
|
|
||||||
fontconfig-user.html: fontconfig-user.sgml version.sgml
|
fontconfig-user.html: fontconfig-user.sgml version.sgml confdir.sgml
|
||||||
$(DOC2HTML) -u fontconfig-user.sgml
|
$(DOC2HTML) -u fontconfig-user.sgml
|
||||||
|
|
||||||
fontconfig-user.txt: fontconfig-user.sgml version.sgml
|
fontconfig-user.txt: fontconfig-user.sgml version.sgml confdir.sgml
|
||||||
else
|
else
|
||||||
all-local:
|
all-local:
|
||||||
clean-local:
|
clean-local:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
||||||
<!ENTITY version SYSTEM "version.sgml">
|
<!ENTITY version SYSTEM "version.sgml">
|
||||||
|
<!ENTITY confdir SYSTEM "confdir.sgml">
|
||||||
]>
|
]>
|
||||||
<!--
|
<!--
|
||||||
$Id$
|
$Id$
|
||||||
|
@ -35,8 +36,8 @@
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<synopsis>
|
<synopsis>
|
||||||
/etc/fonts/fonts.conf
|
&confdir;/fonts.conf
|
||||||
/etc/fonts/fonts.dtd
|
&confdir;/fonts.dtd
|
||||||
~/.fonts.conf
|
~/.fonts.conf
|
||||||
</synopsis>
|
</synopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
@ -231,7 +232,7 @@ a text editor.
|
||||||
</para><para>
|
</para><para>
|
||||||
The fontconfig document type definition resides in the external entity
|
The fontconfig document type definition resides in the external entity
|
||||||
"fonts.dtd"; this is normally stored in the default font configuration
|
"fonts.dtd"; this is normally stored in the default font configuration
|
||||||
directory (/etc/fonts). Each configuration file should contain the
|
directory (&confdir;). Each configuration file should contain the
|
||||||
following structure:
|
following structure:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
@ -404,7 +405,7 @@ This is an example of a system-wide configuration file
|
||||||
<programlisting>
|
<programlisting>
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<!-- /etc/fonts/fonts.conf file to configure system font access -->
|
<!-- &confdir;/fonts.conf file to configure system font access -->
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<!--
|
<!--
|
||||||
Find fonts in these directories
|
Find fonts in these directories
|
||||||
|
|
Loading…
Reference in New Issue