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


The following commit has been merged in the master branch:
commit 53af79ad4d1c542f82a72f4e1450f11aa978e8c3
Author: legatvs <legatvs at gmail.com>
Date:   Mon Jan 26 16:04:58 2009 +0200

    Changed Makefile "all" default to "man" followed by "checks".

diff --git a/Makefile b/Makefile
index 641d5ce..3259397 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ TR          = tr
 WITH_MAN    = yes
 
 ifndef V
-QUIET_POD2MAN   = @echo '  ' POD2MAN clive.1;
+QUIET_POD2MAN   = @echo POD2MAN clive.1;
 endif
 
 RELEASE := \
@@ -27,7 +27,7 @@ RELEASE := \
         $(TR) -d '[\";]'")
 
 .PHONY: all checks
-all: checks
+all: man checks
 
 checks:
 	@echo Checking for module deps...
@@ -54,10 +54,10 @@ checks:
 .PHONY: install uninstall
 install:
 	$(INSTALL) -d $(DESTDIR)$(bindir)
-	$(INSTALL) -C clive $(DESTDIR)$(bindir)/clive
+	$(INSTALL) -c clive $(DESTDIR)$(bindir)/clive
 ifeq ($(WITH_MAN),yes)
 	$(INSTALL) -d $(DESTDIR)$(mandir)
-	$(INSTALL) -C -m 444 clive.1 $(DESTDIR)$(man1dir)/clive.1
+	$(INSTALL) -c -m 444 clive.1 $(DESTDIR)$(man1dir)/clive.1
 endif
 
 uninstall:

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



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