Revision 18945,
1.1 KB
checked in by amb, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18944,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # $Id: Makefile.am,v 1.1.1.2 2003-02-28 17:44:42 amb Exp $ |
---|
2 | # Makefile.am for texinfo/makeinfo. |
---|
3 | # Run automake in .. to produce Makefile.in from this. |
---|
4 | # |
---|
5 | # This file is free software; as a special exception the author gives |
---|
6 | # unlimited permission to copy and/or distribute it, with or without |
---|
7 | # modifications, as long as this notice is preserved. |
---|
8 | # |
---|
9 | # This program is distributed in the hope that it will be useful, but |
---|
10 | # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the |
---|
11 | # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
---|
12 | |
---|
13 | bin_PROGRAMS = makeinfo |
---|
14 | |
---|
15 | localedir = $(datadir)/locale |
---|
16 | INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\" |
---|
17 | LDADD = ../lib/libtxi.a @LIBINTL@ |
---|
18 | |
---|
19 | makeinfo_SOURCES = \ |
---|
20 | cmds.c cmds.h defun.c defun.h \ |
---|
21 | files.c files.h footnote.c footnote.h \ |
---|
22 | html.c html.h index.c index.h insertion.c insertion.h lang.c lang.h \ |
---|
23 | macro.c macro.h makeinfo.c makeinfo.h multi.c node.c node.h \ |
---|
24 | sectioning.c sectioning.h toc.c toc.h xml.c xml.h |
---|
25 | |
---|
26 | pkgdata_DATA = texinfo.dtd texinfo.xsl |
---|
27 | |
---|
28 | EXTRA_DIST = README $(pkgdata_DATA) |
---|
29 | |
---|
30 | SUBDIRS = tests |
---|
Note: See
TracBrowser
for help on using the repository browser.