1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02:00

Rename merge-library to generate-standalone.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1568 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-02-18 04:02:12 +00:00
parent f5a77c523b
commit 6651941e3f
5 changed files with 163 additions and 154 deletions

View File

@@ -71,7 +71,7 @@ require 'HTMLPurifier/Harness.php';
if ($AC['flush']) {
shell_exec($AC['php'] . ' ../maintenance/generate-schema-cache.php');
shell_exec($AC['php'] . ' ../maintenance/flush-definition-cache.php');
shell_exec($AC['php'] . ' ../maintenance/merge-library.php');
shell_exec($AC['php'] . ' ../maintenance/generate-standalone.php');
}
// Now, userland code begins to be executed