diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-30 14:59:07 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-30 14:59:07 -0400 |
commit | 6f85cad586d60a3f3356f46febf48c9352870de9 (patch) | |
tree | da840ca12a3a1e50062611d6a6799028c48fdb51 /Makefile | |
parent | b5f5c450f620ea647a72a533e844fb110a5d91df (diff) |
Couple of small fixes to makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |