mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.4 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/rene/tetex/install-info.patch.disabled
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./texk/kpathsea/Makefile.in~ Wed Jun 16 08:07:17 1999
  20. +++ ./texk/kpathsea/Makefile.in Sun Jun 27 00:56:27 1999
  21. @@ -196,7 +196,7 @@
  22. test -r $(infodir)/dir || $(INSTALL_DATA) $(top_srcdir)/../dir $(infodir)
  23. if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
  24. install-info --info-dir=$(infodir) $(infodir)/kpathsea.info; \
  25. - else true; fi
  26. + fi ; true
  27. $(INSTALL_DATA) $(srcdir)/mktex.opt $(web2cdir)/mktex.opt
  28. $(INSTALL_SCRIPT) $(srcdir)/mktexdir $(web2cdir)/mktexdir
  29. $(INSTALL_DATA) $(srcdir)/mktexdir.opt $(web2cdir)/mktexdir.opt
  30. --- ./texk/web2c/doc/Makefile.in~ Sun Jan 10 18:27:31 1999
  31. +++ ./texk/web2c/doc/Makefile.in Sun Jun 27 00:57:03 1999
  32. @@ -53,7 +53,7 @@
  33. $(POSTINSTALL)
  34. if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
  35. install-info --info-dir=$(infodir) $(infodir)/web2c.info; \
  36. - else true; fi
  37. + fi ; true
  38. check: all
  39. --- ./texk/dvipsk/Makefile.in~ Sun Apr 11 09:05:20 1999
  40. +++ ./texk/dvipsk/Makefile.in Sun Jun 27 00:57:49 1999
  41. @@ -108,7 +108,7 @@
  42. $(POSTINSTALL)
  43. if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
  44. install-info --info-dir=$(infodir) $(infodir)/$(program).info; \
  45. - else true; fi
  46. + fi ; true
  47. uninstall-data:
  48. rm -f $(infodir)/dvips.i*
  49. --- ./texk/tetex/Makefile.in~ Tue Apr 6 20:51:18 1999
  50. +++ ./texk/tetex/Makefile.in Sun Jun 27 00:58:23 1999
  51. @@ -55,7 +55,7 @@
  52. $(INSTALL_DATA) $$i $(infodir)/$$i; done
  53. if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
  54. install-info --info-dir=$(infodir) $(infodir)/latex.info; \
  55. - else true; fi
  56. + fi ; true
  57. install-exec: