From f985130fe2b86c2c5077421b2711ae745a07dcdd Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 13 May 2023 09:24:50 +0200 Subject: [PATCH] =?UTF-8?q?Flytted=20avledet=20PDF=20og=20HTML=20til=20avl?= =?UTF-8?q?edet-katalog=20for=20=C3=A5=20bli=20med=20i=20CI-artifaktpakken?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index e893816..89388df 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ IMG_PNG := $(IMG_PUML:.puml=.png) PANDOC_TYPE = rst -all: spesifikasjon.pdf spesifikasjon.html -pdf: spesifikasjon.pdf +all: avledet/spesifikasjon.pdf avledet/spesifikasjon.html +pdf: avledet/spesifikasjon.pdf images: $(IMG_PNG) @@ -34,14 +34,14 @@ docbook: kapitler/*.rst DBLATEX_OPTS = \ -T simple \ -p docbook/pdf.xsl -spesifikasjon: spesifikasjon.pdf -spesifikasjon.pdf: docbook images +spesifikasjon: avledet/spesifikasjon.pdf +avledet/spesifikasjon.pdf: docbook images #xmlto --with-fop pdf docbook/spesifikasjon.xml #xmlto --with-dblatex pdf docbook/spesifikasjon.xml - dblatex $(DBLATEX_OPTS) -o spesifikasjon.pdf docbook/spesifikasjon.xml -html: spesifikasjon.html -spesifikasjon.html: docbook images - xmlto html-nochunks docbook/spesifikasjon.xml + dblatex $(DBLATEX_OPTS) -o avledet/spesifikasjon.pdf docbook/spesifikasjon.xml +html: avledet/spesifikasjon.html +avledet/spesifikasjon.html: docbook images + xmlto -o avledet/ html-nochunks docbook/spesifikasjon.xml # Rules useful for checking out the docx based documents .docx.pdf: