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