source: libcaca/branches/0.4/Makefile.am @ 2637

Last change on this file since 2637 was 270, checked in by Sam Hocevar, 19 years ago
  • configure.ac NEWS: + Prepared release 0.4.
  • src/graphics.c README BUGS TODO: + Updated documentation.
  • Makefile.am doc/Makefile.am: + Install the generated doxygen documentation.
File size: 471 bytes
Line 
1###############################################################################
2# Automake targets and declarations for libcaca
3###############################################################################
4
5SUBDIRS = src examples doc
6DIST_SUBDIRS = $(SUBDIRS) autotools debian
7
8EXTRA_DIST = BUGS NOTES bootstrap caca-config.in
9AUTOMAKE_OPTIONS = dist-bzip2
10
11bin_SCRIPTS = caca-config
12
13doc_DATA = README BUGS TODO AUTHORS NEWS NOTES
14docdir = $(datadir)/doc/libcaca-dev
15
Note: See TracBrowser for help on using the repository browser.