From 1cce1d3df2900b85d658be636f420538f6684e94 Mon Sep 17 00:00:00 2001 From: nicoo Date: Thu, 17 Dec 2015 22:17:15 +0100 Subject: [PATCH] doc: Build using a Makefile --- doc/.gitignore | 1 + doc/Makefile | 2 ++ doc/ikiwiki.setup | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 doc/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: '' -- 1.7.10.4