summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorMihael Koep <koep@schneide.com>2013-02-21 14:06:05 +0100
committerMihael Koep <koep@schneide.com>2013-02-21 14:06:05 +0100
commit2033c6fa7a849ff551bab73e6fe6a985655ddbf0 (patch)
tree9b5f248587387dc632294c23b8861258c4de5250 /docs/Makefile
parent7b45ba3f7a80161cb0ec4ea30375b64abffb9079 (diff)
parent53cb646dee0c170f8517e92c7693cc04b636c3ff (diff)
downloadlibuca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.tar.gz
libuca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.tar.bz2
libuca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.tar.xz
libuca-2033c6fa7a849ff551bab73e6fe6a985655ddbf0.zip
Merge remote branch 'origin/1.1' into dexela
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/Makefile b/docs/Makefile
index ff7113d..53dc6fd 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -10,15 +10,11 @@ html: manual.html
clean:
rm -f manual.pdf manual.html
-manual.pdf: manual.md gen-changelog
- ./gen-changelog
- $(PANDOC) $(OPTS) manual.md z-changes-*.md -o manual.pdf
- rm z-changes-*.md
+manual.pdf: manual.md
+ $(PANDOC) $(OPTS) manual.md -o manual.pdf
-manual.html: manual.md style.css gen-changelog
- ./gen-changelog
- $(PANDOC) $(OPTS) manual.md z-changes-*.md -H webfonts.html -c style.css -o manual.html
- rm z-changes-*.md
+manual.html: manual.md style.css
+ $(PANDOC) $(OPTS) manual.md -H webfonts.html -c style.css -o manual.html
ifeq ($(PANDOC),)
$(warning Pandoc not found!)