1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = data po Alacarte
11 bin_SCRIPTS = alacarte
12 CLEANFILES += alacarte
14 DISTCLEANFILES = ChangeLog
17 $(AM_V_GEN)sed -e s!\@PYTHON\@!@PYTHON@! \
18 -e s!\@PYOPTIONS\@!-OOt! \
29 @if test -d "$(srcdir)/.git"; then \
30 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log git-migration.. --stat -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \
33 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
34 (test -f $@ || echo git-log is required to generate this file >> $@)); \
37 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
38 echo A git checkout and git-log is required to generate this file >> $@); \