Index: Makefile.in =================================================================== diff -u -rfa7635cbfe2309b8e6282e2c7925fa2617b061aa -r4467dfc8b4c7b8a689ba01915c71d4afe4c7051c --- Makefile.in (.../Makefile.in) (revision fa7635cbfe2309b8e6282e2c7925fa2617b061aa) +++ Makefile.in (.../Makefile.in) (revision 4467dfc8b4c7b8a689ba01915c71d4afe4c7051c) @@ -283,17 +283,17 @@ yuidoc: pkgIndex.tcl $(YUIDOC_OUTPUT) -$(target_doc_dir)/$(PACKAGE_NAME)/index.html: +$(target_doc_dir)/$(PACKAGE_NAME)/index.html: $(PACKAGE_NAME).nxd $(TCLSH) $(src_app_dir_native)/utils/nxdoc -doctitle $(PACKAGE_NAME) \ -docurl "http://next-scripting.org/" -docversion $(PACKAGE_VERSION) \ -outdir $(target_doc_dir) "package:$(PACKAGE_NAME)" -$(target_doc_dir)/nx/index.html: +$(target_doc_dir)/nx/index.html: library/nx/nx.nxd $(PACKAGE_NAME).nxd $(TCLSH) $(src_app_dir_native)/utils/nxdoc -doctitle nx \ -docurl "http://next-scripting.org/" -docversion $(PACKAGE_VERSION) \ -outdir $(target_doc_dir) "package:nx" -$(xotcl_target_doc_dir)/XOTcl-langRef/index.html: +$(xotcl_target_doc_dir)/XOTcl-langRef/index.html: library/xotcl/doc/langRef.xotcl $(TCLSH) $(src_app_dir_native)/utils/nxdoc -doctitle XOTcl-langRef \ -docurl "http://next-scripting.org/" -docversion $(PACKAGE_VERSION) \ -outdir $(xotcl_target_doc_dir) "@package:XOTcl-langRef" @@ -305,16 +305,22 @@ xowiki: pkgIndex.tcl $(XOWIKI_OUTPUT) -$(xotcl_target_doc_dir)/XOTcl-langRef.xowiki : +$(target_doc_dir)/$(PACKAGE_NAME).xowiki : $(PACKAGE_NAME).nxd $(TCLSH) $(src_app_dir_native)/utils/nxdoc -doctitle $(basename $(notdir $@)) \ -docurl "http://next-scripting.org/" -docversion $(PACKAGE_VERSION) \ - -outdir $(@D) -format xowiki -layout many-to-1 "@package:$(basename $(notdir $@))" + -outdir $(@D) -format xowiki -layout many-to-1 "package:$(basename $(notdir $@))" -%.xowiki : - $(TCLSH) $(src_app_dir_native)/utils/nxdoc -doctitle $(*F) \ + +$(target_doc_dir)/nx.xowiki : library/nx/nx.nxd $(PACKAGE_NAME).nxd + $(TCLSH) $(src_app_dir_native)/utils/nxdoc -doctitle $(basename $(notdir $@)) \ -docurl "http://next-scripting.org/" -docversion $(PACKAGE_VERSION) \ - -outdir $(@D) -format xowiki -layout many-to-1 "package:$(*F)" + -outdir $(@D) -format xowiki -layout many-to-1 "package:$(basename $(notdir $@))" +$(xotcl_target_doc_dir)/XOTcl-langRef.xowiki : library/xotcl/doc/langRef.xotcl + $(TCLSH) $(src_app_dir_native)/utils/nxdoc -doctitle $(basename $(notdir $@)) \ + -docurl "http://next-scripting.org/" -docversion $(PACKAGE_VERSION) \ + -outdir $(@D) -format xowiki -layout many-to-1 "@package:$(basename $(notdir $@))" + example-doc: $(EXAMPLE_SCRIPTS) $(xotcl_target_doc_dir)/langRef-xotcl.html: pkgIndex.tcl $(xotcl_src_doc_dir)/langRef.xotcl $(XODOC_SOURCE)