From ba28c4b7fc7f45834c8131982d49f4872f7940e7 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 24 Mar 2003 13:22:33 +0000 Subject: Corection du path d'include tcl. --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index efad60d..244d44d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,8 +48,8 @@ SHARED_TK_LDFLAGS = @sharedlib_buildflags@ # For memory debugging #TCL_TK_DEBUG_SUFFIX=g TCL_TK_DEBUG_SUFFIX= -TCL_TK_VER = 8.4$(TCL_TK_DEBUG_SUFFIX) -TK_INCLUDE_PATH=/usr/local/include +TCL_TK_VER = 8.3$(TCL_TK_DEBUG_SUFFIX) +TK_INCLUDE_PATH=/usr/include/tcl$(TCL_TK_VER) SHARED_TK_LIBS = @X_LIBS@ @LOCAL_X_LIBS@ @XMU@ -lXext -lX11 @X_EXTRA_LIBS@ -lm ZINC_VER = @ZINC_VER@ ZINC_MAJOR = @ZINC_MAJOR@ @@ -196,7 +196,7 @@ om: doc: doc/refman.pdf doc/refman.html doc/refman.html: - (cd doc; latex2html -split 4 -show_section_numbers -local_icons refman.tex; cp -f *.png refman/ ) + (cd doc; latex2html -split 4 -show_section_numbers -local_icons refman.tex; cp -f *.png refman/) doc/refman.pdf: doc/refman.tex (cd doc; \ -- cgit v1.1