[go: up one dir, main page]

Menu

[679184]: / Makefile.am  Maximize  Restore  History

Download this file

24 lines (15 with data), 544 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Process this file with automake to produce Makefile.in
SUBDIRS = gtkspell examples po docs
ACLOCAL_AMFLAGS = -I build
INTLTOOL_FILES = intltool-extract.in \
intltool-merge.in \
intltool-update.in
EXTRA_DIST = autogen.sh $(gtkspelldoc_DATA) $(INTLTOOL_FILES) po/$(GETTEXT_PACKAGE).pot
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc
DISTCLEANFILES = intltool-extract \
intltool-merge \
intltool-update \
po/.intltool-merge-cache
# Remove doc directory on uninstall
uninstall-local:
-rm -r $(gtkspelldocdir)