Commit 3270f74e authored by Sergey Korobitsin's avatar Sergey Korobitsin

Fix hrm/additional

parent 71bbd45e
......@@ -20,7 +20,6 @@ else
#SP_ENCODING="UTF-8" xmllint --encode utf8 --xinclude src/index.xml > additional.xml
endif
sed -i 's/xml:base=".*"//g' additional.xml
rm -f additional.md
html: additional.xml
@echo Creating html document
......@@ -37,7 +36,6 @@ pdf: additional.xml
@echo Creating pdf document
# SP_ENCODING="UTF-8" docbook2pdf -o bin additional.xml
dblatex -b xetex -o bin/additional.pdf additional.xml
rm -f additional.xml
clean:
@echo Remove all
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment