summaryrefslogtreecommitdiff
path: root/ebus-xml/Makefile
diff options
context:
space:
mode:
authorYves Fischer <yvesf+git@xapek.org>2021-12-31 23:53:52 +0100
committerYves Fischer <yvesf+git@xapek.org>2021-12-31 23:57:06 +0100
commit810721ceac0249e747cdf36f3edec22d829d4371 (patch)
tree333268ca977222e2f5a41eff68607b36721f7694 /ebus-xml/Makefile
parent76f8611ee3345268e2091a9d2e81b53a8b05889c (diff)
downloadebus-810721ceac0249e747cdf36f3edec22d829d4371.tar.gz
ebus-810721ceac0249e747cdf36f3edec22d829d4371.zip
ebus-rust nixos package
Diffstat (limited to 'ebus-xml/Makefile')
-rw-r--r--ebus-xml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ebus-xml/Makefile b/ebus-xml/Makefile
index 1a8f4fc..3d17503 100644
--- a/ebus-xml/Makefile
+++ b/ebus-xml/Makefile
@@ -2,14 +2,14 @@ TARGET_DIST=dist/$(shell date --rfc-3339=date)
all: doc
-doc:
+doc: validate
test -d build || mkdir build
xsltproc ebus.docbook.xslt ebus.xml > build/ebus.docbook.xml
- dblatex -T db2latex build/ebus.docbook.xml
+ pandoc -s -f docbook build/ebus.docbook.xml -o build/ebus.html
dist: doc
test -d $(TARGET_DIST) || mkdir -p $(TARGET_DIST)
- cp build/ebus.docbook.pdf $(TARGET_DIST)
+ cp build/ebus.html $(TARGET_DIST)
cp ebus.xml $(TARGET_DIST)
validate: