Lines 19-24
prereq:
Link Here
|
19 |
@type xmllint >/dev/null 2>&1 || \ |
19 |
@type xmllint >/dev/null 2>&1 || \ |
20 |
{ echo "dev-libs/libxml2 is required" >&2;\ |
20 |
{ echo "dev-libs/libxml2 is required" >&2;\ |
21 |
exit 1; } |
21 |
exit 1; } |
|
|
22 |
@fc-list -q "Open Sans" || \ |
23 |
{ echo "media-fonts/open-sans[X] is required" >&2;\ |
24 |
exit 1; } |
22 |
|
25 |
|
23 |
# We need to parse all the XMLs every time, not just the ones |
26 |
# We need to parse all the XMLs every time, not just the ones |
24 |
# that are newer than the target. This is because each search |
27 |
# that are newer than the target. This is because each search |
25 |
- |
|
|