Michael -
On Sat, 3 Sep 2005 19:57 you wrote:
> It is hopefully fixed now.
I still see the same error with the latest svn. I've attached
a log of "make html" - please look it over and see if you
can spot the problem.
Thanks,
Bob Barry
cp styles/listings.sty styles/lstdoc.sty styles/lstlang1.sty
Michael -
On Sat, 3 Sep 2005 19:57 you wrote:
> > Running "make pdf" fails similarly, with:
> > l.120 ...legal enum minimum-size specifier "arg1"]
> It is hopefully fixed now.
Thanks for your effort and response. I've updated from svn
and tried "make html", but behaviour was exactly the same
as
On Sat, 3 Sep 2005, Bob Barry wrote:
>
> Running "make html" gives exactly the same result.
> Running "make pdf" fails similarly, with:
>l.120 ...legal enum minimum-size specifier "arg1"]
> Running make txt succeeds (but that's not what I want).
>
> Is this fixable? Is it just a temporary
A few weeks ago I was able to compile fpcdocs from svn with a script:
SVNDIR=/usr/portage/distfiles/svn-src
BUILDDIR=/home/bobb/freepascal/svn/fpcdocs
rm -rf ${BUILDDIR}
tar -C ${SVNDIR} -cO --exclude .svn fpcdocs | tar -C ${BUILDDIR%/*} -x
cd ${BUILDDIR}
make htmlinstall PP=/usr