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 THANKS d...


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog THANKS d...
Date: Thu, 29 Jul 2010 10:58:05 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   10/07/29 10:58:05

Modified files:
        gnun/server/gnun: ChangeLog THANKS 
        gnun/server/gnun/doc: gnun.texi 

Log message:
        Document that makefiles need to be under server/gnun.
        * doc/gnun.texi (Invoking GNUN): Explain in detail how to proceed
        with GNUmakefile and config.mk.
        * THANKS: Update.
        Prompted by report from Jan Owoc.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.178&r2=1.179
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/THANKS?cvsroot=trans-coord&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/doc/gnun.texi?cvsroot=trans-coord&r1=1.19&r2=1.20

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -b -r1.178 -r1.179
--- ChangeLog   14 Jul 2010 12:22:44 -0000      1.178
+++ ChangeLog   29 Jul 2010 10:58:04 -0000      1.179
@@ -1,3 +1,11 @@
+2010-07-29  Yavor Doganov  <address@hidden>
+
+       Document that makefiles need to be under server/gnun.
+       * doc/gnun.texi (Invoking GNUN): Explain in detail how to proceed
+       with GNUmakefile and config.mk.
+       * THANKS: Update.
+       Prompted by report from Jan Owoc.
+
 2010-07-14  Yavor Doganov  <address@hidden>
 
        Minor documentation changes/improvements.

Index: THANKS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/THANKS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- THANKS      14 Jul 2010 12:22:44 -0000      1.5
+++ THANKS      29 Jul 2010 10:58:04 -0000      1.6
@@ -12,6 +12,8 @@
 +------------------+---------------------------+
 |Hossam Hossny     |             address@hidden|
 +------------------+---------------------------+
+|Jan Owoc          |           address@hidden|
++------------------+---------------------------+
 |Karl Berry        |               address@hidden|
 +------------------+---------------------------+
 

Index: doc/gnun.texi
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/doc/gnun.texi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- doc/gnun.texi       5 Jul 2010 12:43:35 -0000       1.19
+++ doc/gnun.texi       29 Jul 2010 10:58:05 -0000      1.20
@@ -393,6 +393,7 @@
 @node Invoking GNUN
 @section Invoking GNUN
 @cindex invoking
address@hidden invocation
 @cindex triggering, build
 
 The central part of GNUnited Nations is a makefile; actually a
@@ -412,6 +413,31 @@
 @code{make @var{target}}.  Some of the variables in the next section
 apply to them, and some do not.
 
+Note that GNUN expects @file{GNUmakefile}, @file{config.mk} and
address@hidden to be @emph{present} under @file{server/gnun} of the
+`www' web repository, otherwise @command{make} has no way to know what
+and how should be built.  Since the location of the repository working
+copy is strictly user-specific and cannot be determined in any way,
address@hidden and @file{config.mk} must be copied there manually
+after the package installation.  For convenience, these files are
+installed in @samp{$(pkgdatadadir)} (@file{/usr/local/share/gnun} with
+the default @samp{prefix}) so you can just create symlinks pointing to
+them, e.g.:
+
address@hidden
+ln -s /usr/local/share/gnun/config.mk /path/to/www/server/gnun/
+ln -s /usr/local/share/gnun/GNUmakefile /path/to/www/server/gnun/
address@hidden example
+
+If next GNUN releases are installed with the same @option{--prefix}, you
+will always use the latest versions without the need for any manual
+intervention.
+
+If you are playing with non-gnu.org setup, you also have to take care of
address@hidden and put a modified version under @file{server/gnun} of
+your hypothetical tree.  (For gnu.org, that is not necessary since
+a proper @file{gnun.mk} is maintained in `www'.)
+
 @menu
 * Runtime Variables::   Variables to control the build process.
 * Special Targets::     Targets that are not built by default.



reply via email to

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