From c729c6f3536f99a3ff76a373fe6786fe8b7c2d10 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Mon, 8 Oct 2007 10:40:45 +0000 Subject: [PATCH] corrected path --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index b1a717534..8c57d9047 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,5 +13,5 @@ MAINTAINERCLEANFILES = $(DISTCLEANFILES) Makefile.in # This adds the root directory of the ngspice source distribution # to be included in the search path for includes in the ngspice.texi file # (which is necessary for the AUTHORS file to be found) -AM_MAKEINFOFLAGS = -I "../" -TEXI2DVI = texi2dvi -I "../" +AM_MAKEINFOFLAGS = -I $(top_srcdir) +TEXI2DVI = texi2dvi -I $(top_srcdir)