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.

58 lines
3.0 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/stf/libcaca/man-pages.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 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. diff -dur libcaca-0.9/doc/doxygen.cfg.in libcaca-0.9-p/doc/doxygen.cfg.in
  20. --- libcaca-0.9/doc/doxygen.cfg.in 2004-02-02 04:00:20.000000000 +0100
  21. +++ libcaca-0.9-p/doc/doxygen.cfg.in 2005-09-18 08:52:22.000000000 +0200
  22. @@ -138,7 +138,7 @@
  23. #---------------------------------------------------------------------------
  24. GENERATE_MAN = YES
  25. MAN_OUTPUT = man
  26. -MAN_EXTENSION = .3caca
  27. +MAN_EXTENSION = .3
  28. MAN_LINKS = YES
  29. #---------------------------------------------------------------------------
  30. # configuration options related to the XML output
  31. Nur in libcaca-0.9-p/doc: doxygen.cfg.in~.
  32. diff -dur libcaca-0.9/doc/Makefile.am libcaca-0.9-p/doc/Makefile.am
  33. --- libcaca-0.9/doc/Makefile.am 2004-02-02 04:00:20.000000000 +0100
  34. +++ libcaca-0.9-p/doc/Makefile.am 2005-09-18 09:02:08.000000000 +0200
  35. @@ -45,7 +45,7 @@
  36. cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \
  37. $(DESTDIR)$(datadir)/doc/libcaca-dev/html
  38. $(mkinstalldirs) $(DESTDIR)$(mandir)/man3
  39. - cp man/man3/*.3caca $(DESTDIR)$(mandir)/man3
  40. + cp man/man3/*.3 $(DESTDIR)$(mandir)/man3
  41. $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
  42. rm -f $(DESTDIR)$(mandir)/man1/cacaball.1
  43. ln -s cacademo.1 $(DESTDIR)$(mandir)/man1/cacaball.1
  44. Nur in libcaca-0.9-p/doc: Makefile.am~.
  45. diff -dur libcaca-0.9/doc/Makefile.in libcaca-0.9-p/doc/Makefile.in
  46. --- libcaca-0.9/doc/Makefile.in 2004-02-02 04:00:44.000000000 +0100
  47. +++ libcaca-0.9-p/doc/Makefile.in 2005-09-18 09:02:18.000000000 +0200
  48. @@ -405,7 +405,7 @@
  49. @BUILD_DOCUMENTATION_TRUE@ cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \
  50. @BUILD_DOCUMENTATION_TRUE@ $(DESTDIR)$(datadir)/doc/libcaca-dev/html
  51. @BUILD_DOCUMENTATION_TRUE@ $(mkinstalldirs) $(DESTDIR)$(mandir)/man3
  52. -@BUILD_DOCUMENTATION_TRUE@ cp man/man3/*.3caca $(DESTDIR)$(mandir)/man3
  53. +@BUILD_DOCUMENTATION_TRUE@ cp man/man3/*.3 $(DESTDIR)$(mandir)/man3
  54. @BUILD_DOCUMENTATION_TRUE@ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
  55. @BUILD_DOCUMENTATION_TRUE@ rm -f $(DESTDIR)$(mandir)/man1/cacaball.1
  56. @BUILD_DOCUMENTATION_TRUE@ ln -s cacademo.1 $(DESTDIR)$(mandir)/man1/cacaball.1
  57. Nur in libcaca-0.9-p/doc: Makefile.in~.