Daniele Bartolini před 11 roky
rodič
revize
62fb4a1947
4 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 1 1
      docs/Doxyfile.doxygen
  2. 0 0
      docs/lua_api.txt
  3. 0 0
      docs/style.css
  4. 3 2
      makefile

+ 1 - 1
documentation/Doxyfile.doxygen → docs/Doxyfile.doxygen

@@ -58,7 +58,7 @@ PROJECT_LOGO           =
 # entered, it will be relative to the location where doxygen was started. If
 # left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = .build/documentation
+OUTPUT_DIRECTORY       = .build/docs
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
 # directories (in 2 levels) under the output directory of each output format and

+ 0 - 0
documentation/lua_api.txt → docs/lua_api.txt


+ 0 - 0
documentation/style.css → docs/style.css


+ 3 - 2
makefile

@@ -99,9 +99,10 @@ windows-development64: deps-windows-debug64 windows-build
 windows-release64: deps-windows-release64 windows-build
 	devenv .build/windows/crown.sln /Build "release|x64"
 
+.PHONY: docs
 docs:
-	doxygen documentation/Doxyfile.doxygen
-	rst2html2 --stylesheet=html4css1.css,documentation/style.css documentation/lua_api.txt .build/documentation/lua_api.html
+	doxygen docs/Doxyfile.doxygen
+	rst2html2 --stylesheet=html4css1.css,docs/style.css docs/lua_api.txt .build/docs/lua_api.html
 
 clean: deps-clean
 	@echo Cleaning...