blob: 619ab400c4b98056444a0a17e75c8a442f24a02e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
(This file public domain.)
Changes applied to the dvisvgm-2.1 tree as obtained from:
http://dvisvgm.bplaced.net/Downloads
Update version in ./version.ac.
Removed common and generated files:
rm ar-lib compile config.guess config.sub depcomp install-sh
rm ltmain.sh missing test-driver
rm aclocal.m4 configure # reduce chance of confusion?
# patch to integrate into TL build:
patch -d dvisvgm-src -p1 <dvisvgm-PATCHES/patch-08-makefiles
# use same automake macro as upstream:
cp dvisvgm-src/m4/ax_cxx_compile_stdcxx.m4 m4
|