fix for new nobug
[acogc.git] / Makefile.am
blob695c9259935a761686e6c8b3f436a89f72d2b653
1 # Copyright (C) 2006, Christian Thaeter <chth@gmx.net>
3 # This file is part of the Acogc Garbage Collector.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License version 2 as
7 # published by the Free Software Foundation.
9 # This program 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.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, contact me.
17 SUBDIRS = lib tests
19 meta: changelog
21 #       w3m -no-cookie -dump 'http://www.pipapo.org/pipawiki/Acogc/Documentation?action=print' |\
22 #       (read; read; cat) > README
23 #       w3m -no-cookie -dump 'http://www.pipapo.org/pipawiki/Acogc/Authors?action=print' |\
24 #       (read; read; cat) > AUTHORS
25 #       w3m -no-cookie -dump 'http://www.pipapo.org/pipawiki/Acogc/News?action=print' |\
26 #       (read; read; cat) > NEWS
28 changelog:
29         git whatchanged --max-count=100 | sed -e 's/:.*\.\.\.//' >ChangeLog
31 dist: meta
33 release: dist
34         for i in $(DIST_ARCHIVES); do \
35                 gpg -s $$i;\
36                 rm $$i;\
37         done