mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
12 lines
303 B
Makefile
12 lines
303 B
Makefile
![]() |
NODE = node
|
||
|
NPM = npm
|
||
|
JSDOC = jsdoc
|
||
|
name = all
|
||
|
|
||
|
generate_docs:
|
||
|
# cp -R ./HISTORY.md ./docs/content/meta/release-notes.md
|
||
|
hugo -s docs/reference -d ../../public
|
||
|
$(JSDOC) -c conf.json -t docs/jsdoc-template/ -d ./public/api
|
||
|
cp -R ./public/api/scripts ./public/.
|
||
|
cp -R ./public/api/styles ./public/.
|