blob: 62ab94c498c84cb0297a663e27178db5095f786d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
## This file is part of dvisvgm
## Copyright (C) 2016-2022 Martin Gieseking <martin.gieseking@uos.de>
##
## Process this file with automake.
EXTRA_DIST = \
cidjmgr0-h.tfm \
cmr10.600gf \
cmr10.pfb \
cmr10.tfm \
dvipdfm_test.map \
dvips_test.map \
frktest.dvi \
frktest-nf-cmp.svg \
frktest-wf-cmp.svg \
lmmono12-regular.otf \
sample.dvi \
sample-nf-cmp.svg \
sample.sfd \
sample-wf-cmp.svg \
sample_v2.dvi \
sample_v3.dvi \
ot1.cmap
|