Blame Makefile.am

Packit 4ff8ab
SUBDIRS = themes po
Packit 4ff8ab
Packit 4ff8ab
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
Packit 4ff8ab
Packit 4ff8ab
MAINTAINERCLEANFILES =			\
Packit 4ff8ab
	Makefile.in			\
Packit 4ff8ab
	aclocal.m4			\
Packit 4ff8ab
	config.guess			\
Packit 4ff8ab
	config.h.in			\
Packit 4ff8ab
	config.sub			\
Packit 4ff8ab
	configure			\
Packit 4ff8ab
	depcomp				\
Packit 4ff8ab
	install-sh			\
Packit 4ff8ab
	intltool-*.in			\
Packit 4ff8ab
	libtool				\
Packit 4ff8ab
	ltmain.sh			\
Packit 4ff8ab
	missing				\
Packit 4ff8ab
	mkinstalldirs
Packit 4ff8ab
Packit 4ff8ab
dist-hook:
Packit 4ff8ab
	if test -d "$(srcdir)/.git"; \
Packit 4ff8ab
	then \
Packit 4ff8ab
		echo Creating ChangeLog && \
Packit 4ff8ab
		( cd "$(top_srcdir)" && \
Packit 4ff8ab
		  echo '# Generated by Makefile. Do not edit.'; echo; \
Packit 4ff8ab
		  $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \
Packit 4ff8ab
		&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
Packit 4ff8ab
		|| ( rm -f ChangeLog.tmp ; \
Packit 4ff8ab
		     echo Failed to generate ChangeLog >&2 ); \
Packit 4ff8ab
		else \
Packit 4ff8ab
		echo A git clone is required to generate a ChangeLog >&2; \
Packit 4ff8ab
	fi
Packit 4ff8ab
Packit 4ff8ab
# we don't want to install mo files, all translations are already stored
Packit 4ff8ab
# in theme files
Packit 4ff8ab
install-data-local:
Packit 4ff8ab
	$(MAKE) -C po uninstall