Hi, Beez.
I just installed 4tH on my Linux box and noticed that there is an error
on 4th-3.64.2/sources/Makefile line 131.
The line is currently:
install -Dm644 ../documentation/4tHmanual.pdf $(DOCDIR)/4th/
... which causes `make install` to fail with the following error:
...
install -Dm644 ../documentation/4tHmanual.pdf /usr/share/doc/4th/
install: cannot create regular file '/usr/share/doc/4th/': Not a directory
make: *** [Makefile:131: install] Error 1
I think line 131 should be changed to:
install -Dm644 ../documentation/4tHmanual.pdf $(DOCDIR)/4th/4tHmanual.pdf
And so 4tH ... ;)
--
David Meyer
Takarazuka, Japan
pa...@sdf.org