From 201d572ab5c57cda1b332356a3b7711bc346696e Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 6 Aug 2014 12:10:08 -0400 Subject: Remove remnants of deleted "do_package_write" task. As the do_package_write() task is listed as deleted, remove the few remaining references. Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- meta/conf/documentation.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index eb36de0caa..7cf4476a14 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -33,7 +33,6 @@ do_listtasks[doc] = "Lists all defined tasks for a target" do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel" do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files" do_package_index[doc] = "Creates or updates the index in the Package Feed area" -do_package_write[doc] = "Creates the actual packages and places them in the Package Feed area" do_package_write_deb[doc] = "Creates the actual DEB packages and places them in the Package Feed area" do_package_write_ipk[doc] = "Creates the actual IPK packages and places them in the Package Feed area" do_package_write_rpm[doc] = "Creates the actual RPM packages and places them in the Package Feed area" -- cgit 1.2.3-korg