> Oops again, I mis-remembered the error, it removes manual.sgml.tail or
> something that it shouldn't, the error produced is as follows:-
>
> test -f manual.html || make manual.html || cp
> /usr2/chris/mutt-1.1.1/doc/manual*.html ./
> ( sed -e "s/@VERSION@/`cat /usr2/chris/mutt-1.1.1/VERSION`/"
> manual.sgml.head ;\
> gcc -E -I. -I/usr2/chris/include -I/usr2/chris/mutt-1.1.1
> -DSHAREDIR=\"/usr2/chris/share/mutt\" -DSYSCONFDIR=\"\"
> -DBINDIR=\"/usr2/chris/bin\" -DHAVE_CONFIG_H=1
> -I/usr2/chris/mutt-1.1.1/doc/imap -I/usr2/chris/mutt-1.1.1/doc/intl
> -D_MAKEDOC -C /usr2/chris/mutt-1.1.1/init.h | ../makedoc -s ) | \
> cat - /usr2/chris/mutt-1.1.1/doc/manual.sgml.tail >
> manual.sgml
> sh: manual.sgml: cannot create
Must be something else, then. make distclean in docs removes only
clean:
rm -f *~ *.html *.orig *.rej stamp-doc-sgml stamp-doc-man
distclean: clean
rm -f Makefile
Maybe you need to "make makedoc" first. Try to find out by executing
the commands above by hand (your make output).