wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / buttonmaker / Makefile.am
blobe47b904a80e01226dd04995706232e95e62b7c65
1 ## Process this file with automake to produce Makefile.in
2 ## Created by Anjuta
4 SUBDIRS = src po
6 buttonmakerdocdir = ${prefix}/doc/buttonmaker
7 buttonmakerdoc_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 = $(buttonmakerdoc_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 $(buttonmakerdocdir)