]> git.wh0rd.org - fontconfig.git/blobdiff - Makefile.am
Add share/doc directory. Add Fc*.3 man pages.
[fontconfig.git] / Makefile.am
index 7ee600e67ae7d08509ffcef16de5b48492d6a6b4..fd10fbb3da3984900f18c41f84b46956baf7f325 100644 (file)
@@ -21,7 +21,7 @@
 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 #  PERFORMANCE OF THIS SOFTWARE.
 
-SUBDIRS=fontconfig fc-lang src fc-cache fc-list doc test
+SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list fc-match doc test
 
 EXTRA_DIST = \
         fontconfig.pc.in \
@@ -29,7 +29,8 @@ EXTRA_DIST = \
        fonts.dtd \
        local.conf \
         fontconfig.spec.in \
-        fontconfig.spec
+        fontconfig.spec \
+       fontconfig-zip.in
 
 pkgconfigdir=$(libdir)/pkgconfig
 pkgconfig_DATA = fontconfig.pc
@@ -47,4 +48,4 @@ install-data-local:
          echo " $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf"; \
          $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf; \
        fi; fi; fi
-       if [ x$(DESTDIR) = x ]; then $(bindir)/fc-cache -f -v; fi
+       if [ x$(DESTDIR) = x ]; then fc-cache/fc-cache -f -v; fi