Changeset 296 for libcaca/trunk/doc
- Timestamp:
- Dec 31, 2003, 2:32:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/Makefile.am
r275 r296 4 4 5 5 if DOXYGEN 6 htmldoc_DATA = html/doxygen.css html/doxygen.png6 htmldoc_DATA = html/doxygen.css 7 7 htmldocdir = $(datadir)/doc/libcaca-dev/html 8 8 if LATEX … … 40 40 $(mkinstalldirs) $(DESTDIR)$(datadir)/doc/libcaca-dev/html 41 41 cp html/*.html $(DESTDIR)$(datadir)/doc/libcaca-dev/html 42 cp html/*.gif html/*.png $(DESTDIR)$(datadir)/doc/libcaca-dev/html 42 43 $(mkinstalldirs) $(DESTDIR)$(mandir)/man3 43 44 cp man/man3/*.3caca $(DESTDIR)$(mandir)/man3
Note: See TracChangeset
for help on using the changeset viewer.