22ca973d59
Remove the dependency on the ancient and unmaintained texi2html, which was difficult to get running on most distros other than openSUSE. There are two more modern alternative approaches which can replace this: - Use texi2any - Use makeinfo --html --no-split The latter seems to be the standard way these days, so we switch to that; however we keep Makefile rules for all three, and a phony meta-rule 'manual-single-html-all' to allow quick comparison between them. Make tweaks accordingly to minimise the differences and improve the output. The rules for the older two approaches do not get triggered by default. Fixes #21: https://github.com/aspiers/stow/issues/21
34 lines
552 B
Text
34 lines
552 B
Text
.dirstamp
|
|
/Build
|
|
/ChangeLog
|
|
/MYMETA.json
|
|
/MYMETA.yml
|
|
/Makefile
|
|
/Makefile.in
|
|
/bin/chkstow
|
|
/bin/stow
|
|
/doc/stow.info
|
|
/doc/version.texi
|
|
tmp-testing-trees/
|
|
_build/
|
|
autom4te.cache/
|
|
blib/
|
|
config.log
|
|
config.status
|
|
configure
|
|
/cover_db/
|
|
/doc/ChangeLog.OLD
|
|
/doc/manual.pdf
|
|
/doc/manual-single.html
|
|
/doc/manual-single-old-texi2html.html
|
|
/doc/manual-single-texi2html-wrapper.html
|
|
/doc/manual-split/
|
|
/doc/manual.texi
|
|
/doc/stow.pdf
|
|
/doc/stow.8
|
|
/lib/Stow.pm
|
|
/lib/Stow/Util.pm
|
|
stamp-vti
|
|
stow-[0-9].[0-9].[0-9].tar.*
|
|
stow-[0-9].[0-9].[0-9]/
|
|
Stow-v[0-9].[0-9].[0-9].tar.*
|