[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:38 UTC 2009


The following commit has been merged in the master branch:
commit 70ab781c92352c6d7b12ade54728255d638eb4de
Author: legatvs <legatvs at gmail.com>
Date:   Mon Jan 26 12:35:13 2009 +0200

    Added "clean" target to Makefile.

diff --git a/Makefile b/Makefile
index ba93825..a7ec9f9 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,10 @@ ifeq ($(WITH_MAN),yes)
 	$(RM) $(DESTDIR)$(man1dir)/clive.1
 endif
 
-.PHONY: man
+.PHONY: man clean
 man:
 	$(QUIET_POD2MAN)$(POD2MAN) -c "clive manual" -n clive \
 		-s 1 -r $(RELEASE) clive 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