# This file is part of Idest # Copyright (C) 2009-2011 Sergey Poznyakoff # # Idest is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # Idest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Idest. If not, see . ACLOCAL_AMFLAGS = -I gint -I m4 if IDEST_COND_GUILE SCHEME_DIR = scheme endif SUBDIRS=gnu libid3tag gint src doc examples $(SCHEME_DIR) tests .PHONY: ChangeLog ChangeLog: $(AM_V_GEN)if test -d .git; then \ $(top_srcdir)/build-aux/gitlog-to-changelog | \ sed '/$$/d' | fmt -s > ChangeLog; \ echo " " >> ChangeLog; \ echo "Local Variables:" >> ChangeLog; \ echo "mode: change-log" >> ChangeLog; \ echo "version-control: never" >> ChangeLog; \ echo "buffer-read-only: t" >> ChangeLog; \ echo "End:" >> ChangeLog; \ fi