Discussion:
[Latex2rtf-users] latex2rtf-2.3.4 makefile tweak
Brett Koonce
2013-11-20 22:55:53 UTC
Permalink
Hello all:

I changed your makefile as follows to simplify packaging on OSX. Your doc/latex2rtf.html does not exist, for what it’s worth.

-Brett

inreplace 'Makefile', "cp -p doc/latex2rtf.html $(DESTDIR)$(SUPPORTDIR)", "cp -p doc/web/* $(DESTDIR)$(SUPPORTDIR)"
Loading...