aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/build b/build
index 9e57afa..116ea89 100755
--- a/build
+++ b/build
@@ -125,10 +125,10 @@ main() {
genrss index news index.html > src/news.xml
genrss src/blog > src/rss.xml
- # Generate htmldocs
- command -v makeinfo && {
- git submodule update --init --remote -f
- make -s -C texidocs HTMLDIR="$PWD/src/docs" htmldocs
+ # Generate documentation
+ command -v emacs >/dev/null && command -v makeinfo >/dev/null && {
+ git submodule update --init --remote -f --recursive
+ HTMLDIR=$PWD/src/docs redo texidocs/htmldocs
}
# Generate pages