Last change
on this file since 724 was
724,
checked in by Peter Johansson, 15 years ago
|
- README.developer: adding text on Requirements for building from svn checkout
- configure.ac: support for help2man and new man/Makefile
- lib/OptionVersion.cc lib/OptionVersion.h bin/Parameter.cc: changed --version output so when used in combination with --no-verbose it is compliant with help2man
- lib/utility.cc: removed function version_string not used anymore
closes #361
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | ## |
---|
3 | ## $Id: Makefile.am 724 2008-12-09 13:34:16Z peter $ |
---|
4 | |
---|
5 | # Copyright (C) 2005, 2006 Jari Häkkinen |
---|
6 | # Copyright (C) 2007 2008 Peter Johansson |
---|
7 | # |
---|
8 | # This file is part of svndigest, http://dev.thep.lu.se/svndigest |
---|
9 | # |
---|
10 | # svndigest is free software; you can redistribute it and/or modify it |
---|
11 | # under the terms of the GNU General Public License as published by |
---|
12 | # the Free Software Foundation; either version 3 of the License, or |
---|
13 | # (at your option) any later version. |
---|
14 | # |
---|
15 | # svndigest is distributed in the hope that it will be useful, but |
---|
16 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
18 | # General Public License for more details. |
---|
19 | # |
---|
20 | # You should have received a copy of the GNU General Public License |
---|
21 | # along with svndigest. If not, see <http://www.gnu.org/licenses/>. |
---|
22 | |
---|
23 | # -I arg should be the same as arg in AC_CONFIG_MACRO_DIR in configure.ac |
---|
24 | ACLOCAL_AMFLAGS = -I build_support --install |
---|
25 | |
---|
26 | SUBDIRS = lib bin man test |
---|
27 | |
---|
28 | EXTRA_dist = build_support/move-if-change |
---|
29 | |
---|
30 | clean-local: |
---|
31 | rm -rf svndigest *~ |
---|
32 | |
---|
33 | |
---|
34 | md5: dist |
---|
35 | md5sum $(DIST_ARCHIVES) > $(DIST_ARCHIVES).MD5 |
---|
Note: See
TracBrowser
for help on using the repository browser.