]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- updated for 0.12
authortrojan <trojan@pld-linux.org>
Tue, 20 May 2003 12:52:14 +0000 (12:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gettext-no_docs.patch -> 1.2

gettext-no_docs.patch

index be10bbfbfef41c7fc900a4cd5ec9e3d7c3e096ce..12043c4225d60fcd8ff5d01c040850c18e2cb6a5 100644 (file)
@@ -1,16 +1,19 @@
---- gettext-0.11.5/doc/Makefile.am~    Tue Apr 22 00:50:06 2003
-+++ gettext-0.11.5/doc/Makefile.am     Tue Apr 22 00:50:06 2003
-@@ -17,17 +17,8 @@
+diff -Nru gettext-0.12.orig/gettext-tools/doc/Makefile.am gettext-0.12/gettext-tools/doc/Makefile.am
+--- gettext-0.12.orig/gettext-tools/doc/Makefile.am    2003-04-14 15:39:49.000000000 +0200
++++ gettext-0.12/gettext-tools/doc/Makefile.am 2003-05-20 14:51:18.000000000 +0200
+@@ -17,19 +17,10 @@
  
  ## Process this file with automake to produce Makefile.in.
  
--docdir = $(prefix)/doc/@PACKAGE@
+-docdir = $(datadir)/doc/gettext
 -dvidir = $(docdir)
 -psdir = $(docdir)
 -pdfdir = $(docdir)
 -htmldir = $(docdir)
 -
  AUTOMAKE_OPTIONS = 1.2 gnits
+ EXTRA_DIST =
+ MOSTLYCLEANFILES =
  
 -SED = sed
 -RM = rm -f
  MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@
  
  info_TEXINFOS = gettext.texi
-@@ -50,152 +41,3 @@
-       rm -f $(srcdir)/iso-3166.texi
+@@ -55,150 +46,6 @@
        mv iso-3166.tmp $(srcdir)/iso-3166.texi
  
--
 -# We distribute only the split HTML documentation.
 -# The user can generate the others, via
 -#   make gettext.ps
@@ -58,8 +60,8 @@
 -uninstall-dvi:
 -      $(RM) $(DESTDIR)$(dvidir)/gettext.dvi
 -
--# Temporary index files. automake doesn't remove them reliably by itself.
--MOSTLYCLEANFILES = \
+-# Temporary index files. automake removes only the predefined ones by itself.
+-MOSTLYCLEANFILES += \
 -  gettext.am gettext.ams \
 -  gettext.cp gettext.cps \
 -  gettext.ef gettext.efs \
 -  gettext.ev gettext.evs \
 -  gettext.fn gettext.fns \
 -  gettext.kw gettext.kws \
--  gettext.ky gettext.kys \
 -  gettext.op gettext.ops \
 -  gettext.pg gettext.pgs \
--  gettext.tp gettext.tps \
 -  gettext.vr gettext.vrs
 -
 -
 -      done
 -
 -
--# One more automake bug.
--installdirs: installdirs-local
+ # VMS support.
+ EXTRA_DIST += Makefile.vms
This page took 0.062364 seconds and 4 git commands to generate.