Matthew Sayler wrote: > I build with "svn update && make clean && autoreconf -i && ./configure > --with-mysql --enable-static && make" in a user account and then make > install in a root account. I have gotten this for the last few revs:
Why are you running static builds before installing? Still... > > [first part of make ommitted] > make[2]: Nothing to be done for `install-data-am'. > make[2]: Leaving directory `/usr/src/svn/dbmail/modules' > make[1]: Leaving directory `/usr/src/svn/dbmail/modules' > Making install in man > make[1]: Entering directory `/usr/src/svn/dbmail/man' > asciidoc -b docbook -d manpage dbmail-smtp.txt > xmlto man dbmail-smtp.xml > Writing dbmail.1 for refentry This aint right. Here it should say Writing dbmail-smtp.1 for refentry On your system it keeps building dbmail.X for each manpage, instead of dbmail-smtp.1, dbmail.1, dbmail-util.8, etc,etc... it-works-for-me on my ubuntu laptop I use: ii asciidoc 7.0.0-1 ii xmlto 0.0.18-5 -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl
