Codebase list policykit-1-gnome / debian/0.9-2 Makefile.am
debian/0.9-2

Tree @debian/0.9-2 (Download .tar.gz)

Makefile.am @debian/0.9-2raw · history · blame

SUBDIRS = data src polkit-gnome tools

if BUILD_EXAMPLES
SUBDIRS += examples
endif

# Need to build docs after examples because the docs include generated files
SUBDIRS += doc po

# Creating ChangeLog from git log (taken from cairo/Makefile.am):
ChangeLog: $(srcdir)/ChangeLog

$(srcdir)/ChangeLog:
	if test -d $(srcdir)/.svn ; then \
	  svn up && svn2cl --authors=AUTHORS -o $(srcdir)/ChangeLog ; \
	fi

.PHONY: ChangeLog $(srcdir)/ChangeLog


EXTRA_DIST = \
	autogen.sh		\
	TODO			\
	HACKING			\
	ChangeLog

clean-local :
	rm -f *~ po/*~