diff options
| author | wei <> | 2006-10-12 07:30:33 +0000 |
|---|---|---|
| committer | wei <> | 2006-10-12 07:30:33 +0000 |
| commit | 5abdafeb9ded0c1c41992f7b3758f1dc02255683 (patch) | |
| tree | c5c344f0285e9b5dcd540eeaa1a701f47e14b4bb /buildscripts/chmbuilder/build_child.php | |
| parent | de630e4134484cea82fd0a1864a45db3bd9974bc (diff) | |
add unified chm build (quickstart + API + classdocs + wiki)
Diffstat (limited to 'buildscripts/chmbuilder/build_child.php')
| -rw-r--r-- | buildscripts/chmbuilder/build_child.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/buildscripts/chmbuilder/build_child.php b/buildscripts/chmbuilder/build_child.php new file mode 100644 index 00000000..91662373 --- /dev/null +++ b/buildscripts/chmbuilder/build_child.php @@ -0,0 +1,7 @@ +<?php
+
+$isChild = true;
+
+include(dirname(__FILE__).'/build.php');
+
+?>
\ No newline at end of file |
