]> git.wh0rd.org - fontconfig.git/blobdiff - Makefile.am
Add share/doc directory. Add Fc*.3 man pages.
[fontconfig.git] / Makefile.am
index 573f84c879f4f6df192238a3a4d78c32ebb6796a..fd10fbb3da3984900f18c41f84b46956baf7f325 100644 (file)
 #  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
+SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list fc-match doc test
 
 EXTRA_DIST = \
         fontconfig.pc.in \
         fonts.conf.in \
        fonts.dtd \
        local.conf \
-        stamp-h.in
+        fontconfig.spec.in \
+        fontconfig.spec \
+       fontconfig-zip.in
 
 pkgconfigdir=$(libdir)/pkgconfig
 pkgconfig_DATA = fontconfig.pc
@@ -46,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