Commit: 301911a6c343364c5a4a135b1b3a43b78f6fc7f2 Author: Hannes Magnusson <[email protected]> Sun, 27 Oct 2013 16:43:56 -0700 Parents: 853ee761ce71e6e2078fd151fb7fc0bb5df7dc23 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=301911a6c343364c5a4a135b1b3a43b78f6fc7f2 Log: No more reST Changed paths: M scripts/update-backend Diff: diff --git a/scripts/update-backend b/scripts/update-backend index 0955064..497de32 100755 --- a/scripts/update-backend +++ b/scripts/update-backend @@ -53,17 +53,6 @@ pregenerate_conf_teaser("$root/feed.atom", "$root/include/pregen-confs.inc"); include "php_version"; pregenerate_version_feed("$root/include/version.inc", "$root/include/releases.inc", "$root/releases.atom"); -// Pregenerate the reST files -include "rest_render"; -/* URLs to parse/render */ -$urls = array( - 'CODING_STANDARDS', - 'README.GIT-RULES', - 'README.MAILINGLIST_RULES', - 'README.RELEASE_PROCESS', -); -pregen_rest_files("$root/reST/cache/", $urls); - // Pregenerate elephpant image pool from flickr. include "pregen_flickr"; $flickr_api_key = getenv("TOKEN_FLICKR"); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
