I downloaded asciidoc via
hg clone -r 8.5.3 https://asciidoc.googlecode.com/hg/
asciidoc-8.5.3
and then had the error above during the [documented install procedure]
(http://www.methods.co.nz/asciidoc/INSTALL.html)
So I did an hg pull && hg update but still got that error... evidently
asciidoc depends on a prior install for that part of the install to
work. But should it?
Entire shell transcript below:
schemelab@(none):~/wares/asciidoc-8.5.3$ hg pull
pulling from https://asciidoc.googlecode.com/hg/
searching for changes
adding changesets
adding manifests
adding file changes
added 27 changesets with 78 changes to 44 files
(run 'hg update' to get a working copy)
schemelab@(none):~/wares/asciidoc-8.5.3$ hg update
merging asciidoc.py
43 files updated, 1 files merged, 0 files removed, 0 files unresolved
schemelab@(none):~/wares/asciidoc-8.5.3$ autoconf
schemelab@(none):~/wares/asciidoc-8.5.3$ ./configure
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
schemelab@(none):~/wares/asciidoc-8.5.3$ make
Fixing CONF_DIR in asciidoc.py
Fixing CONF_DIR in a2x.py
mv: try to overwrite `a2x.py', overriding mode 0755 (rwxr-xr-x)? y
schemelab@(none):~/wares/asciidoc-8.5.3$ python a2x.py -f manpage doc/
asciidoc.1.txt
a2x: ERROR: missing configuration file: /usr/local/etc/asciidoc/
docbook-xsl/manpage.xsl
schemelab@(none):~/wares/asciidoc-8.5.3$
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.