X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=05bea16a9459165acd307a3cc72670cbd520182f;hb=1b732b61275f68abf70c905fc54a57b729ea95da;hp=7f4b6937fd3004029f90163cb7ba80b09b773345;hpb=e7d2f6f140f5f7de50f35440a93fcc3263c9ec3f;p=shibboleth%2Fxmltooling.git diff --git a/Makefile.am b/Makefile.am index 7f4b693..05bea16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ MOSTLYCLEANFILES = $(DX_CLEANFILES) dist-hook: rm -rf `find $(distdir)/xmltoolingtest/data -name .svn` + rm -rf `find $(distdir)/doc/api -name .svn` SUBDIRS = doc schemas xmltooling xmltoolingtest @@ -20,8 +21,8 @@ all-local: xmltooling.spec pkginfo endif install-data-hook: - rm -rf $(DESTDIR)/$(prefix)/doc/@PACKAGE@/api - cp -r doc/api $(DESTDIR)/$(prefix)/doc/@PACKAGE@ + rm -rf $(DESTDIR)/$(datadir)/doc/@PACKAGE@/api + cp -r doc/api $(DESTDIR)/$(datadir)/doc/@PACKAGE@ xmltooling.spec: xmltooling.spec.in Makefile rm -f $@.tmp @@ -48,6 +49,7 @@ EXTRA_DIST = $(DX_CONFIG) \ xmltooling.spec \ pkginfo.in \ pkginfo \ - checkinstall + depend \ + postinstall DISTCLEANFILES = xmltooling.spec pkginfo