|
|
Hello Paul,
Monday, June 26, 2006, 10:30:35 AM, you wrote:
P> Hello,
P> I'm attempting to locally build the docs in the incubator svn co.
P> I've installed DocBook. First time at it, so I simply _think_ it's done correctly.
P> After, per instruction:
P> cd incubator/documentation/manual/en
P> autoconf
P> configure
P> then
P> make
P> results simply in:
P> ./build/mkentities.sh ref module_specs > .ent
P> /bin/sh: line 1: ./build/mkentities.sh: Permission denied
P> make: *** [entities.ent ] Error 126
P> Fyi, I'm running as 'root'.
P> Any suggestions here?
Possible there are no execution permission on ./build/mkentities.sh
Try to chmod +x ./build/mkentities.sh
--
Best regards,
Alexei "SibProgrammer" Yuzhakov,
Developer, SiteBuilder for Unix,
SWsoft, Inc.
|