[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:42:08 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 8f56113a6eb359fdef92ba2f9d2ef4ec2ccd4e3c
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 31 21:47:45 2001 +0000

    Added top-level setup target
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/Makefile.in b/WebCore/Makefile.in
index c7ef168..4dd3592 100644
--- a/WebCore/Makefile.in
+++ b/WebCore/Makefile.in
@@ -29,7 +29,7 @@ SUBDIRS = \
 #----------------------------------------------------------------------
 # Standard targets
 
-all install clean distclean maintainer-clean:		
+all setup install clean distclean maintainer-clean:		
 	@target=$@; \
 	list='$(SUBDIRS)'; \
 	for subdir in $$list; do \
@@ -51,7 +51,7 @@ all install clean distclean maintainer-clean:
 local-all:
 local-dep:
 local-install:
-
+local-setup:
 local-clean:
 	
 local-distclean:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list