Consider caption width when module size is updated
[gmodulargraph.git] / Makefile.am
blobc7b3dca6d69538f68d32f7f1abda97c697852e90
1 ## Process this file with automake to produce Makefile.in
2 ## Created by Anjuta
4 SUBDIRS = src po
6 gtkgraphdocdir = ${prefix}/doc/gtkgraph
7 gtkgraphdoc_DATA = \
8         README\
9         COPYING\
10         AUTHORS\
11         ChangeLog\
12         INSTALL\
13         NEWS
16 INTLTOOL_FILES = intltool-extract.in \
17         intltool-merge.in \
18         intltool-update.in
20 EXTRA_DIST = $(gtkgraphdoc_DATA) \
21         $(INTLTOOL_FILES)
23 DISTCLEANFILES = intltool-extract \
24         intltool-merge \
25         intltool-update \
26         po/.intltool-merge-cache
29 # Remove doc directory on uninstall
30 uninstall-local:
31         -rm -r $(gtkgraphdocdir)