diff options
author | 2014-06-30 13:06:25 -0400 | |
---|---|---|
committer | 2014-06-30 13:06:25 -0400 | |
commit | 03b0b8932ea1c41854a487f9fa6555def9b59462 (patch) | |
tree | 491743468203ee0b49729d323a1f224aaf4ef669 /src | |
parent | b8a5a15f6171cbedc9007e5b05757aa4b72ff742 (diff) | |
download | textadept-03b0b8932ea1c41854a487f9fa6555def9b59462.tar.gz textadept-03b0b8932ea1c41854a487f9fa6555def9b59462.zip |
Condensed manual and API documentation into single files.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 1911fbfb..81b4d8c4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -343,14 +343,14 @@ clean: doc: rootdoc manual luadoc tadoc rootdoc: ../*.md - $(bombay) -d ../doc -t ../doc --title Textadept --navtitle '' $^ -manual: ../doc/*.md - $(bombay) -d ../doc -t ../doc --title Textadept --navtitle Manual $^ + $(bombay) -d ../doc -t ../doc --title Textadept $^ +manual: ../doc/manual.md + $(bombay) -d ../doc -t ../doc --title Textadept $^ luadoc: ../modules ../core ../lexers cd ../doc && $(luadoc) -d . -t . --doclet markdowndoc $^/lexer.lua tadoc: ../modules ../core ../lexers cd ../modules && $(luadoc) -d lua --doclet lua/tadoc $^/lexer.lua -cleandoc: ; rm -rf ../doc/*.html ../doc/api +cleandoc: ; rm -rf ../doc/manual.html ../doc/api.html # Releases. |