Index: xotcl/Makefile.in =================================================================== diff -u -r464284f53643031115e4da0204025a733675ad60 -r2139510e0635ca88521b99d7c9751c2c15b306b6 --- xotcl/Makefile.in (.../Makefile.in) (revision 464284f53643031115e4da0204025a733675ad60) +++ xotcl/Makefile.in (.../Makefile.in) (revision 2139510e0635ca88521b99d7c9751c2c15b306b6) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.8 2004/08/19 09:57:50 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.9 2004/08/22 09:30:45 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that @@ -28,6 +28,7 @@ src_app_dir = ${srcdir}/apps src_generic_dir = ${srcdir}/generic PLATFORM_DIR = $(srcdir)/@TEA_PLATFORM@ +target_doc_dir = ./doc TCL_LIB_SPEC = @TCL_LIB_SPEC@ TK_LIB_SPEC = @TK_LIB_SPEC@ subdirs = @subdirs@ @@ -220,10 +221,10 @@ fulldoc: doc pdf # use language reference as sample file to trigger generation of documentation files -doc: $(src_doc_dir)/langRef-xotcl.html +doc: $(target_doc_dir)/langRef-xotcl.html -$(src_doc_dir)/langRef-xotcl.html: $(src_doc_dir)/langRef.xotcl $(DOC_SOURCE) - @$(TCLSH_PROG) $(src_lib_dir)/lib/makeDoc.xotcl $(src_doc_dir) $(DOC_SOURCE) +$(target_doc_dir)/langRef-xotcl.html: $(src_doc_dir)/langRef.xotcl $(DOC_SOURCE) + @$(TCLSH_PROG) $(src_lib_dir)/lib/makeDoc.xotcl $(target_doc_dir) $(DOC_SOURCE) pdf: -(cd $(src_doc_dir); htmldoc --webpage --format pdf14 --title \ @@ -459,7 +460,8 @@ #======================================================================== clean: - -rm -rf $(BINARIES) $(CLEANFILES) @XOTCLSH@ @XOWISH@ pkgIndex.tcl ./receiver $(src_doc_dir)/*-xotcl.html + -rm -rf $(BINARIES) $(CLEANFILES) @XOTCLSH@ @XOWISH@ pkgIndex.tcl ./receiver \ + $(target_doc_dir)/*-xotcl.html find ${srcdir} -type f -name \*~ -exec rm \{} \; @if test ! "x$(subdirs)" = "x" ; then dirs="$(subdirs)" ; \ for dir in $$dirs ; do \