summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2016-05-26 11:02:58 +0800
committerJeremy Kerr <jk@ozlabs.org>2016-05-26 11:12:55 +0800
commit8b80cb60799d090235172a7102f93625f3f255b9 (patch)
treeecedfad6bf721ca97b851fdb3d60215eec28d722 /Makefile
parentdd7e99977843adb049f31e94826ac59d1969145c (diff)
downloadopenbmc-docs-8b80cb60799d090235172a7102f93625f3f255b9.tar.gz
openbmc-docs-8b80cb60799d090235172a7102f93625f3f255b9.zip
userguide: Don't use pandoc for final tex output
When using pandoc to create the main .tex document, we lose all styles and formatting information in the main userguide doc. This change reverts commit bba5b1817e89bd63766e2bb91d406130f027fcaf, and adds the \tighlist macro that was required by that change. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 261867b..02ea525 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,9 @@ all: userguide.pdf
.PHONY: all clean
-userguide.pdf: userguide.tex
+userguide.pdf: userguide/userguide.tex
$(tex) $^
-userguide.tex: userguide/userguide.tex
- pandoc -f latex -t latex -s -o $@ $^
-
userguide/userguide.tex: rest-api.tex host-management.tex console.tex code-update.tex
%.tex: %.md
OpenPOWER on IntegriCloud