> Inside your fonts build directory, is there a file named install?

There is INSTALL which looks like a set of instructions for user not for a 
system.

> If there is, remove it and try again.

rm INSTALL
sudo make install
Password:
make: *** No rule to make target `INSTALL', needed by `install'.  Stop.

> If there isn't, then let's make a desperate attempt to do what the
> Makefile was supposed to do.

> TEXMFROOT=`kpsewhich -var-value TEXMFLOCAL`
> echo $TEXMFROOT

/usr/local/texlive/texmf-local

> # Continuing...
> 
> python squarize.py gregorio

Traceback (most recent call last):
  File "squarize.py", line 40, in <module>
    import fontforge, psMat
ImportError: No module named fontforge

But fontforge is on board (installed by MacPorts)

> python squarize.py parmesan
> python squarize.py greciliae
> 
> sudo mkdir -p "$TEXMFROOT/tex/luatex/gregoriotex"
> sudo mkdir -p "$TEXMFROOT/doc/luatex/gregoriotex"
> sudo mkdir -p "$TEXMFROOT/source/luatex/gregoriotex"
> sudo mkdir -p "$TEXMFROOT/fonts/truetype/public/gregoriotex"
> sudo mkdir -p "$TEXMFROOT/fonts/source/gregoriotex"
> 

Done.

> sudo cp ../tex/*.tex ../tex/gregorio*.sty ../tex/*.lua \
>  "$TEXMFROOT/tex/luatex/gregoriotex"
> sudo cp INSTALL FONTLOG "$TEXMFROOT/doc/luatex/gregoriotex"
> sudo cp Makefile "$TEXMFROOT/source/luatex/gregoriotex"
> sudo cp gregorio.ttf greciliae.ttf parmesan.ttf gresym.ttf \
>  greextra.ttf "$TEXMFROOT/fonts/truetype/public/gregoriotex"
> sudo cp gregorio-base.sfd parmesan-base.sfd greciliae-base.sfd \
>  squarize.py greextra.sfd gresym.sfd \
>  "$TEXMFROOT/fonts/source/gregoriotex"
> sudo texhash
> 

Done.

> And hopefully, provided I interpreted the Makefile properly, everything
> should be installed.
> 
> Regards,
> Henry
You are my hero! Thankyou very much. It does work! 
Uff.

I hope thou my problem will point some misteake in svn/git version 2.4.
Tomasz Grabowski OP
_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to