OSSP CVS Repository

ossp - Check-in [327]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 327
Date: 2001-Jan-19 16:09:12 (local)
2001-Jan-19 15:09:12 (UTC)
User:rse
Branch:
Comment: Provide "make dist" command for rolling distribution tarball.
Tickets:
Inspections:
Files:
ossp-pkg/petidomo/Makefile.in      1.33 -> 1.34     11 inserted, 0 deleted

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

CVSTrac 2.0.1