r934 - /experimental/ffmpeg/debian/rules

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Dec 9 20:12:28 UTC 2007


Author: siretart
Date: Sun Dec  9 20:12:28 2007
New Revision: 934

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=934
Log:
rules for doc subdirectory have been merged to toplevel makefile, don't call make there

Modified:
    experimental/ffmpeg/debian/rules

Modified: experimental/ffmpeg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg/debian/rules?rev=934&op=diff
==============================================================================
--- experimental/ffmpeg/debian/rules (original)
+++ experimental/ffmpeg/debian/rules Sun Dec  9 20:12:28 2007
@@ -52,7 +52,6 @@
 	
 	# Build and backup static libraries
 	./configure $(confflags) --disable-ffmpeg --disable-vhook --disable-ffserver --disable-ffplay --prefix=/usr
-	$(MAKE) -C doc
 	$(MAKE)
 	for d in $(LIBS); do mv $$d/$$d.a $$d/$$d.a.bak; done
 	
@@ -85,7 +84,6 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) -C doc clean
 	-$(MAKE) -C tests clean
 	-$(MAKE) distclean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2




More information about the pkg-multimedia-commits mailing list