Skip to content

Commit 086151c

Browse files
committed
removed doc files and moved theme into doc
1 parent df757f4 commit 086151c

20 files changed

Lines changed: 17 additions & 1303 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.lock-wscript
22
build/
3+
doc/
4+
!doc/Theme.css

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ lint:
4343
@@$(NODE_JS) $(BASE)/util/hint-check.js
4444

4545
doc:
46-
@@$(NATURAL_DOCS_PATH)/NaturalDocs -i $(BASE)/include -o HTML $(BASE)/doc -p $(BASE)/doc -s $(BASE)/../Theme
46+
@@$(NATURAL_DOCS_PATH)/NaturalDocs -i $(BASE)/include -o HTML $(BASE)/doc -p $(BASE)/doc -s Theme
4747

4848
.PHONY: test build doc

0 commit comments

Comments
 (0)