In autotoolset-0.11.4, acmkdir --help offers latex support:
* Commandline flags:
-latex Make a latex subdirectory
. Missing files make that support unavailable.
Expected behavior:
"acmkdir -latex tutorial" would generate a documentation directory that readily builds LaTeX documents.
What happens instead:
"acmkdir -latex tutorial" produces this error and makes the tutorial directory with zero (0) subdirectories.
+ Making directory tutorial
cp: cannot stat `/usr/local/share/autotools/latex_makefile.am': No such file or directory
cp: cannot stat `/usr/local/share/autotools/bookdoc.sty': No such file or directory
cp: cannot stat `/usr/local/share/autotools/pagestyle.sty': No such file or directory
Additional information:
I'm using an Ubuntu install, but the problem is evident in autotoolset-0.11.4.tar downloaded from http://autotoolset.sourceforge.net/.
$ cd ~/Downloads/autotoolset-0.11.4
$ find . -print0 | xargs -0 grep "[.]sty"
./src/acmkdir/acmkdir.sh: cp $PREFIX/share/autotools/bookdoc.sty bookdoc.sty
./src/acmkdir/acmkdir.sh: cp $PREFIX/share/autotools/pagestyle.sty pagestyle.sty
./ChangeLog: * src/acmkdir: New versions for bookdoc.sty, pagestyle.sty
./ChangeLog: * src/acmkdir: New files `bookdoc.sty', `pagestyle.doc',
$ find . | grep sty
<nothing>