From: Artur Frysiak Date: Thu, 1 Jul 1999 12:23:55 +0000 (+0000) Subject: fixes for texinfo X-Git-Tag: texinfo-3_12h-3~6 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=475433cac8d4bec577eabee2e819cc149b291068;p=packages%2Ftexinfo.git fixes for texinfo Changed files: texinfo-DESTDIR.patch -> 1.1 texinfo-version.texi.patch -> 1.1 --- diff --git a/texinfo-DESTDIR.patch b/texinfo-DESTDIR.patch new file mode 100644 index 0000000..05f1350 --- /dev/null +++ b/texinfo-DESTDIR.patch @@ -0,0 +1,29 @@ +--- texinfo-3.12h.old/doc/Makefile.am Wed Mar 31 20:55:21 1999 ++++ texinfo-3.12h/doc/Makefile.am Thu Jul 1 13:26:48 1999 +@@ -65,21 +65,21 @@ + # Similarly, Do not try to install the info files from $(srcdir). + install-info-am: $(INFO_DEPS) + @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(infodir) ++ $(mkinstalldirs) $(DESTDIR)$(infodir) + @for file in $(INFO_DEPS); do \ + d=.; \ + for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \ + if test -f $$d/$$ifile; then \ +- echo " $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile"; \ +- $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \ ++ echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \ ++ $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \ + else : ; fi; \ + done; \ + done + @$(POST_INSTALL) + @if $(SHELL) -c '$(INSTALL_INFO) --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ + for file in $(INFO_DEPS); do \ +- echo " $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/$$file";\ +- $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/$$file || :;\ ++ echo " $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ ++ $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ + done; \ + else : ; fi + diff --git a/texinfo-version.texi.patch b/texinfo-version.texi.patch new file mode 100644 index 0000000..b6da31a --- /dev/null +++ b/texinfo-version.texi.patch @@ -0,0 +1,12 @@ +diff -ur texinfo-3.12h.old/doc/texinfo.txi texinfo-3.12h/doc/texinfo.txi +--- texinfo-3.12h.old/doc/texinfo.txi Thu Jul 1 12:35:35 1999 ++++ texinfo-3.12h/doc/texinfo.txi Thu Jul 1 12:39:20 1999 +@@ -5,7 +5,7 @@ + @c All text is ignored before the setfilename. + @setfilename texinfo + +-@include version.texi ++@include version2.texi + @settitle Texinfo @value{VERSION} + + @c Define a new index for options.