* combine recent object property display code with the existing log code,
[geda-gerbv.git] / man / Makefile.am
blob5b8eb08184c1c3b6049d68cfe02d65be444d8458
1 ## Process this file with automake to produce Makefile.in
2 ##
3 ##    Copyright (C) 2000-2003 Stefan Petersen (spe@stacken.kth.se)
4 ##
5 ##  This file is part of gerbv.
6 ##  $Id$
7 ##
8 ##  This program is free software; you can redistribute it and/or modify
9 ##  it under the terms of the GNU General Public License as published by
10 ##  the Free Software Foundation; either version 2 of the License, or
11 ##  (at your option) any later version.
13 ##  This program is distributed in the hope that it will be useful,
14 ##  but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 ##  GNU General Public License for more details.
18 ##  You should have received a copy of the GNU General Public License
19 ##  along with this program; if not, write to the Free Software
20 ##  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
22 EXTRA_DIST = gerbv.1.in
24 man_MANS = gerbv.1
26 MOSTLYCLEANFILES = *~
27 CLEANFILES = *~ gerbv.1
29 gerbv.1: gerbv.1.in
30         sed -e "s;@scmdir@;${pkgdatadir}/scheme;g" \
31                 -e 's;@version@;@VERSION@;g' \
32                 $(srcdir)/gerbv.1.in > $@