summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 0e850a2a7e2bfde206a1c10f9cec464d8959c7bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = src translations pics doc

EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO

# not a GNU package. You can remove this line, if 
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign

MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 

package-messages:
	$(MAKE) -f admin/Makefile.common package-messages
	$(MAKE) -C po merge

dist-hook:
	cd $(top_distdir) && perl admin/am_edit -padmin
	cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs

include admin/deps.am