diff DOCS/tech/release-howto.txt @ 34234:4ec96d5d2e4c

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.
author diego
date Mon, 07 Nov 2011 19:54:38 +0000
parents e3247c8716f8
children d8ab83aa014b
line wrap: on
line diff
--- a/DOCS/tech/release-howto.txt	Mon Nov 07 19:54:36 2011 +0000
+++ b/DOCS/tech/release-howto.txt	Mon Nov 07 19:54:38 2011 +0000
@@ -18,8 +18,7 @@
 - check out FFmpeg subdirs
 - remove obsolete DOCS translations, help files
 
-- build the HTML docs from XML sources, then clean up:
-    make html-chunked; make releaseclean
+- build the HTML docs from XML sources, then clean up
 
 release the tree:
     cd ..