]> git.wh0rd.org - fontconfig.git/blobdiff - fc-cache/Makefile.am
Overhaul the serialization system to create one mmapable file per directory
[fontconfig.git] / fc-cache / Makefile.am
index 3d584bc2c6ea8121ce1a1d87bfcdb73c5bfee4b1..ad42af3b1b93674f54b9d24dc732eb51075928ec 100644 (file)
@@ -1,7 +1,7 @@
 # 
 #  $Id$
 # 
-#  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
@@ -27,9 +27,7 @@ FC_CACHE_SRC=${top_srcdir}/fc-cache
 
 SGML = ${FC_CACHE_SRC}/fc-cache.sgml
 
-INCLUDES=$(FREETYPE_CFLAGS)
-
-man_MANS=fc-cache.1
+INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS)
 
 bin_PROGRAMS=fc-cache
 
@@ -38,17 +36,19 @@ EXTRA_DIST=$(SGML)
 fc_cache_LDADD = ${top_builddir}/src/libfontconfig.la
 
 if USEDOCBOOK
-                                                                                
-${man_MANS}: ${SGML}                                                                           
+
+man_MANS=fc-cache.1
+
+${man_MANS}: ${SGML}   
        $(RM) $@
        $(DOC2MAN) ${SGML}
        $(RM) manpage.refs manpage.links
-                                                                                
+
 all-local: $(man_MANS)
-                                                                                
+
 clean-local:
        $(RM) $(man_MANS)
-                                                                                
+
 else
 all-local:
 clean-local: