Author: mcbrown
Date: 2007-11-27 13:39:07 +0100 (Tue, 27 Nov 2007)
New Revision: 8914
Log:
Adding idmap.refs target to arby docs to ensure the ID maps we might need are generated
before the arbitrary target is processed
Modified:
trunk/make.d/xml-arbitrary
Modified: trunk/make.d/xml-arbitrary
===================================================================
--- trunk/make.d/xml-arbitrary 2007-11-27 12:30:53 UTC (rev 8913)
+++ trunk/make.d/xml-arbitrary 2007-11-27 12:39:07 UTC (rev 8914)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 712 bytes
@@ -1,12 +1,12 @@
# Build a document made up of arbitrary sections
-%-arbitrary.xml: %-aspec.xml %-base.xml
+%-arbitrary.xml: %-aspec.xml %-base.xml idmap.refs
set -e; \
$(GENARBITRARY) --srcdir=$(DYN_SRCDIR) $*-aspec.xml $*-base.xml; \
mv $*-base.xml.final $@;
clean::
- $(RM) *-aspec.xml.*.xml *.xml.final *-arbitrary.xml $(DEPEND_FILES)
+ $(RM) *-aspec.xml.*.xml *.xml.final *-arbitrary.xml
help::
@echo "make file-arbitrary.xml - compile an arbitrary document"
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8914 - trunk/make.d | mcbrown | 27 Nov |