summaryrefslogtreecommitdiffstats
path: root/install/ui/doc/Makefile
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-09-06 15:19:33 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-10-16 18:08:17 +0200
commitcd6a2c431e8c9f5f3e50a64047d21be336a208cc (patch)
tree952dc7ed2a3f81462bded28d365c291cd4259107 /install/ui/doc/Makefile
parentefafd7fe871bc368b91db78bb132abb027141a24 (diff)
downloadfreeipa-cd6a2c431e8c9f5f3e50a64047d21be336a208cc.tar.gz
freeipa-cd6a2c431e8c9f5f3e50a64047d21be336a208cc.tar.xz
freeipa-cd6a2c431e8c9f5f3e50a64047d21be336a208cc.zip
Configuration for JSDuck documentation generator
Installation: https://github.com/senchalabs/jsduck/wiki/Installation Basically it requires ruby and jsduck gem. Usage: $ cd install/ui/doc $ make Documentation will be generated into: install/ui/build/code_doc directory
Diffstat (limited to 'install/ui/doc/Makefile')
-rw-r--r--install/ui/doc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/install/ui/doc/Makefile b/install/ui/doc/Makefile
new file mode 100644
index 000000000..14106fbfd
--- /dev/null
+++ b/install/ui/doc/Makefile
@@ -0,0 +1,5 @@
+all:
+ jsduck --config config.json
+
+clean:
+ @rm -rf ../build/code_doc