diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 7e1cc85..fdddbeb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,21 +14,11 @@ EXTRA_DIST = \ NEWS \ README \ autogen.sh \ - libvisio.pc.in \ - libvisio-zip.in \ - libvisio.spec \ - libvisio.spec.in + libvisio.pc.in distclean-local: rm -rf *.cache *~ *.out *.pc -rpm: dist - rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz - @rm -f $(PACKAGE)-$(VERSION).tar.gz - -zip: all install - sh libvisio-zip - dist-hook: git log --date=short --pretty="format:@%cd %an <%ae> [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog |