Don't whine if you can't make the directory.
[cfd] / Makefile.am
CommitLineData
b91e2391 1## Process this file with Automake to generate `Makefile.in'
2## -*-Makefile-*-
3##
8ef9dbaf 4## $Id: Makefile.am,v 1.5 2003/05/15 23:39:15 mdw Exp $
b91e2391 5##
6## Building the distribution
7##
8## (c) 1997 Mark Wooding
9##
10
11##----- Licensing notice ----------------------------------------------------
12##
13## This file is part of the Common Files Distribution (`common')
14##
15## `Common' is free software; you can redistribute it and/or modify
16## it under the terms of the GNU General Public License as published by
17## the Free Software Foundation; either version 2 of the License, or
18## (at your option) any later version.
19##
20## `Common' is distributed in the hope that it will be useful,
21## but WITHOUT ANY WARRANTY; without even the implied warranty of
22## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23## GNU General Public License for more details.
24##
25## You should have received a copy of the GNU General Public License
26## along with `common'; if not, write to the Free Software Foundation,
27## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28
29##----- Revision history ----------------------------------------------------
30##
31## $Log: Makefile.am,v $
8ef9dbaf 32## Revision 1.5 2003/05/15 23:39:15 mdw
33## Distribute `maninst' script
34##
b35a9259 35## Revision 1.4 2003/04/05 09:12:13 mdw
36## Tool for installing manpages.
37##
c85e070b 38## Revision 1.3 2000/08/15 21:37:06 mdw
39## New common library configuration skeleton, filled in by configure.in.
40## Replaces mLib-config etc.
41##
574495fc 42## Revision 1.2 1999/05/17 20:43:49 mdw
43## Add getdate implementation.
44##
45## Revision 1.1.1.1 1999/05/05 19:23:47 mdw
46## New import. The old CVS repository was lost in a disk disaster.
b91e2391 47##
48
49## --- Options ---
50
51AUTOMAKE_OPTIONS = foreign
52
53## --- What needs building ---
54
55bin_SCRIPTS = mklinks findlinks txtlib mkaclocal
56
57## --- Files to install in the repository ---
58
59pkgdata_DATA = \
60 COPYING COPYING.LIB INSTALL \
61 ansi2knr.1 ansi2knr.c \
62 gpl.tex lgpl.tex gpl.texi lgpl.texi texinfo.tex texinice.tex \
c85e070b 63 aclocal.glob lib-config.in \
574495fc 64 mdwopt.c mdwopt.h \
65 getdate.y getdate.h
b91e2391 66
8ef9dbaf 67EXTRA_DIST = $(pkgdata_DATA) $(NEWSCRIPTS)
b91e2391 68
69pkgdata_SCRIPTS = \
70 config.guess config.sub elisp-comp install-sh \
8ef9dbaf 71 mdate-sh missing mkinstalldirs ylwrap $(NEWSCRIPTS)
72
73NEWSCRIPTS = \
74 maninst
b91e2391 75
76## --- Documentation ---
77
78info_TEXINFOS = common.texi
79
80## --- Cleaning up ---
81
82CLEANFILES = $(bin_SCRIPTS)