comparison doc/Makefile.am @ 20353:45d7be391982 stable

build: Use texinfo.tex from gnulib instead of manually imported version * doc/texinfo.tex: Delete. * doc/Makefile.am (EXTRA_DIST): Remove texinfo.tex from the list. * doc/interpreter/Makefile.am, doc/liboctave/Makefile.am (TEXINFO_TEX): Delete unnecessary definition.
author Mike Miller <mtmiller@octave.org>
date Thu, 09 Jul 2015 21:45:26 -0400
parents 4197fc428c7d
children
comparison
equal deleted inserted replaced
20352:2ec049e50ed8 20353:45d7be391982
24 ## which can lead to a confusing error message stream. 24 ## which can lead to a confusing error message stream.
25 .NOTPARALLEL: 25 .NOTPARALLEL:
26 26
27 EXTRA_DIST = \ 27 EXTRA_DIST = \
28 Makefile.am \ 28 Makefile.am \
29 texinfo.tex \
30 texmf.cnf 29 texmf.cnf
31 30
32 SUBDIRS = doxyhtml interpreter liboctave refcard 31 SUBDIRS = doxyhtml interpreter liboctave refcard
33 32