X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.in;h=67c88cfc70e9c235b2dd46711ab3129ffbc3d2ea;hb=96a411663168b0ba5432b407a83be55f3df0c802;hp=5711b06321b6a5e1e60fdb2db8bdebcda4069c4b;hpb=2c902d6065f9856adf31e8540a94f1e42e68e905;p=xscreensaver diff --git a/Makefile.in b/Makefile.in index 5711b063..67c88cfc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -155,6 +155,10 @@ bump-version:: echo "overwrote $$SRC"; \ ls -lFd $$SRC +bump_version:: bump-version +tick-version:: bump-version +tick_version:: bump-version + update_spec_version:: @S=$(srcdir)/xscreensaver.spec ; \ U=$(srcdir)/utils/version.h ; \ @@ -307,3 +311,13 @@ www:: fi ; \ \ cvs commit -m "$$VERS" + +count:: + @ \ + echo -n "Current hack count: " ; \ + ( ( cd hacks; make -s INSTALL=true install-program install-scripts ) ; \ + ( cd hacks/glx; make -s INSTALL=true install-program ) ) | \ + grep true | \ + grep -v helper | \ + grep -v ljlatest | \ + wc -l