]> git.wh0rd.org - fontconfig.git/commitdiff
Testing syncmail yet again.
authorNoah Levitt <nlevitt@gmail.com>
Tue, 22 Apr 2003 23:34:50 +0000 (23:34 +0000)
committerNoah Levitt <nlevitt@gmail.com>
Tue, 22 Apr 2003 23:34:50 +0000 (23:34 +0000)
.cvsignore
configure.in
doc/Makefile.am
doc/fontconfig-user.sgml

index d908ae05ef25e536d5133d8d1458325ee694ea05..8c9729cec14f3268137ba53fc192a74395e6caba 100644 (file)
@@ -1,6 +1,6 @@
+aclocal.m4
 Makefile
 Makefile.in
-aclocal.m4
 config.cache
 config.h
 config.h.in
index 3453bae131ebf4bb8e3bb9cf015809f5d7653db4..d06058a293ac655d3e3469214acf9a096b4384db 100644 (file)
@@ -363,6 +363,7 @@ fc-cache/Makefile
 fc-list/Makefile
 doc/Makefile
 doc/version.sgml
+doc/confdir.sgml
 test/Makefile
 fontconfig.spec
 fontconfig.pc
index 4a72f3933eca4604d2d613b171f12595a9443ae6..f5018103bda017e202a5ee912ce1ef02cf99b823 100644 (file)
@@ -105,7 +105,7 @@ if ENABLE_DOCS
 
 $(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
        $(DOC2MAN) fontconfig-devel.sgml
        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)
 
-fonts-conf.5: fontconfig-user.sgml version.sgml
+fonts-conf.5: fontconfig-user.sgml version.sgml confdir.sgml
        $(RM) file.refs
        $(DOC2MAN) fontconfig-user.sgml
        $(RM) manpage.refs manpage.links
@@ -124,16 +124,16 @@ clean-local:
        $(RM) $(man_MANS) $(DOC_FILES) $(DOC_FUNCS_SGML) func.refs
        $(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
        $(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
 
-fontconfig-user.txt:  fontconfig-user.sgml version.sgml
+fontconfig-user.txt:  fontconfig-user.sgml version.sgml confdir.sgml
 else
 all-local:
 clean-local:
index d5c4be8b92c082352dc99b2a6fd01795b1d2b901..450be524b9bc9009e7902aaf7f783306b782c870 100644 (file)
@@ -1,5 +1,6 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
 <!ENTITY version SYSTEM "version.sgml">
+<!ENTITY confdir SYSTEM "confdir.sgml">
 ]>
 <!--
     $Id$
@@ -35,8 +36,8 @@
 </refnamediv>
 <refsynopsisdiv>
 <synopsis>
-   /etc/fonts/fonts.conf
-   /etc/fonts/fonts.dtd
+   &confdir;/fonts.conf
+   &confdir;/fonts.dtd
    ~/.fonts.conf
 </synopsis>
 </refsynopsisdiv>
@@ -231,7 +232,7 @@ a text editor.
   </para><para>
 The fontconfig document type definition resides in the external entity
 "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:
     <programlisting>
        &lt;?xml version="1.0"?&gt;
@@ -404,7 +405,7 @@ This is an example of a system-wide configuration file
     <programlisting>
 &lt;?xml version="1.0"?&gt;
 &lt;!DOCTYPE fontconfig SYSTEM "fonts.dtd"&gt;
-&lt;!-- /etc/fonts/fonts.conf file to configure system font access --&gt;
+&lt;!-- &confdir;/fonts.conf file to configure system font access --&gt;
 &lt;fontconfig&gt;
 &lt;!-- 
        Find fonts in these directories