Changeset 296 for libcaca/trunk/doc


Ignore:
Timestamp:
Dec 31, 2003, 2:32:14 PM (19 years ago)
Author:
Sam Hocevar
Message:
  • doc/Makefile.am: + Do not install doxygen.png directly, because it can be doxygen.gif on

old installations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/doc/Makefile.am

    r275 r296  
    44
    55if DOXYGEN
    6 htmldoc_DATA = html/doxygen.css html/doxygen.png
     6htmldoc_DATA = html/doxygen.css
    77htmldocdir = $(datadir)/doc/libcaca-dev/html
    88if LATEX
     
    4040        $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/libcaca-dev/html
    4141        cp html/*.html $(DESTDIR)$(datadir)/doc/libcaca-dev/html
     42        cp html/*.gif html/*.png $(DESTDIR)$(datadir)/doc/libcaca-dev/html
    4243        $(mkinstalldirs) $(DESTDIR)$(mandir)/man3
    4344        cp man/man3/*.3caca $(DESTDIR)$(mandir)/man3
Note: See TracChangeset for help on using the changeset viewer.