aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: e19d967a2781b7b395d4e6a46f0f93e312ed86bb (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
29
30
31
32
33
34
35
36
# 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 <http://www.gnu.org/licenses/>.

ACLOCAL_AMFLAGS = -I gint -I m4

if IDEST_COND_GUILE
  SCHEME_DIR = scheme
endif

SUBDIRS=gnu libid3tag gint src doc examples $(SCHEME_DIR)

.PHONY: ChangeLog
ChangeLog: 
	$(AM_V_GEN)if test -d .git; then                                \
	  $(top_srcdir)/build-aux/gitlog-to-changelog |                 \
            sed '/<unknown>$$/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

Return to:

Send suggestions and report system problems to the System administrator.