# --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # Please add additional copyright information _after_ the line containing # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/stf/libcaca/man-pages.patch # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at https://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # --- ROCK-COPYRIGHT-NOTE-END --- diff -dur libcaca-0.9/doc/doxygen.cfg.in libcaca-0.9-p/doc/doxygen.cfg.in --- libcaca-0.9/doc/doxygen.cfg.in 2004-02-02 04:00:20.000000000 +0100 +++ libcaca-0.9-p/doc/doxygen.cfg.in 2005-09-18 08:52:22.000000000 +0200 @@ -138,7 +138,7 @@ #--------------------------------------------------------------------------- GENERATE_MAN = YES MAN_OUTPUT = man -MAN_EXTENSION = .3caca +MAN_EXTENSION = .3 MAN_LINKS = YES #--------------------------------------------------------------------------- # configuration options related to the XML output Nur in libcaca-0.9-p/doc: doxygen.cfg.in~. diff -dur libcaca-0.9/doc/Makefile.am libcaca-0.9-p/doc/Makefile.am --- libcaca-0.9/doc/Makefile.am 2004-02-02 04:00:20.000000000 +0100 +++ libcaca-0.9-p/doc/Makefile.am 2005-09-18 09:02:08.000000000 +0200 @@ -45,7 +45,7 @@ cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \ $(DESTDIR)$(datadir)/doc/libcaca-dev/html $(mkinstalldirs) $(DESTDIR)$(mandir)/man3 - cp man/man3/*.3caca $(DESTDIR)$(mandir)/man3 + cp man/man3/*.3 $(DESTDIR)$(mandir)/man3 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 rm -f $(DESTDIR)$(mandir)/man1/cacaball.1 ln -s cacademo.1 $(DESTDIR)$(mandir)/man1/cacaball.1 Nur in libcaca-0.9-p/doc: Makefile.am~. diff -dur libcaca-0.9/doc/Makefile.in libcaca-0.9-p/doc/Makefile.in --- libcaca-0.9/doc/Makefile.in 2004-02-02 04:00:44.000000000 +0100 +++ libcaca-0.9-p/doc/Makefile.in 2005-09-18 09:02:18.000000000 +0200 @@ -405,7 +405,7 @@ @BUILD_DOCUMENTATION_TRUE@ cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \ @BUILD_DOCUMENTATION_TRUE@ $(DESTDIR)$(datadir)/doc/libcaca-dev/html @BUILD_DOCUMENTATION_TRUE@ $(mkinstalldirs) $(DESTDIR)$(mandir)/man3 -@BUILD_DOCUMENTATION_TRUE@ cp man/man3/*.3caca $(DESTDIR)$(mandir)/man3 +@BUILD_DOCUMENTATION_TRUE@ cp man/man3/*.3 $(DESTDIR)$(mandir)/man3 @BUILD_DOCUMENTATION_TRUE@ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 @BUILD_DOCUMENTATION_TRUE@ rm -f $(DESTDIR)$(mandir)/man1/cacaball.1 @BUILD_DOCUMENTATION_TRUE@ ln -s cacademo.1 $(DESTDIR)$(mandir)/man1/cacaball.1 Nur in libcaca-0.9-p/doc: Makefile.in~.