summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-11-06 11:28:26 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-11-06 11:28:26 +0100
commitec016ece81f4a63b313adef249cddc2f3f547f2e (patch)
treeed5ab403d3c1fb6b5b034d9fc55d8d26a38fe5ea /Makefile.am
parent61795c6bf7c86135324994e4f26aa88b8464ecf4 (diff)
Ditch spec and zip files
Change-Id: I552f00cb2549f4127e89210be013a64b84c3c65d
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
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