#!/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);
