diff options
Diffstat (limited to 'contrib/texinfo/makeinfo/Makefile.am')
-rw-r--r-- | contrib/texinfo/makeinfo/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/texinfo/makeinfo/Makefile.am b/contrib/texinfo/makeinfo/Makefile.am deleted file mode 100644 index f2137fa4b73d..000000000000 --- a/contrib/texinfo/makeinfo/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -## Makefile.am for texinfo/makeinfo. -## $Id: Makefile.am,v 1.4 1997/07/04 20:58:00 karl Exp $ -## Run automake in .. to produce Makefile.in from this. - -bin_PROGRAMS = makeinfo - -localedir = $(datadir)/locale -INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\" -LDADD = ../lib/libtxi.a @INTLLIBS@ - -makeinfo_SOURCES = makeinfo.c makeinfo.h multi.c - -EXTRA_DIST = README |