aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-01 20:37:56 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-09 15:53:34 +0300
commitadf97e10060642de5e7049de40de0a85248bf2b0 (patch)
treeb6dd9db8346216cdb79f94d1e6cd1d1496b1cc52 /Makefile.am
downloadcfpeek-adf97e10060642de5e7049de40de0a85248bf2b0.tar.gz
cfpeek-adf97e10060642de5e7049de40de0a85248bf2b0.tar.bz2
Initial commit
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am27
1 files changed, 27 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..7bb4f1e
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,27 @@
1# This file is part of cfpeek
2# Copyright (C) 2011 Sergey Poznyakoff
3#
4# Cfpeek is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option)
7# any later version.
8#
9# Cfpeek is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with cfpeek. If not, see <http://www.gnu.org/licenses/>.
16
17ACLOCAL_AMFLAGS = -I grecs/am
18
19SUBDIRS = grecs src
20
21.PHONY: ChangeLog
22ChangeLog:
23 $(AM_V_GEN)if test -d .git; then \
24 git log --pretty='format:%ct %an <%ae>%n%n%s%n%n%b%n' | \
25 awk -f $(top_srcdir)/grecs/build-aux/git2chg.awk > ChangeLog; \
26 fi
27

Return to:

Send suggestions and report system problems to the System administrator.