summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2005-07-09 19:14:53 +0000
committerBenedikt Meurer <benny@xfce.org>2005-07-09 19:14:53 +0000
commitdd51d79ba01e9c86fa8a82d7d5db929b049ec81c (patch)
treefe63d08edb10b8ac52db863a2e6c6850b821309c
parent3802debdb3d4c83a706d7693783abc548229d824 (diff)
downloadxfce4-dev-tools-dd51d79ba01e9c86fa8a82d7d5db929b049ec81c.tar.gz
2005-07-09 Benedikt Meurer <benny@xfce.org>release-4.3.0
* Makefile.am: Set proper automake options. * HACKING, README: CVS -> SVN. * NEWS, configure.ac: Version 4.3.0. (Old svn revision: 16200)
-rw-r--r--ChangeLog6
-rw-r--r--HACKING2
-rw-r--r--Makefile.am12
-rw-r--r--NEWS6
-rw-r--r--README2
-rw-r--r--configure.ac2
6 files changed, 16 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index a9c0592..6caac91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-09 Benedikt Meurer <benny@xfce.org>
+
+ * Makefile.am: Set proper automake options.
+ * HACKING, README: CVS -> SVN.
+ * NEWS, configure.ac: Version 4.3.0.
+
2005-04-20 Brian Tarricone <bjt23@cornell.edu>
* scripts/xdt-autogen.in: Modify checks for autoheader and autoconf
diff --git a/HACKING b/HACKING
index 5e63520..f598cf4 100644
--- a/HACKING
+++ b/HACKING
@@ -8,7 +8,7 @@ bugs and post feature requests.
Notes to developers
===================
-If you are a Xfce developer with write access to the Xfce CVS repository,
+If you are a Xfce developer with write access to the Xfce SVN repository,
and you feel like you want or need to change something in this module,
do not simply commit your changes, unless its really a trivial fix. If it's
a non-trivial change, discuss the change on xfce4-dev@xfce.org first. In
diff --git a/Makefile.am b/Makefile.am
index ec17fe0..8363b99 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,17 +10,13 @@ SUBDIRS = \
m4macros \
scripts
+AUTOMAKE_OPTIONS = \
+ 1.8 \
+ dist-bzip2
+
distclean-local:
rm -rf *.spec *.cache *~
-dist-bz2: dist
- zcat $(PACKAGE)-$(VERSION).tar.gz | \
- bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
-
-distcheck-bz2: distcheck
- zcat $(PACKAGE)-$(VERSION).tar.gz | \
- bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
-
rpm: dist
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
@rm -f $(PACKAGE)-$(VERSION).tar.gz
diff --git a/NEWS b/NEWS
index 2d5ca9c..a8c93ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-4.3.0cvs
-========
-- xfce4-dev-tools is a new module in CVS, which includes tools, macros and
+4.3.0
+=====
+- xfce4-dev-tools is a new module in SVN, which includes tools, macros and
documentation for Xfce developers.
diff --git a/README b/README
index 4e8a744..7d67ca7 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ What is it?
===========
The Xfce development tools are a collection of tools and macros for
-Xfce developers and people that want to build Xfce from CVS. In addition
+Xfce developers and people that want to build Xfce from SVN. In addition
it contains the Xfce developer's handbook.
diff --git a/configure.ac b/configure.ac
index ec0d1de..f4f825b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ dnl Version information
m4_define([xdt_version_major], [4])
m4_define([xdt_version_minor], [3])
m4_define([xdt_version_micro], [0])
-m4_define([xdt_version_tag], [cvs])
+m4_define([xdt_version_tag], [])
m4_define([xdt_version], [xdt_version_major().xdt_version_minor().xdt_version_micro()xdt_version_tag()])