chiark / gitweb /
*** empty log message ***
authorjames <james>
Wed, 27 Feb 2008 15:17:55 +0000 (15:17 +0000)
committerjames <james>
Wed, 27 Feb 2008 15:17:55 +0000 (15:17 +0000)
Makefile.am
configure.in
maintainer/tag
version-md5sums
version-micro

index 3022ef0bc91cc7ab56c3ef851396bbd331947dab..e341690d3e8f4f0d58fb19a8b3d1e981c22144b4 100644 (file)
@@ -8,6 +8,9 @@
 # $Id$
 #
 # $Log$
+# Revision 1.5  2008/02/27 15:17:55  james
+# *** empty log message ***
+#
 # Revision 1.4  2008/02/27 15:04:32  james
 # *** empty log message ***
 #
@@ -30,7 +33,11 @@ man1_MANS=sympathy.man
 bin_SCRIPTS = libsympathy-config
 
 clean-local:
-       -rm -f libsympathy-config version.sed
+       -rm -f libsympathy-config version.sed sympathy.man
+
+sympathy.man: sympathy.man.src version.sed 
+       @SED@ -f version.sed < sympathy.man.src > sympathy.man || rm -f sympathy.man
+
 
 libsympathy-config.src:libsympathy-config.src.in
 libsympathy-config:libsympathy-config.src version.sed
@@ -43,17 +50,20 @@ VF=${shell cat ${VFD}/version-files}
 VFS=${VF:%=${VFD}/%}
 VCHK=${shell cat ${VFS} | @MD5SUM@ | @AWK@ '{print $$1 }' }
 VNUM=${shell @GREP@ ${VCHK} ${VFD}/version-md5sums | @AWK@ '{ print $$2 }'  }
+VSTP=${shell @GREP@ ${VCHK} ${VFD}/version-stamps  | @AWK@ '{ print $$2 }'  }
 VDEF=${shell echo `cat ${VFD}/version-major`.`cat ${VFD}/version-minor`.`cat ${VFD}/version-micro` }
 
-EXTRA_DIST=version-files version-major version-minor version-micro version-md5sums
+EXTRA_DIST=version-files version-major version-minor version-micro version-md5sums version-stamps
 
 version.sed: $(VFD)/version-files $(VFD)/version-major \
        $(VFD)/version-minor $(VFD)/version-micro \
-       $(VFD)/version-md5sums ${VFS} Makefile
+       $(VFD)/version-md5sums $(VFD)/version-stamps ${VFS} Makefile
        if [ .${VNUM} = . ]; then \
                echo "s/%VERSION%/${VDEF}-E/g" > version.sed; \
+               echo "s/%VERSION%/After ${VSTP}/g" > version.sed; \
        else \
                echo "s/%VERSION%/${VNUM}/g" > version.sed; \
+               echo "s/%VERSIONSTAMP%/${VSTP}/g" > version.sed; \
        fi
 
 protos:
index 2cb5773a57d1e578568e9b8f44f1caab744eb5aa..89f2fae1d3b2f354575cd8a481c4d6444250df74 100644 (file)
@@ -8,6 +8,9 @@ dnl
 dnl $Id$
 dnl
 dnl $Log$
+dnl Revision 1.4  2008/02/27 15:17:56  james
+dnl *** empty log message ***
+dnl
 dnl Revision 1.3  2008/02/27 15:04:32  james
 dnl *** empty log message ***
 dnl
@@ -134,6 +137,5 @@ AC_OUTPUT([Makefile
        src/sympathy.h.head
        test/Makefile 
        apps/Makefile
-       sympathy.man
        libsympathy-config.src],[chmod +x libsympathy-config.src])
 
index 7da9b6bf350215430cad4a50c928ac21b580885f..fb3a72cb97d7831c41bc06758bea29b2b7b806ae 100755 (executable)
@@ -8,6 +8,12 @@
 # $Id$
 #
 # $Log$
+# Revision 1.4  2008/02/27 15:17:56  james
+# *** empty log message ***
+#
+# Revision 1.3  2008/02/27 09:50:15  james
+# *** empty log message ***
+#
 # Revision 1.2  2008/02/27 09:49:25  james
 # *** empty log message ***
 #
@@ -35,7 +41,10 @@ MICRO=$[ `cat version-micro` + 1 ]
 
 echo $MICRO > version-micro
 
+STP=`date '+"%B %d, %Y"'`
+
 echo "$CHK     ${MAJOR}.${MINOR}.${MICRO}" >> version-md5sums
+echo "$STP     ${MAJOR}.${MINOR}.${MICRO}" >> version-stamps
 
 cvs commit -m ""
-cvs tag libsympathy-$MAJOR_$MINOR_$MICRO .
+cvs tag libsympathy-${MAJOR}_${MINOR}_${MICRO} .
index da376e05a5831c5bf13b4a8b725c1283e15495d9..6ecfd4019322b49b540d4299db33d05d835a3fb0 100644 (file)
@@ -5,3 +5,4 @@ ac9d93b50970b366e4531b4ea5a1c986        1.1.0
 0ea0fc96142920321bfa5354dc6b9da9       1.1.1
 b1b1d8caa83556877bb96487f0c6a934       1.1.2
 f844259e45d571cf913580d8851ee261       1.1.3
+88cd008326dcedb9dee8011ce2697e6a       1.1.4
index 00750edc07d6415dcc07ae0351e9397b0222b7ba..b8626c4cff2849624fb67f87cd0ad72b163671ad 100644 (file)
@@ -1 +1 @@
-3
+4