aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorlecoanet2003-03-24 13:22:33 +0000
committerlecoanet2003-03-24 13:22:33 +0000
commitba28c4b7fc7f45834c8131982d49f4872f7940e7 (patch)
tree9198473101840389f409de862be1bd573e1d9c41 /Makefile.in
parentbc4c94691afa3a6ba72a28c5f876fd20e739979c (diff)
downloadtkzinc-ba28c4b7fc7f45834c8131982d49f4872f7940e7.zip
tkzinc-ba28c4b7fc7f45834c8131982d49f4872f7940e7.tar.gz
tkzinc-ba28c4b7fc7f45834c8131982d49f4872f7940e7.tar.bz2
tkzinc-ba28c4b7fc7f45834c8131982d49f4872f7940e7.tar.xz
Corection du path d'include tcl.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
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; \