From http://www.jwz.org/xscreensaver/xscreensaver-5.34.tar.gz
[xscreensaver] / Makefile.in
index 1d29b54b009833b4e775f45557f2775b087cbf46..bd6dd28b7892b24658030dfc50cef4beb1172aff 100644 (file)
@@ -7,15 +7,14 @@ 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 \
                  ax_pthread.m4 config.sub makevms.com \
                  intltool-merge.in intltool-extract.in intltool-update.in \
                  xscreensaver.spec \
-                 xscreensaver.xcodeproj/project.pbxproj
+                 OSX/xscreensaver.xcodeproj/project.pbxproj
 
 TAR            = tar
 
@@ -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 ;                                                               \