mgieseki / dvisvgm

A fast DVI, EPS, and PDF to SVG converter
https://dvisvgm.de
GNU General Public License v3.0
294 stars 28 forks source link

TL build patch: main src/Makefile.am #260

Closed kberry closed 5 months ago

kberry commented 5 months ago

For the main Makefile.am, here is a further patch for the TL build, for src/Makefile.am. It basically splits up AM_CXXFLAGS into common and TL/non-TL parts. Also some TL-specific stuff at the end. Again, I hope this does not affect non-TL builds.

I guess I'll attach it since it's longer. srcmfam.txt

Let me know if problems ... --thanks, karl.

mgieseki commented 5 months ago

I needed to adapt the changes a bit in order to prevent non-TL build errors. I hope the patch still works with TL. dvisvgm-tl.patch