makedep: Add dependency for ttf font files when necessary.
This commit is contained in:
parent
ef292a1a96
commit
987f29173f
@ -1692,6 +1692,8 @@ static struct strarray output_sources(void)
|
|||||||
strarray_add_uniq( &phony_targets, "uninstall" );
|
strarray_add_uniq( &phony_targets, "uninstall" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else output( "all: %s\n", ttf_file );
|
||||||
|
|
||||||
continue; /* no dependencies */
|
continue; /* no dependencies */
|
||||||
}
|
}
|
||||||
else if (!strcmp( ext, "svg" )) /* svg file */
|
else if (!strcmp( ext, "svg" )) /* svg file */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user