r34322 - in trunk: DOCS/tech/release-howto.txt DOCS/xml/Makefile debian/rules
Author: diego Date: Mon Nov 7 20:54:38 2011 New Revision: 34322 Log: build: drop releaseclean target The target is supposed to remove files that are created during the XML build process without removing the generated documentation. Unfortunately, it does not work as expected and is not worth the extra complication. Modified: trunk/DOCS/xml/Makefile Changes in other areas also in this revision: Modified: trunk/DOCS/tech/release-howto.txt trunk/debian/rules Modified: trunk/DOCS/xml/Makefile ============================================================================== --- trunk/DOCS/xml/Makefile Mon Nov 7 20:54:36 2011 (r34321) +++ trunk/DOCS/xml/Makefile Mon Nov 7 20:54:38 2011 (r34322) @@ -39,12 +39,8 @@ $(foreach lang, $(DOC_LANG_ALL),$(eval $ clean: -rm -rf $(HTML) -# Remove generated files but keep the HTML (for release tarballs). -releaseclean: - -rm -f $(CONFIGURE_GENERATED) - -rm -f $(MAIN_XML_ALL) - -distclean: clean releaseclean +distclean: clean + -rm -f $(CONFIGURE_GENERATED) $(MAIN_XML_ALL) .PHONY: all html-chunked html-single xmllint .PHONY: html-chunked-* html-single-* xmllint-* *clean
participants (1)
-
diego