~bas-dotbas/do/win32-next

419.1.4 by Christopher James Halse Rogers
Update intltools usage
1
EXTRA_DIST = COPYRIGHT
86 by djsiegel at gmail
Moving to autotools-based building for easier packaging, and generally easier everything else.
2
419.1.1 by Christopher James Halse Rogers
Buildsystem: tell autotools we use the m4 directory
3
ACLOCAL_AMFLAGS = -I m4
4
735.3.19 by Jason Smith
merge in autofoo fixes from RAOF. Sorry i lost your revision history, the file you provided had a bad format for interepids bzr.
5
SUBDIRS = \
6
	. \
7
	Do.Universe \
8
	Do.Platform \
9
	Do.Interface.Linux \
10
	Do.Interface.Linux.Classic \
11
	Do.Interface.Linux.Docky \
12
	Do.Interface.Linux.GlassFrame \
13
	Do.Interface.Linux.HUD \
14
	Do.Interface.Linux.Mini \
15
	Do.Platform.Linux \
16
	Do.DBus \
17
	Do \
18
	po \
19
	libdo \
20
	m4 \
21
	data
811 by Christopher Halse Rogers
Make the clean target more cleanly; fixes distcheck. Time for release!
22
23
# Get rid of the build dir on clean.
24
clean-local:
25
	rm -rf $(top_builddir)/build