--- ./Makefile.orig 2004-03-20 10:58:00.000000000 -0800 +++ ./Makefile 2004-03-21 19:16:54.000000000 -0800 @@ -16,20 +16,20 @@ PERL = /usr/bin/perl # Where do you want the sgmlspl executable script to be installed? -BINDIR = /usr/local/bin +BINDIR = /usr/bin # Where do you put local perl5 libaries? -PERL5DIR = /usr/local/lib/perl5 +PERL5DIR = /usr/lib/perl5/site_perl MODULEDIR = ${PERL5DIR}/SGMLS # Where do you want to put sgmlspl specifications? -SPECDIR = ${PERL5DIR} +SPECDIR = ${PERL5DIR}/SGMLS # If you plan to install the HTML version of the documentation, where # do you intend to put it? 'make html' will create two # subdirectories, ${HTMLDIR}/SGMLSpm and ${HTMLDIR}/sgmlspl, and place # its files there. -HTMLDIR = /usr/local/lib/www/docs +HTMLDIR = /usr/doc/SGMLSpm-1.03ii/html #