diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-22 16:52:58 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-22 16:52:58 +0000 |
commit | 9223212af173e471f3def0fb1685552655532cd1 (patch) | |
tree | fe9e4ae3f56ecbf6a0fc5265fcc6c66de19738d4 /contrib/texinfo/util/Makefile.am | |
parent | f045034c563d72347fbfe10053eea280f5799d5c (diff) |
Notes
Diffstat (limited to 'contrib/texinfo/util/Makefile.am')
-rw-r--r-- | contrib/texinfo/util/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/texinfo/util/Makefile.am b/contrib/texinfo/util/Makefile.am deleted file mode 100644 index f16dd034da85e..0000000000000 --- a/contrib/texinfo/util/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -## Makefile.am for texinfo/util. -## $Id: Makefile.am,v 1.6 1997/07/15 19:15:05 karl Exp $ -## Run automake in .. to produce Makefile.in from this. - -bin_PROGRAMS = install-info texindex -bin_SCRIPTS = texi2dvi - -localedir = $(datadir)/locale -INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\" -LDADD = ../lib/libtxi.a @INTLLIBS@ - -EXTRA_DIST = README deref.c fixfonts gen-dir-node tex3patch texi2dvi \ - update-info |