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


The following commit has been merged in the debian/unstable branch:
commit 0fb6907e54c2ffcb5156245612985009e4c9b423
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 2 19:29:52 2001 +0000

    Some additional files that go along with the recent large change to the make
    system
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@400 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/.cvsignore b/WebKit/.cvsignore
new file mode 100644
index 0000000..f3c7a7c
--- /dev/null
+++ b/WebKit/.cvsignore
@@ -0,0 +1 @@
+Makefile
diff --git a/WebKit/Makefile.in b/WebKit/Makefile.in
new file mode 100644
index 0000000..a411298
--- /dev/null
+++ b/WebKit/Makefile.in
@@ -0,0 +1,18 @@
+#======================================================================
+#
+# Makefile
+#
+# $RCSfile$
+#
+#======================================================================
+# Set targets for this directory
+
+all: 
+	pbxbuild
+
+clean:
+	pbxbuild clean
+
+#======================================================================
+# end
+#======================================================================

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list