Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
- |
1 |
Fontmap: /sys/lib/postscript/font/fontmap Fontmap.GS
|
|
|
2 |
{
|
|
|
3 |
cat /sys/lib/postscript/font/fontmap | awk '
|
|
|
4 |
$0 ~ /^%/ {print; next}
|
|
|
5 |
NF == 2 {printf("%s (/sys/lib/postscript/font/%s) ;\n", $1, $2);}'
|
|
|
6 |
cat Fontmap.GS
|
|
|
7 |
} >Fontmap
|