sync
This commit is contained in:
parent
50c8bafd9f
commit
ac06c97e30
820 changed files with 467502 additions and 386453 deletions
10
dist/fontconfig/fc-cache/Makefile.am
vendored
10
dist/fontconfig/fc-cache/Makefile.am
vendored
|
@ -1,8 +1,8 @@
|
|||
#
|
||||
#
|
||||
# fontconfig/fc-cache/Makefile.am
|
||||
#
|
||||
#
|
||||
# Copyright © 2003 Keith Packard
|
||||
#
|
||||
#
|
||||
# Permission to use, copy, modify, distribute, and sell this software and its
|
||||
# documentation for any purpose is hereby granted without fee, provided that
|
||||
# the above copyright notice appear in all copies and that both that
|
||||
|
@ -12,7 +12,7 @@
|
|||
# specific, written prior permission. The authors make no
|
||||
# representations about the suitability of this software for any purpose. It
|
||||
# is provided "as is" without express or implied warranty.
|
||||
#
|
||||
#
|
||||
# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||
# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||
|
@ -54,7 +54,7 @@ fc_cache_LDADD = ${top_builddir}/src/libfontconfig.la
|
|||
|
||||
if USEDOCBOOK
|
||||
|
||||
${man_MANS}: ${SGML}
|
||||
${man_MANS}: ${SGML}
|
||||
$(AM_V_GEN) $(RM) $@; \
|
||||
$(DOC2MAN) ${SGML}; \
|
||||
$(RM) manpage.*
|
||||
|
|
6
dist/fontconfig/fc-cache/fc-cache.c
vendored
6
dist/fontconfig/fc-cache/fc-cache.c
vendored
|
@ -223,7 +223,7 @@ scanDirs (FcStrList *list, FcConfig *config, FcBool force, FcBool really_force,
|
|||
if (cache)
|
||||
was_valid = FcTrue;
|
||||
}
|
||||
|
||||
|
||||
if (!cache)
|
||||
{
|
||||
(*changed)++;
|
||||
|
@ -266,7 +266,7 @@ scanDirs (FcStrList *list, FcConfig *config, FcBool force, FcBool really_force,
|
|||
}
|
||||
for (i = 0; i < FcCacheNumSubdir (cache); i++)
|
||||
FcStrSetAdd (subdirs, FcCacheSubdir (cache, i));
|
||||
|
||||
|
||||
FcDirCacheUnload (cache);
|
||||
|
||||
sublist = FcStrListCreate (subdirs);
|
||||
|
@ -454,7 +454,7 @@ main (int argc, char **argv)
|
|||
|
||||
FcConfigDestroy (config);
|
||||
FcFini ();
|
||||
/*
|
||||
/*
|
||||
* Now we need to sleep a second (or two, to be extra sure), to make
|
||||
* sure that timestamps for changes after this run of fc-cache are later
|
||||
* then any timestamps we wrote. We don't use gettimeofday() because
|
||||
|
|
8
dist/fontconfig/fc-cache/fc-cache.sgml
vendored
8
dist/fontconfig/fc-cache/fc-cache.sgml
vendored
|
@ -8,7 +8,7 @@
|
|||
manpage.1: manpage.sgml
|
||||
docbook-to-man $< > $@
|
||||
|
||||
|
||||
|
||||
The docbook-to-man binary is found in the docbook-to-man package.
|
||||
Please remember that if you create the nroff version in one of the
|
||||
debian/rules file targets (such as build), you will need to include
|
||||
|
@ -77,7 +77,7 @@ manpage.1: manpage.sgml
|
|||
<arg><option>--version</option></arg>
|
||||
<arg><option>--help</option></arg>
|
||||
<arg rep="repeat"><option><replaceable>dir</replaceable></option></arg>
|
||||
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
|
@ -123,7 +123,7 @@ manpage.1: manpage.sgml
|
|||
<option>--chroot <replacable>root</replacable></option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Change root directory into <replacable>root</replacable>
|
||||
<para>Change root directory into <replacable>root</replacable>
|
||||
before starting.</para>
|
||||
</listitem>
|
||||
<term><option>-f</option>
|
||||
|
@ -198,7 +198,7 @@ manpage.1: manpage.sgml
|
|||
<title>RETURN CODES</title>
|
||||
<para><command>fc-cache</command> returns zero if the caches successfully generated. otherwise non-zero.</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1>
|
||||
<title>FILES</title>
|
||||
<variablelist>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue