]> git.pld-linux.org Git - packages/texinfo.git/commitdiff
fixes for texinfo
authorArtur Frysiak <artur@frysiak.net>
Thu, 1 Jul 1999 12:23:55 +0000 (12:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texinfo-DESTDIR.patch -> 1.1
    texinfo-version.texi.patch -> 1.1

texinfo-DESTDIR.patch [new file with mode: 0644]
texinfo-version.texi.patch [new file with mode: 0644]

diff --git a/texinfo-DESTDIR.patch b/texinfo-DESTDIR.patch
new file mode 100644 (file)
index 0000000..05f1350
--- /dev/null
@@ -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 (file)
index 0000000..b6da31a
--- /dev/null
@@ -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.
This page took 0.084761 seconds and 4 git commands to generate.