Hi,
If I try to generate documentation, I get the following:
$ cd doc; rm xmlstarlet.1 xmlstarlet.txt xmlstarlet-ug.html xmlstarlet-ug.pdf xmlstarlet-ug.ps; cd -
$ ./configure --program-transform-name=s/xml$/xmlstarlet/ --enable-build-docs
....
$ make
...
CCLD xml
DBOOK doc/xmlstarlet.1
Note: Writing xmlstarlet.1
DBOOK doc/xmlstarlet-ug.fo
warning: failed to load external entity "doc/xmlstar-fodoc-style.xsl"
cannot parse doc/xmlstar-fodoc-style.xsl
make[1]: *** [doc/xmlstarlet-ug.fo] Error 4
rm doc/xmlstarlet-ug.fo
make[1]: Leaving directory `/home/monica/tmp/xmlstarlet-1.4.0'
make: *** [all] Error 2
This file (xmlstar-fodoc-style.xsl) is in the git repo, but not in the distributed xmlstarlet-1.4.0.tar.gz. If I put it in doc/, everything works. Please, could you add it to the .tar.gz file?
Thanks!
Thanks for the report, apparently I forgot to test building documentation from the tarball.
Fixed in commit be4e76b143278b946f85f0b3839e462d82bde114
Fixed in release 1.4.1