summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: ad417a474422b4fb087b3586b07313c95f31960a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SUBDIRS = po desktop distro-configs bin etc patches man doc src stamp templates extensions

include $(top_srcdir)/Makefile.shared

EXTRA_DIST = \
        autogen.sh              \
	emacs.el		\
	MAINTAINERS		\
	download.in		\
        download_external_sources.sh \
        download_tests_dependencies.sh \
	Makefile.shared		\
	intltool-merge.in	\
	intltool-update.in	\
	intltool-extract.in

dist-hook:
	git log --date=short --pretty="format:@%cd  %an  <%ae>  [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog

clean-local:
	test -z "$(OOBUILDDIR)" || rm -rf $(OOBUILDDIR)
	test -z "$(BUILDDIR)/install" || rm -rf $(BUILDDIR)/install
	for icons in $(OOO_ICONS_VERS) ; do \
	    test "$(BUILDDIR)/$$icons" = "/" || rm -rf "$(BUILDDIR)/$$icons" ; \
	done

maintainer-clean-local:
	test -z "$(BUILDDIR)" || rm -rf $(BUILDDIR)