Skip to content

Commit 1b7cb9c

Browse files
authored
Merge pull request #75 from ivoa-std/loumir-rebuild-with-figure
Update Makefile for figures
2 parents 1a5805d + 3fd1a20 commit 1b7cb9c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
sudo apt update
2525
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super
26-
26+
2727
- name: Build the document
2828
run: make
2929

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ IVOA_GROUP = Data Model
2020
SOURCES = $(DOCNAME).tex role_diagram.pdf Appendix.tex
2121

2222
# List of pixel image files to be included in submitted package
23-
FIGURES = role_diagram.svg
23+
FIGURES = role_diagram.pdf
2424

2525
# List of PDF figures (for vector graphics)
26-
VECTORFIGURES = role_diagram.pdf
26+
VECTORFIGURES = role_diagram.svg
2727

2828
# Additional files to distribute (e.g., CSS, schema files, examples...)
2929
AUX_FILES =

0 commit comments

Comments
 (0)