Index: xotcl/Makefile
===================================================================
diff -u -raf574e7e934986818f402ee382f7cdab57feed39 -r38e254d04bd441b36204ff1067b0b646bdc02d73
--- xotcl/Makefile (.../Makefile) (revision af574e7e934986818f402ee382f7cdab57feed39)
+++ xotcl/Makefile (.../Makefile) (revision 38e254d04bd441b36204ff1067b0b646bdc02d73)
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile,v 1.19 2004/08/25 09:45:23 neumann Exp $
+# RCS: @(#) $Id: Makefile,v 1.20 2004/08/26 19:50:28 neumann Exp $
#========================================================================
# Add additional lines to handle any additional AC_SUBST cases that
@@ -601,11 +601,12 @@
RPMSOURCES=/usr/src/redhat/SOURCES
RPMSPECS=/usr/src/redhat/SPECS
-rpm: tar
+rpm:
@if test ! -d $(RPMSOURCES); then mkdir -p $(RPMSOURCES); fi
@if test ! -d $(RPMSPECS); then mkdir -p $(RPMSPECS); fi
- cp ../xotcl-$(PACKAGE_VERSION).tar.gz $(RPMSOURCES)
cp unix/xotcl.spec $(RPMSPECS)/xotcl-$(PACKAGE_VERSION).spec
+ make tar
+ cp ../xotcl-$(PACKAGE_VERSION).tar.gz $(RPMSOURCES)
rpmbuild -ba $(RPMSPECS)/xotcl-$(PACKAGE_VERSION).spec
bin-tar:
Index: xotcl/Makefile.in
===================================================================
diff -u -r9edf1bd26aaa17e3ff96857301b034f7196c5b8d -r38e254d04bd441b36204ff1067b0b646bdc02d73
--- xotcl/Makefile.in (.../Makefile.in) (revision 9edf1bd26aaa17e3ff96857301b034f7196c5b8d)
+++ xotcl/Makefile.in (.../Makefile.in) (revision 38e254d04bd441b36204ff1067b0b646bdc02d73)
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile.in,v 1.10 2004/08/22 10:20:56 neumann Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.11 2004/08/26 19:47:58 neumann Exp $
#========================================================================
# Add additional lines to handle any additional AC_SUBST cases that
@@ -601,11 +601,12 @@
RPMSOURCES=/usr/src/redhat/SOURCES
RPMSPECS=/usr/src/redhat/SPECS
-rpm: tar
+rpm:
@if test ! -d $(RPMSOURCES); then mkdir -p $(RPMSOURCES); fi
@if test ! -d $(RPMSPECS); then mkdir -p $(RPMSPECS); fi
- cp ../xotcl-$(PACKAGE_VERSION).tar.gz $(RPMSOURCES)
cp unix/xotcl.spec $(RPMSPECS)/xotcl-$(PACKAGE_VERSION).spec
+ make tar
+ cp ../xotcl-$(PACKAGE_VERSION).tar.gz $(RPMSOURCES)
rpmbuild -ba $(RPMSPECS)/xotcl-$(PACKAGE_VERSION).spec
bin-tar:
Index: xotcl/doc/xo-daemon.html
===================================================================
diff -u -r795e843bc1d4d68b002d9e2e3fffe8aa6e1945a8 -r38e254d04bd441b36204ff1067b0b646bdc02d73
--- xotcl/doc/xo-daemon.html (.../xo-daemon.html) (revision 795e843bc1d4d68b002d9e2e3fffe8aa6e1945a8)
+++ xotcl/doc/xo-daemon.html (.../xo-daemon.html) (revision 38e254d04bd441b36204ff1067b0b646bdc02d73)
@@ -75,7 +75,7 @@
Date:
- [::xotcl::rcs date {$Date: 2004/08/26 19:42:52 $}]
+ [::xotcl::rcs date {$Date: 2004/08/26 19:50:28 $}]
|
Index: xotcl/doc/xo-whichPkg.html
===================================================================
diff -u -r795e843bc1d4d68b002d9e2e3fffe8aa6e1945a8 -r38e254d04bd441b36204ff1067b0b646bdc02d73
--- xotcl/doc/xo-whichPkg.html (.../xo-whichPkg.html) (revision 795e843bc1d4d68b002d9e2e3fffe8aa6e1945a8)
+++ xotcl/doc/xo-whichPkg.html (.../xo-whichPkg.html) (revision 38e254d04bd441b36204ff1067b0b646bdc02d73)
@@ -51,7 +51,7 @@
Date:
- [::xotcl::rcs date {$Date: 2004/08/26 19:42:52 $}]
+ [::xotcl::rcs date {$Date: 2004/08/26 19:50:28 $}]
|
Index: xotcl/library/store/XOTclGdbm/Makefile
===================================================================
diff -u -raf574e7e934986818f402ee382f7cdab57feed39 -r38e254d04bd441b36204ff1067b0b646bdc02d73
--- xotcl/library/store/XOTclGdbm/Makefile (.../Makefile) (revision af574e7e934986818f402ee382f7cdab57feed39)
+++ xotcl/library/store/XOTclGdbm/Makefile (.../Makefile) (revision 38e254d04bd441b36204ff1067b0b646bdc02d73)
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile,v 1.17 2004/08/25 09:45:23 neumann Exp $
+# RCS: @(#) $Id: Makefile,v 1.18 2004/08/26 19:50:28 neumann Exp $
#========================================================================
# Add additional lines to handle any additional AC_SUBST cases that
Index: xotcl/library/store/XOTclSdbm/Makefile
===================================================================
diff -u -raf574e7e934986818f402ee382f7cdab57feed39 -r38e254d04bd441b36204ff1067b0b646bdc02d73
--- xotcl/library/store/XOTclSdbm/Makefile (.../Makefile) (revision af574e7e934986818f402ee382f7cdab57feed39)
+++ xotcl/library/store/XOTclSdbm/Makefile (.../Makefile) (revision 38e254d04bd441b36204ff1067b0b646bdc02d73)
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile,v 1.17 2004/08/25 09:45:23 neumann Exp $
+# RCS: @(#) $Id: Makefile,v 1.18 2004/08/26 19:50:28 neumann Exp $
#========================================================================
# Add additional lines to handle any additional AC_SUBST cases that
Index: xotcl/library/xml/TclExpat-1.1/Makefile
===================================================================
diff -u -raf574e7e934986818f402ee382f7cdab57feed39 -r38e254d04bd441b36204ff1067b0b646bdc02d73
--- xotcl/library/xml/TclExpat-1.1/Makefile (.../Makefile) (revision af574e7e934986818f402ee382f7cdab57feed39)
+++ xotcl/library/xml/TclExpat-1.1/Makefile (.../Makefile) (revision 38e254d04bd441b36204ff1067b0b646bdc02d73)
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile,v 1.17 2004/08/25 09:45:23 neumann Exp $
+# RCS: @(#) $Id: Makefile,v 1.18 2004/08/26 19:50:28 neumann Exp $
#========================================================================
# Add additional lines to handle any additional AC_SUBST cases that