trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server/gnun ChangeLog Makefile...


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog Makefile...
Date: Fri, 30 Jan 2009 15:22:16 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   09/01/30 15:22:16

Modified files:
        gnun/server/gnun: ChangeLog Makefile.am NEWS configure.ac 

Log message:
        Install GNUmakefile and config.mk in $(pkgdatadir).
        * Makefile.am (pkgdata_DATA): New variable.
        (EXTRA_DIST): Move GNUmakefile...
        (dist_pkgdata_DATA): ...to a new variable.
        * configure.ac: Delete the advice to copy the files.
        * NEWS: Update.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.126&r2=1.127
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/Makefile.am?cvsroot=trans-coord&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/configure.ac?cvsroot=trans-coord&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -b -r1.126 -r1.127
--- ChangeLog   29 Jan 2009 09:52:45 -0000      1.126
+++ ChangeLog   30 Jan 2009 15:22:15 -0000      1.127
@@ -1,3 +1,12 @@
+2009-01-30  Yavor Doganov  <address@hidden>
+
+       Install GNUmakefile and config.mk in $(pkgdatadir).
+       * Makefile.am (pkgdata_DATA): New variable.
+       (EXTRA_DIST): Move GNUmakefile...
+       (dist_pkgdata_DATA): ...to a new variable.
+       * configure.ac: Delete the advice to copy the files.
+       * NEWS: Update.
+
 2009-01-29  Yavor Doganov  <address@hidden>
 
        * doc/gnun.texi (Disadvantages): Update as the build runs twice

Index: Makefile.am
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- Makefile.am 20 Jan 2009 21:31:33 -0000      1.8
+++ Makefile.am 30 Jan 2009 15:22:15 -0000      1.9
@@ -53,8 +53,10 @@
 validate-html-notify: $(srcdir)/validate-html-notify.in
 
 doc_DATA = TODO
+pkgdata_DATA = config.mk
+dist_pkgdata_DATA = GNUmakefile
 
-EXTRA_DIST = GNUmakefile gnun.mk GNUmakefile.team \
+EXTRA_DIST = gnun.mk GNUmakefile.team \
             gnun-validate-html.in validate-html-notify.in
 
 CLEANFILES = gnun-validate-html validate-html-notify stamp-config.mk

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- NEWS        19 Jan 2009 13:28:02 -0000      1.3
+++ NEWS        30 Jan 2009 15:22:15 -0000      1.4
@@ -4,6 +4,20 @@
 
 ** GNUmakefile.team supports Subversion repositories.
 
+** GNUmakefile and config.mk are installed in $(pkgdatadir).
+   As both files have to be present in the `www' working copy,
+   installing them in a standard location helps with installations on
+   multi-user hosts, where every user can copy them without
+   downloading the tarball.  Upgrades can become easier if you install
+   a symlink pointing to the actual files, e.g.
+
+   ln -s /usr/local/share/gnun/config.mk /path/to/www/server/gnun/
+
+   and likewise for GNUmakefile.  Assuming next GNUN releases are
+   always installed with the same --prefix, `make report', etc. will
+   use the latest version without the need to copy them manually every
+   time.
+
 * Changes in GNUnited Nations 0.1 (2008-12-06)
 
 ** Initial release.

Index: configure.ac
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/configure.ac,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- configure.ac        27 Jan 2009 10:11:54 -0000      1.9
+++ configure.ac        30 Jan 2009 15:22:15 -0000      1.10
@@ -142,7 +142,3 @@
 echo
 echo "Type \"make\" to build the scripts and \"make install\" to install
 them along with the manual."
-echo
-echo "After installation, please copy GNUmakefile and config.mk to
-the /server/gnun directory in your working copy of the \"www\"
-Savannah repository."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]