Skip to content

Commit

Permalink
Modify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed Jan 28, 2019
1 parent ff6c84e commit 9bf6e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FONTS=Muktamsiddham.otf MuktamsiddhamT.ttf MuktamsiddhamG.ttf
DOCUMENTS=license.txt README ChangeLog NEWS
SOURCE=Muktamsiddham.sfd LatinGlyphs.sfd outlines.py truetype.py smp.py Muktamsiddham.gdl Makefile
SOURCE=Muktamsiddham.sfd LatinGlyphs.sfd outlines.py truetype.py Muktamsiddham.gdl Makefile
PKGS=Muktamsiddham.tar.xz Muktamsiddham-source.tar.xz
FFCMD=for i in $?;do fontforge -lang=ff -c "Open(\"$$i\");Generate(\"$@\");Close()";done
PKGCMD=rm -rf $*; mkdir $*; cp $^ $*
Expand Down

0 comments on commit 9bf6e1a

Please sign in to comment.