X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=4be400dfb1e6ccf31473a85bd5d932f9570256cc;hp=1d29b54b009833b4e775f45557f2775b087cbf46;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e diff --git a/Makefile.in b/Makefile.in index 1d29b54b..4be400df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,8 +7,7 @@ VPATH = @srcdir@ SHELL = /bin/sh SUBDIRS = utils driver hacks hacks/glx po -#SUBDIRS = utils driver hacks hacks/glx -SUBDIRS2 = $(SUBDIRS) OSX +SUBDIRS2 = $(SUBDIRS) OSX android TARFILES = README README.hacking README.VMS INSTALL \ configure configure.in Makefile.in config.h.in \ config.h-vms install-sh setup.com config.guess aclocal.m4 \ @@ -326,10 +325,10 @@ www:: fi ; \ fi ; \ \ - git commit -a -m "$$VERS" . ; \ - git tag -a "v$$VERS" -m "$$VERS" . ; \ + git tag -a "v$$VERS" -m "$$VERS" ; \ + git commit -m "$$VERS" . ; \ \ - ( cd $$DEST ; git pull . ) ; \ + ( cd $$DEST ; git pull ) ; \ \ cp -p $$NAME $$DNAME ; \ cp -p $$NAME2 $$DNAME2 ; \ @@ -372,8 +371,8 @@ www:: exit 1 ; \ fi ; \ \ - git commit -m "$$VERS" . ; \ git tag -a "v$$VERS" -m "$$VERS" ; \ + git commit -m "$$VERS" . ; \ git push ; \