summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-21 11:01:56 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-21 11:01:56 +0200
commit91b10334fe8797902c2ec58da1be789803763d2d (patch)
tree48efbbdf2ad5b15b0bdcc233d5d33df00cd9339e /Makefile
parent8180d3975cb2af521030bcd46c32fdf2efdedf3f (diff)
downloadpgfuse-91b10334fe8797902c2ec58da1be789803763d2d.tar.gz
pgfuse-91b10334fe8797902c2ec58da1be789803763d2d.tar.bz2
-
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 2602e31..46bd188 100644
--- a/Makefile
+++ b/Makefile
@@ -136,17 +136,17 @@ install: all
cp schema.sql "$(datadir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)"
dist:
- rm -rf /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION)
- mkdir /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION)
- cp -r * /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION)/.
- cd /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION); \
+ rm -rf /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+ mkdir /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+ cp -r * /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/.
+ cd /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION); \
$(MAKE) clean; \
cd .. ; \
- tar cvf $(PACKAGE_NAME)_$(PACKAGE_VERSION).tar \
- $(PACKAGE_NAME)_$(PACKAGE_VERSION)
- rm -rf /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION)
- mv /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION).tar .
+ tar cvf $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar \
+ $(PACKAGE_NAME)-$(PACKAGE_VERSION)
+ rm -rf /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
+ mv /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar .
dist-gz: dist
- rm -f $(PACKAGE_NAME)_$(PACKAGE_VERSION).tar.gz
- gzip $(PACKAGE_NAME)_$(PACKAGE_VERSION).tar
+ rm -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
+ gzip $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar