Both in 7.6 and 7.7 I see dependencies on $(BUILDDIR)/modref.xml in refdoc/Makefile. But I can't find any rule that makes that file, and it's not in cvs either. How is it supposed to work?
common_module_makefile.in:
modref.xml: plib/autodoc.xml $(SYSTEM_DOC_PATH)/src/structure/modref.xml $(RUNPIKE) -x assemble_autodoc $(SYSTEM_DOC_PATH)/src/structure/modref .xml \ plib/autodoc.xml >plib/modref.xml
And also in the main Makefile.in (for things which are not modules):
modref.xml: autodoc.xml $(DOCDIR)/structure/modref.xml (cd "$(DOCDIR)" && \ $(RUNPIKE) -x assemble_autodoc structure/modref.xml \ $(TMP_BUILDDIR)/autodoc.xml) >modref.xml
pike-devel@lists.lysator.liu.se