RELEASE-NOTES.html: RELEASE-NOTES.xml NEWS.xml
$(XINCLUDE) $< > RELEASE-NOTES-TMP.xml
- $(XSLT) RELEASE-NOTES-TMP.xml $(DOC_LINK_STYLE) $@ \
+ $(XSLT) profile.condition $(RELEASE_TYPE) RELEASE-NOTES-TMP.xml $(DOC_LINK_STYLE) $@ \
doc-baseuri="$(DOC_BASEURI)"
$(RM) RELEASE-NOTES-TMP.xml
)
ZIPVER=$(RELVER)
+ifeq (snapshot,$(findstring snapshot,$(RELVER)))
+ RELEASE_TYPE=snapshot
+else
+ifeq (.0,$(findstring .0,$(RELVER)))
+ RELEASE_TYPE=dot-zero
+else
+ RELEASE_TYPE=dot-one-plus
+endif
+endif
+
# the following are used to determine what version to compare to
# in order to create the WhatsNew file
NEXTVER=