From: nicoo Date: Thu, 17 Dec 2015 21:17:15 +0000 (+0100) Subject: doc: Build using a Makefile X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=1cce1d3df2900b85d658be636f420538f6684e94 doc: Build using a Makefile --- diff --git a/doc/.gitignore b/doc/.gitignore index edd4856..99f5acb 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1 +1,2 @@ .ikiwiki +dest/ \ No newline at end of file diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..bbd1432 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,2 @@ +default: + ikiwiki --setup ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index b65d93a..dcb9970 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -14,7 +14,7 @@ adminemail: noc@realraum.at # where the source of the wiki is located srcdir: . # where to build the wiki -#destdir: ../../doc-dest +destdir: dest/ # base url to the wiki; keep empty for local builds (with relpaths) url: ''