ossp-pkg/shiela/Makefile.in 1.2 -> 1.3
--- Makefile.in 2001/02/10 16:40:26 1.2
+++ Makefile.in 2002/08/19 19:10:37 1.3
@@ -66,28 +66,5 @@
distclean: clean
$(RM) config.cache config.status config.log
- $(RM) Makefile
-
-dist: distclean
- @echo "Fixing source tree permissions"; \
- $(SHTOOL) fixperm *
- @V=`$(SHTOOL) version -l txt -d short VERSION`; \
- echo "Rolling tarball shiela-$${V}.tar.gz:"; \
- $(SHTOOL) tarball -o shiela-$${V}.tar.gz \
- -e 'CVS,\.cvsignore,^\.' -c 'gzip -9' -u ossp -g shiela .; \
- ls -l shiela-$${V}.tar.gz
-
-update-tools:
- shtoolize -q -o shtool echo mkdir install tarball fixperm version path
- $(RM) configure
- autoconf
-
-update-version:
- V=`./shtool version -l txt -d short VERSION`; \
- $(SED) -e "s/version = '.*'/version = '$$V'/" <shiela.pl >shiela.pl.n && mv shiela.pl.n shiela.pl; \
- $(SED) -e "s/version=\".*\"/version=\"$$V\"/" <shiela-install.sh >shiela-install.sh.n && mv shiela-install.sh.n shiela-install.sh; \
- V=`./shtool version -l txt -d long VERSION`; \
- $(SED) -e "s/Version .*(.*)/Version $$V/g" <README >README.n && mv README.n README; \
- $(SED) -e "s/B<OSSP Shiela> .*/B<OSSP Shiela> $$V/" <shiela.pod >shiela.pod.n && mv shiela.pod.n shiela.pod; \
- $(SED) -e "s/B<OSSP Shiela> .*/B<OSSP Shiela> $$V/" <shiela-install.pod >shiela-install.pod.n && mv shiela-install.pod.n shiela-install.pod
+ $(RM) Makefile config.h
|
|