Browse Source

Renamed directories

Josh Yelon 20 years ago
parent
commit
7cbe083df4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      doc/makepanda/makedocs.py

+ 4 - 4
doc/makepanda/makedocs.py

@@ -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")