cbbrowne cbbrowne at ca.afilias.info
Wed Jan 28 15:00:23 PST 2009
Cyril Scetbon wrote:
> Hi,
>
> doc/adminguide/Makefile is generating errors with man pages when
> onsgmls, sgmlspl and docbook2man-spec.pl are found.
>
> Man pages are named with whitespaces ("ADMIN CONNINFO.7"  "DROP
> LISTEN.7" for example) which is the source of errors in the code
>
> /        for file in $(wildcard man1/*) ; do \
>           $(INSTALL_DATA) $$file $(DESTDIR)$(mandir)/man1 || exit;\
>        done
>        for file in $(wildcard man7/*) ; do \
>          $(INSTALL_DATA) $$file $(DESTDIR)$(mandir)/man7 || exit;\
>        done
> /
I expect there's some alternate way to copy this that would work more 
successfully; am throwing the problem over to a local sh guru ;-).  Yes, 
I'm being lazy :-).

-- 
let name="cbbrowne" and tld="ca.afilias.info" in name ^ "@" ^ tld;;
<http://dba2.int.libertyrms.com/>
Christopher Browne
(416) 673-4124 (land)



More information about the Slony1-bugs mailing list