Skip to content

Commit

Permalink
Fix missing extension and hide FF banner during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Jul 29, 2017
1 parent 2e68686 commit f32fb70
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -64,7 +64,7 @@ FONTCONFLGC := $(wildcard $(FONTCONFDIR)/*lgc*.conf)
FONTCONFFULL := $(filter-out $(FONTCONFLGC), $(FONTCONF))

STATICDOC := $(addprefix $(DOCDIR)/, AUTHORS BUGS LICENSE NEWS README.md)
STATICSRCDOC := $(addprefix $(DOCDIR)/, BUILDING)
STATICSRCDOC := $(addprefix $(DOCDIR)/, BUILDING.md)
GENDOCFULL = unicover.txt langcover.txt status.txt
GENDOCSANS = unicover-sans.txt langcover-sans.txt
GENDOCLGC = unicover-lgc.txt langcover-lgc.txt
Expand Down
2 changes: 1 addition & 1 deletion scripts/colorize.pl
Expand Up @@ -77,6 +77,6 @@ ($$)
';
close (PE) || die "Unable to close colorize.pe : $!\n";

system ($fontforge, '-script', 'colorize.pe', @ARGV);
system ($fontforge, '-nosplash', '-script', 'colorize.pe', @ARGV);

1;
2 changes: 1 addition & 1 deletion scripts/generate.pe
@@ -1,4 +1,4 @@
#!/usr/bin/env fontforge
#!/usr/bin/env fontforge -nosplash
# $Id$

# script file for FontForge for TTF generation
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate.py
@@ -1,4 +1,4 @@
#!/usr/bin/env fontforge
#!/usr/bin/env fontforge -nosplash
# $Id: generate.py 1902 2007-06-21 23:44:12Z apanov $

# script file for FontForge for TTF generation
Expand Down
2 changes: 1 addition & 1 deletion scripts/lgc.pe
@@ -1,4 +1,4 @@
#!/usr/bin/env fontforge
#!/usr/bin/env fontforge -nosplash

# script to strip non-LGC glyphs out of the fonts

Expand Down
2 changes: 1 addition & 1 deletion scripts/narrow.pe
@@ -1,4 +1,4 @@
#!/usr/bin/env fontforge
#!/usr/bin/env fontforge -nosplash
# $Id$

# script file for FontForge for font narrowing
Expand Down
2 changes: 1 addition & 1 deletion scripts/narrowmerge.pe
@@ -1,4 +1,4 @@
#!/usr/bin/env fontforge
#!/usr/bin/env fontforge -nosplash
# $Id$

# script file for FontForge for font narrowing after merge
Expand Down

0 comments on commit f32fb70

Please sign in to comment.