Renamed directories

This commit is contained in:
Josh Yelon 2005-12-07 17:29:22 +00:00
parent f4054015c4
commit 7cbe083df4

View File

@ -57,8 +57,8 @@ if (os.path.isfile("built/pandac/input/libpgraph.in")==0) or (os.path.isfile("bu
##
########################################################################
MakeDirectory("apiref-php")
gendocs.generate(VERSION, "built/pandac/input", "direct", "apiref-php", "", "", "/apiref.php?page=", "")
MakeDirectory("referphp")
gendocs.generate(VERSION, "built/pandac/input", "direct", "referphp", "", "", "/apiref.php?page=", "")
########################################################################
##
@ -72,6 +72,6 @@ gendocs.generate(VERSION, "built/pandac/input", "direct", "apiref-php", "", "",
HEADER = "<html><head></head><body>\n"
FOOTER = "</body></html>\n"
MakeDirectory("apiref-html")
gendocs.generate(VERSION, "built/pandac/input", "direct", "apiref-html", HEADER, FOOTER, "", ".html")
MakeDirectory("reference")
gendocs.generate(VERSION, "built/pandac/input", "direct", "reference", HEADER, FOOTER, "", ".html")