generate the docs
authorJohn Crispin <blogic@openwrt.org>
Fri, 1 Apr 2016 12:13:55 +0000 (14:13 +0200)
committerJohn Crispin <blogic@openwrt.org>
Fri, 1 Apr 2016 12:13:55 +0000 (14:13 +0200)
Signed-off-by: John Crispin <blogic@openwrt.org>
generate.sh

index ba01122809aaf26649ec62231ae292e0bff51758..876671708c702d20ceefef71804ff42eb9400d91 100755 (executable)
@@ -7,5 +7,6 @@
 
 D="$(pwd)"
 
-mkdir -p "$D/html"
+mkdir -p "$D/html/docs"
 find "$D/pages/" -type f | xargs -L1 a2x -f xhtml -r "$D/" -a "toc!" -a "numbered!" -D "$D/html/"
+find "$D/docs/" -type f | xargs -L1 a2x -f xhtml -r "$D/" -a "toc!" -a "numbered!" -D "$D/html/docs/"