[MPlayer-cvslog] r34322 - in trunk: DOCS/tech/release-howto.txt DOCS/xml/Makefile debian/rules

diego subversion at mplayerhq.hu
Mon Nov 7 20:54:39 CET 2011


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/tech/release-howto.txt
   trunk/debian/rules

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/tech/release-howto.txt
==============================================================================
--- trunk/DOCS/tech/release-howto.txt	Mon Nov  7 20:54:36 2011	(r34321)
+++ trunk/DOCS/tech/release-howto.txt	Mon Nov  7 20:54:38 2011	(r34322)
@@ -18,8 +18,7 @@ create the release tree:
 - 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 ..

Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules	Mon Nov  7 20:54:36 2011	(r34321)
+++ trunk/debian/rules	Mon Nov  7 20:54:38 2011	(r34322)
@@ -150,9 +150,7 @@ install-indep: build-indep
 clean:
 	dh_testdir
 	dh_testroot
-	-test ! -f config.mak || ( $(MAKE) -C DOCS/xml releaseclean ; $(MAKE) distclean )
-	# in case the previous command fails for some reason, remove 'svn ignored' files
-	rm -rf DOCS/HTML DOCS/codecs-status.html
+	-test -f config.mak && $(MAKE) distclean
 
 # Build architecture-independent packages
 binary-indep: install-indep


More information about the MPlayer-cvslog mailing list