ossp-pkg/petidomo/Makefile.in 1.33 -> 1.34
--- Makefile.in 2001/01/19 15:01:19 1.33
+++ Makefile.in 2001/01/19 15:09:12 1.34
@@ -106,6 +106,17 @@
realclean:: distclean
rm -f configure
+dist: distclean
+ @echo "Fixing source tree permissions"; \
+ $(SHTOOL) fixperm *
+ @echo "Rolling source distribution tarball"; \
+ V=`$(SHTOOL) version -lc -dshort version.c`; \
+ $(SHTOOL) tarball \
+ -o petidomo-$$V.tar.gz -d petidomo-$$V -u ossp -g petidomo \
+ -e 'CVS,\.cvsignore,\.configure,ChangeLog*,\.\#.*,*~$$,\.[ao]$$' \
+ -c 'gzip -9' .; \
+ ls -l petidomo-$$V.tar.gz
+
# Dependencies
address-db.o: libtext/text.h petidomo.h
|
|