[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. upstream/2.1.7-214-g6762190

legatvs legatvs at gmail.com
Wed Apr 1 14:44:49 UTC 2009


The following commit has been merged in the master branch:
commit 9910e73b282d70a492e783870c64b8064e32b93a
Author: legatvs <legatvs at gmail.com>
Date:   Thu Feb 19 02:42:30 2009 +0200

    Removed "clean" from Makefile.

diff --git a/CHANGES b/CHANGES
index aebd2b6..38c7b11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,9 @@ Version 2.1.6
   * Removed wmv format (breakcom)
     - persistant HTTP/404 (not found) error
 
+ Developer-visible changes:
+  * Removed "clean" from Makefile (useless)
+
 
 Version 2.1.5
 (February 6, 2009)
diff --git a/Makefile b/Makefile
index 02edb6d..14b2acc 100644
--- a/Makefile
+++ b/Makefile
@@ -66,10 +66,7 @@ ifeq ($(WITH_MAN),yes)
 	$(RM) $(DESTDIR)$(man1dir)/clive.1
 endif
 
-.PHONY: man clean
+.PHONY: man
 man:
 	$(QUIET_POD2MAN)$(POD2MAN) -c "clive manual" -n clive \
 		-s 1 -r $(RELEASE) clive.pod clive.1
-
-clean:
-	@$(RM) clive.1 2>/dev/null

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list