2013/6/15 <[email protected]>: > > Evidently when you changed the location of where the .tex files are stored it > broke things in Mac OSX. The build/config/make process does not install any > *.tex files into /usr/local/texlive/texmf-local. Nor does it install them > anywhere else.
This is true, also here on Linux. You can use DESTDIR to check what make install is doing. /tmp/gregorio-1181$ make install DESTDIR=/tmp/test [lots of things on the terminal] /tmp/gregorio-1181$ find /tmp/test /tmp/test /tmp/test/usr /tmp/test/usr/local /tmp/test/usr/local/include /tmp/test/usr/local/include/gregorio /tmp/test/usr/local/include/gregorio/plugins.h /tmp/test/usr/local/include/gregorio/plugin_loader.h /tmp/test/usr/local/include/gregorio/unicode.h /tmp/test/usr/local/include/gregorio/struct.h /tmp/test/usr/local/include/gregorio/characters.h /tmp/test/usr/local/include/gregorio/messages.h /tmp/test/usr/local/include/gregorio/plugin.h /tmp/test/usr/local/lib /tmp/test/usr/local/lib/pkgconfig /tmp/test/usr/local/lib/pkgconfig/gregorio.pc /tmp/test/usr/local/lib/gregorio /tmp/test/usr/local/lib/gregorio/xml.la /tmp/test/usr/local/lib/gregorio/libgregorio.so /tmp/test/usr/local/lib/gregorio/gregoriotex.a /tmp/test/usr/local/lib/gregorio/gabc.la /tmp/test/usr/local/lib/gregorio/dump.a /tmp/test/usr/local/lib/gregorio/dump.la /tmp/test/usr/local/lib/gregorio/opustex.la /tmp/test/usr/local/lib/gregorio/opustex.so /tmp/test/usr/local/lib/gregorio/gregoriotex.la /tmp/test/usr/local/lib/gregorio/libgregorio.so.0 /tmp/test/usr/local/lib/gregorio/dump.so /tmp/test/usr/local/lib/gregorio/xml.a /tmp/test/usr/local/lib/gregorio/xml.so /tmp/test/usr/local/lib/gregorio/libgregorio.a /tmp/test/usr/local/lib/gregorio/gregoriotex.so /tmp/test/usr/local/lib/gregorio/libgregorio.so.0.0.0 /tmp/test/usr/local/lib/gregorio/gabc.a /tmp/test/usr/local/lib/gregorio/libgregorio.la /tmp/test/usr/local/lib/gregorio/opustex.a /tmp/test/usr/local/lib/gregorio/gabc.so /tmp/test/usr/local/bin /tmp/test/usr/local/bin/gregorio /tmp/test/usr/local/share The gregoriotex directory is not installed. But this is easily done. I am not sure where the files are located on a Mac, but on my box I do: /tmp/gregorio-1181# cp -r tex/ /usr/share/texmf/tex/gregoriotex/ _______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

