summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-10-30 14:59:07 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-10-30 14:59:07 -0400
commit6f85cad586d60a3f3356f46febf48c9352870de9 (patch)
treeda840ca12a3a1e50062611d6a6799028c48fdb51 /Makefile
parentb5f5c450f620ea647a72a533e844fb110a5d91df (diff)
Couple of small fixes to makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dfeb3f1..9c07f0d 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ tarball: clean
mkdir -p monkeysphere-$(MONKEYSPHERE_VERSION)/doc
ln -s ../../website/getting-started-user.mdwn ../../website/getting-started-admin.mdwn ../../doc/TODO ../../doc/MonkeySpec monkeysphere-$(MONKEYSPHERE_VERSION)/doc
ln -s ../COPYING ../etc ../Makefile ../man ../src ../tests monkeysphere-$(MONKEYSPHERE_VERSION)
- tar -ch monkeysphere-$(MONKEYSPHERE_VERSION) | gzip -n > monkeysphere_$(MONKEYSPHERE_VERSION).orig.tar.gz
+ tar -ch --exclude='*~' monkeysphere-$(MONKEYSPHERE_VERSION) | gzip -n > monkeysphere_$(MONKEYSPHERE_VERSION).orig.tar.gz
rm -rf monkeysphere-$(MONKEYSPHERE_VERSION)
debian-package: tarball
@@ -62,4 +62,4 @@ installman:
releasenote:
./utils/build-releasenote
-.PHONY: all clean tarball debian-package install releasenote
+.PHONY: all tarball debian-package freebsd-distinfo clean install installman releasenote