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

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:40:27 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 67b984bc92028234ad4a5b3b8d3986e6144f22cb
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 20 05:42:06 2002 +0000

    Tools:
    
            * Scripts/make-docs: Added. New script to generate html docs.
    
    WebFoundation:
    
            * Makefile.am: Changed `make doc' target to use make-docs script (and
    	actually work).
    	* CacheLoader.subproj/WebProtocolHandler.h: Remove some docs that
    	made headerdoc2html barf.
            * CacheLoader.subproj/WebCacheObject.h: Added some docs.
            * CacheLoader.subproj/WebResourceHandle.h: Added some docs.
            * CacheLoader.subproj/WebResourceResponse.h: Added some docs.
    
    WebKit:
    
            * Makefile.am: Added `make doc' target.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2102 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 347e3f1..98d8fdd 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-19  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Added `make doc' target.
+
 2002-09-19  John Sullivan  <sullivan at apple.com>
 
 	- cleaned up some SPI for handling URLs on pasteboard
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 347e3f1..98d8fdd 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-09-19  Maciej Stachowiak  <mjs at apple.com>
+
+        * Makefile.am: Added `make doc' target.
+
 2002-09-19  John Sullivan  <sullivan at apple.com>
 
 	- cleaned up some SPI for handling URLs on pasteboard
diff --git a/WebKit/Makefile.am b/WebKit/Makefile.am
index 37d54a2..a65f956 100644
--- a/WebKit/Makefile.am
+++ b/WebKit/Makefile.am
@@ -16,3 +16,6 @@ CLEANFILES = $(BUILT_SOURCES)
 all: previous-clean-timestamp
 previous-clean-timestamp: force-clean-timestamp
 	make clean && touch $@
+
+doc:
+	../Tools/Scripts/make-docs $(SYMROOTS)/Documentation/WebKit $(SYMROOTS)/WebKit.framework/Headers

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list