File: make_maxp

package info (click to toggle)
xfonts-mona 2.11-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,028 kB
  • ctags: 197
  • sloc: perl: 2,600; makefile: 329; lisp: 68
file content (15 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl
#
# usage: make_maxp maxp.src
#
# build a maxp (MAXimal Profiles) table.
# source format is compatible with disp_maxp.
#
#	2002/2/3, by 1@2ch
#	* public domain *
#

require 'lib_form.pl';
require 'form_maxp.pl';

make_form(@ARGV);