Skip to content

Commit

Permalink
Flytted avledet PDF og HTML til avledet-katalog for å bli med i CI-ar…
Browse files Browse the repository at this point in the history
…tifaktpakken.
  • Loading branch information
petterreinholdtsen committed May 13, 2023
1 parent 79471c3 commit f985130
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f985130

Please sign in to comment.