summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/TLpatches/TL-Changes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-20 01:55:04 +0000
committerKarl Berry <karl@freefriends.org>2023-01-20 01:55:04 +0000
commit2c99129a39be3be6622c7efa6826222141d4de1e (patch)
tree95f4cdda555eef7f4e9a98994ce081e2364a8a4a /Build/source/texk/dvisvgm/TLpatches/TL-Changes
parent5817f54a04657ab24f46489d2ddb97d47c3bef79 (diff)
dvisvgm-3.0.1 + patches linked from https://github.com/TeX-Live/texlive-source/pull/59#issuecomment-1397666966
git-svn-id: svn://tug.org/texlive/trunk@65593 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvisvgm/TLpatches/TL-Changes')
-rw-r--r--Build/source/texk/dvisvgm/TLpatches/TL-Changes11
1 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/texk/dvisvgm/TLpatches/TL-Changes b/Build/source/texk/dvisvgm/TLpatches/TL-Changes
index 849b6f6aaed..2013dee9c92 100644
--- a/Build/source/texk/dvisvgm/TLpatches/TL-Changes
+++ b/Build/source/texk/dvisvgm/TLpatches/TL-Changes
@@ -32,11 +32,16 @@ cd ..
Update our ./configure.ac from upstream dvisvgm-src/configure.ac.
See patch-04-configure for reference, but they won't apply as-is.
-Probably easiest to check the previous original dvisvgm/configure.ac
-vs. the new, and then install the changes in our configure.ac by hand.
+Probably easiest to check dvisvgm-prev/configure.ac
+vs. new, and then install the changes in our configure.ac by hand.
# patch to integrate into TL build; will likely need adjusting also.
patch -d dvisvgm-src -p1 <TLpatches/patch-08-makefiles
-# remake autostuff (then make, etc., as usual).
+# remake autostuff (then make, etc., with fingers crossed).
autoreconf
+
+# before committing, update patches:
+diff -u2 dvisvgm-3.0.1/configure.ac ./ >TLpatches/patch-04-configure
+for m in `(cd ./dvisvgm-src && find -name Makefile.am)`; do \
+ diff -u2 dvisvgm-{3.0.1,src}/$m; done >TLpatches/patch-08-makefiles