Got Gtk-Doc working. Now all the fancy /** comments before the functions
[rodin/chimara.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## Created by Anjuta
3
4 SUBDIRS = src po docs
5
6 chimaradocdir = ${prefix}/doc/chimara
7 chimaradoc_DATA = \
8         README\
9         COPYING\
10         AUTHORS\
11         ChangeLog\
12         INSTALL\
13         NEWS
14
15 EXTRA_DIST = $(chimaradoc_DATA) \
16         intltool-extract.in intltool-merge.in intltool-update.in
17
18 # Copy all the spec files. Of cource, only one is actually used.
19 dist-hook:
20         for specfile in *.spec; do \
21                 if test -f $$specfile; then \
22                         cp -p $$specfile $(distdir); \
23                 fi \
24         done
25
26 DISTCLEANFILES = intltool-extract intltool-merge intltool-update
27
28 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc