bug-gnu-utils
[Top][All Lists]
Advanced

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

gettext: doc/Makefile.am (docdir)


From: Karl Eichwalder
Subject: gettext: doc/Makefile.am (docdir)
Date: Thu, 18 Jul 2002 03:51:37 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (i686-pc-linux-gnu)

Please, consider to use a predefined variable; thus doc stuff end up
under @datadir@ (e.g., /usr/share instead of /usr on systems where
appropriate):

2002-07-18  Karl Eichwalder  <address@hidden>

        * Makefile.am (docdir): Use $(pkgdatadir), not
        $(prefix)/doc/@address@hidden

--- Makefile.am.~1.19.~ Thu May  2 17:31:58 2002
+++ Makefile.am Thu Jul 18 03:44:36 2002
@@ -17,7 +17,7 @@
 
 ## Process this file with automake to produce Makefile.in.
 
-docdir = $(prefix)/doc/@PACKAGE@
+docdir = $(pkgdatadir)
 dvidir = $(docdir)
 psdir = $(docdir)
 pdfdir = $(docdir)

-- 
address@hidden (work) / address@hidden (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



reply via email to

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