-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpictdep.m4
More file actions
29 lines (16 loc) · 761 Bytes
/
pictdep.m4
File metadata and controls
29 lines (16 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
m4_changequote(<<,>>)m4_dnl
m4_divert(-1)
Copyright: 2022, 2023 Octrooicentrum Nederland
Licensed under the EUPL-1.2 or later.
You may obtain a copy of the licence at https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12.
Author: Marco de Beurs
m4_define(<<InputTikzImage>>,<<InputTikzImage_($1, DefLang())>>)m4_dnl
m4_define(<<InputTikzImage_>>,<<m4_divert(0)
NameTarget().epub : $(MEDIADIR)/$1_$2.svg
NameTarget().html : $(MEDIADIR)/$1_$2.svg $(PICTDIR)/$1_$2_preview.pdf
NameTarget().pdf : $(PICTDIR)/$1.tex
DepTarget() : $(PICTDIR)/$1.tex
PICT_DOCS += $1
HTMLCLEAN += $(MEDIADIR)/$1_$2.svg $(PICTDIR)/$1_$2.xdv $(PICTDIR)/$1_$2.tex DepTarget() $(PICTDIR)/$1_$2_preview.pdf
.SECONDARY: $(PICTDIR)/$1_$2_preview.pdf
m4_divert(-1) >>)