comparison doc/interpreter/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 4f6ae6b94abe
children
comparison
equal deleted inserted replaced
20352:2ec049e50ed8 20353:45d7be391982
17 # You should have received a copy of the GNU General Public License 17 # You should have received a copy of the GNU General Public License
18 # along with Octave; see the file COPYING. If not, see 18 # along with Octave; see the file COPYING. If not, see
19 # <http://www.gnu.org/licenses/>. 19 # <http://www.gnu.org/licenses/>.
20 20
21 include $(top_srcdir)/build-aux/common.mk 21 include $(top_srcdir)/build-aux/common.mk
22
23 TEXINFO_TEX = ../texinfo.tex
24 22
25 ## Leading PATH_SEPARATOR required due to weak parsing by dvips (12/04/09) 23 ## Leading PATH_SEPARATOR required due to weak parsing by dvips (12/04/09)
26 TEXINPUTS := "$(PATH_SEPARATOR)$(srcdir)$(PATH_SEPARATOR)$(TEXINPUTS)$(PATH_SEPARATOR)" 24 TEXINPUTS := "$(PATH_SEPARATOR)$(srcdir)$(PATH_SEPARATOR)$(TEXINPUTS)$(PATH_SEPARATOR)"
27 export TEXINPUTS 25 export TEXINPUTS
28 26