aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-26 03:23:39 +0300
committerCem Keylan <cem@ckyln.com>2020-12-26 03:23:39 +0300
commit374252a55c14f92aaed73b3917ed783bf2762911 (patch)
tree5117e1db656639a01d392da07cae6b1a2150cd55 /build
parenta25685ba1f185ad4c2bb858a8e2472dfc17d7c26 (diff)
downloadwebsite-374252a55c14f92aaed73b3917ed783bf2762911.tar.gz
docs: update
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