From 005a69357438304dc93c5abc1603771ecfd0fd85 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 16 Oct 2023 07:21:10 +0200 Subject: [PATCH] =?utf8?q?Endret=20navn=20p=C3=A5=20genererte=20filer=20ti?= =?utf8?q?l=20virkninger-angrefristloven.*.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 16 ++++++++-------- rapport.pdf => virkninger-angrefristloven.pdf | Bin 2 files changed, 8 insertions(+), 8 deletions(-) rename rapport.pdf => virkninger-angrefristloven.pdf (100%) diff --git a/Makefile b/Makefile index a73348f..a669467 100644 --- a/Makefile +++ b/Makefile @@ -9,16 +9,16 @@ DBLATEX_OPTS = \ -V \ -p data/pdf.xsl -all: rapport.pdf rapport.epub +all: virkninger-angrefristloven.pdf virkninger-angrefristloven.epub -rapport.xml: *.adoc rapport-docinfo*.xml - asciidoctor -b docbook5 -d book rapport.adoc -rapport.pdf: rapport.xml +virkninger-angrefristloven.xml: *.adoc rapport-docinfo*.xml + asciidoctor -b docbook5 -d book rapport.adoc --out-file=$@ +virkninger-angrefristloven.pdf: virkninger-angrefristloven.xml $(DBLATEX) $(DBLATEX_OPTS) $< -rapport.epub: rapport.xml +virkninger-angrefristloven.epub: virkninger-angrefristloven.xml dbtoepub $^ -rapport-fop.fo: rapport.xml +virkninger-angrefristloven-fop.fo: virkninger-angrefristloven.xml xsltproc \ --output $(subst .pdf,.fo,$@).new \ data/stylesheet-fo.xsl \ @@ -26,10 +26,10 @@ rapport-fop.fo: rapport.xml xmllint --format $@.new > $@ $(RM) $@.new -rapport-fop.pdf: rapport-fop.fo +virkninger-angrefristloven-fop.pdf: virkninger-angrefristloven-fop.fo fop -c data/fop-params.xconf -fo $(subst .pdf,.fo,$@) -pdf $@ ; \ clean: $(RM) *~ distclean: - $(RM) rapport.xml rapport.pdf rapport.epub + $(RM) virkninger-angrefristloven.xml virkninger-angrefristloven.pdf virkninger-angrefristloven.epub diff --git a/rapport.pdf b/virkninger-angrefristloven.pdf similarity index 100% rename from rapport.pdf rename to virkninger-angrefristloven.pdf -- 2.47.2