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.

66 lines
2.5 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 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./texk/kpathsea/Makefile.in~ Wed Jun 16 08:07:17 1999
  23. +++ ./texk/kpathsea/Makefile.in Sun Jun 27 00:56:27 1999
  24. @@ -196,7 +196,7 @@
  25. test -r $(infodir)/dir || $(INSTALL_DATA) $(top_srcdir)/../dir $(infodir)
  26. if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
  27. install-info --info-dir=$(infodir) $(infodir)/kpathsea.info; \
  28. - else true; fi
  29. + fi ; true
  30. $(INSTALL_DATA) $(srcdir)/mktex.opt $(web2cdir)/mktex.opt
  31. $(INSTALL_SCRIPT) $(srcdir)/mktexdir $(web2cdir)/mktexdir
  32. $(INSTALL_DATA) $(srcdir)/mktexdir.opt $(web2cdir)/mktexdir.opt
  33. --- ./texk/web2c/doc/Makefile.in~ Sun Jan 10 18:27:31 1999
  34. +++ ./texk/web2c/doc/Makefile.in Sun Jun 27 00:57:03 1999
  35. @@ -53,7 +53,7 @@
  36. $(POSTINSTALL)
  37. if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
  38. install-info --info-dir=$(infodir) $(infodir)/web2c.info; \
  39. - else true; fi
  40. + fi ; true
  41. check: all
  42. --- ./texk/dvipsk/Makefile.in~ Sun Apr 11 09:05:20 1999
  43. +++ ./texk/dvipsk/Makefile.in Sun Jun 27 00:57:49 1999
  44. @@ -108,7 +108,7 @@
  45. $(POSTINSTALL)
  46. if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
  47. install-info --info-dir=$(infodir) $(infodir)/$(program).info; \
  48. - else true; fi
  49. + fi ; true
  50. uninstall-data:
  51. rm -f $(infodir)/dvips.i*
  52. --- ./texk/tetex/Makefile.in~ Tue Apr 6 20:51:18 1999
  53. +++ ./texk/tetex/Makefile.in Sun Jun 27 00:58:23 1999
  54. @@ -55,7 +55,7 @@
  55. $(INSTALL_DATA) $$i $(infodir)/$$i; done
  56. if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
  57. install-info --info-dir=$(infodir) $(infodir)/latex.info; \
  58. - else true; fi
  59. + fi ; true
  60. install-exec: