Index: ossp-pkg/petidomo/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/petidomo/Makefile.in,v rcsdiff -q -kk '-r1.41' '-r1.42' -u '/v/ossp/cvs/ossp-pkg/petidomo/Makefile.in,v' 2>/dev/null --- Makefile.in 2001/01/20 13:58:45 1.41 +++ Makefile.in 2001/01/20 14:17:48 1.42 @@ -122,6 +122,14 @@ realclean:: distclean rm -f configure +# increase or update version information +new-version: + @V="$(VERSION)"; OPT="-e"; [ ".$$V" != . ] && OPT="-s$$V"; \ + $(SHTOOL) version -lc -n 'Petidomo' -p petidomo_ $$OPT version.c +update-version: + @OPT="-s`$(SHTOOL) version -lc -dshort version.c`"; \ + $(SHTOOL) version -lc -n 'Petidomo' -p petidomo_ $$OPT version.c + dist: distclean @echo "Fixing source tree permissions"; \ $(SHTOOL) fixperm *