aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-09 17:51:04 +0300
committerCem Keylan <cem@ckyln.com>2020-09-09 17:51:04 +0300
commit40eb4e45d48337dfcd748540fe25c5eb684e911d (patch)
treeace09ab95aa39f35527c326127a056a8386b6c55 /build
parent77268def84b011969c62bbb1432c79de62656009 (diff)
downloadwebsite-40eb4e45d48337dfcd748540fe25c5eb684e911d.tar.gz
Install docs
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 74c7d9b..13160ea 100755
--- a/build
+++ b/build
@@ -125,6 +125,9 @@ main() {
genrss index news index.html > src/news.xml
genrss src/blog > src/rss.xml
+ # Generate htmldocs
+ make -s -C texidocs DESTDIR="$PWD/src/docs" htmldocs
+
# Generate pages
genpages
}