mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Renamed directories
This commit is contained in:
parent
f4054015c4
commit
7cbe083df4
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user