X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fc-cache%2FMakefile.am;h=300c96697334e7bafd686cb349429666de71a218;hb=8ba2b3c59b2cd0bf24b6045f5c6babdf49b4b30d;hp=3d584bc2c6ea8121ce1a1d87bfcdb73c5bfee4b1;hpb=394b2bf04651d62194c7faa836899d33ca3ed017;p=fontconfig.git diff --git a/fc-cache/Makefile.am b/fc-cache/Makefile.am index 3d584bc..300c966 100644 --- a/fc-cache/Makefile.am +++ b/fc-cache/Makefile.am @@ -1,21 +1,21 @@ # -# $Id$ +# fontconfig/fc-cache/Makefile.am # -# Copyright © 2003 Keith Packard +# 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 # copyright notice and this permission notice appear in supporting -# documentation, and that the name of Keith Packard not be used in +# documentation, and that the name of the author(s) not be used in # advertising or publicity pertaining to distribution of the software without -# specific, written prior permission. Keith Packard makes no +# 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. # -# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO -# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR +# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR @@ -27,28 +27,41 @@ FC_CACHE_SRC=${top_srcdir}/fc-cache SGML = ${FC_CACHE_SRC}/fc-cache.sgml -INCLUDES=$(FREETYPE_CFLAGS) +if OS_WIN32 +else +install-data-local: + -$(mkinstalldirs) "$(DESTDIR)$(fc_cachedir)" + +uninstall-local: + -$(RM) -rf "$(DESTDIR)$(fc_cachedir)" +endif -man_MANS=fc-cache.1 +INCLUDES=-I${top_srcdir} -I${top_srcdir}/src $(WARN_CFLAGS) bin_PROGRAMS=fc-cache -EXTRA_DIST=$(SGML) +BUILT_MANS=fc-cache.1 + +if ENABLE_DOCS +man_MANS=${BUILT_MANS} +endif + +EXTRA_DIST=fc-cache.sgml $(BUILT_MANS) fc_cache_LDADD = ${top_builddir}/src/libfontconfig.la if USEDOCBOOK - -${man_MANS}: ${SGML} + +${man_MANS}: ${SGML} $(RM) $@ $(DOC2MAN) ${SGML} - $(RM) manpage.refs manpage.links - + $(RM) manpage.* + all-local: $(man_MANS) - + clean-local: $(RM) $(man_MANS) - + else all-local: clean-local: