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
89 lines
1.4 KiB
Text
89 lines
1.4 KiB
Text
|
|
#!start included /usr/share/perl5/ExtUtils/MANIFEST.SKIP
|
|
# Avoid version control files.
|
|
\bRCS\b
|
|
\bCVS\b
|
|
\bSCCS\b
|
|
,v$
|
|
\B\.svn\b
|
|
\B\.git\b
|
|
\B\.gitignore\b
|
|
\b_darcs\b
|
|
\B\.cvsignore$
|
|
^\.mrdownload$
|
|
|
|
# Avoid VMS specific MakeMaker generated files
|
|
\bDescrip.MMS$
|
|
\bDESCRIP.MMS$
|
|
\bdescrip.mms$
|
|
|
|
# Avoid Makemaker generated and utility files.
|
|
\bMANIFEST\.bak
|
|
\bMakefile$
|
|
\bblib/
|
|
\bMakeMaker-\d
|
|
\bpm_to_blib\.ts$
|
|
\bpm_to_blib$
|
|
\bblibdirs\.ts$ # 6.18 through 6.25 generated this
|
|
|
|
# Avoid Module::Build generated and utility files.
|
|
\bBuild$
|
|
\b_build/
|
|
\bBuild.bat$
|
|
\bBuild.COM$
|
|
\bBUILD.COM$
|
|
\bbuild.com$
|
|
|
|
# Avoid temp and backup files.
|
|
~$
|
|
\.old$
|
|
\#$
|
|
\b\.#
|
|
\.bak$
|
|
\.tmp$
|
|
\.#
|
|
\.rej$
|
|
\.orig$
|
|
|
|
# Avoid OS-specific files/dirs
|
|
# Mac OSX metadata
|
|
\B\.DS_Store
|
|
# Mac OSX SMB mount metadata files
|
|
\B\._
|
|
|
|
# Avoid Devel::Cover files.
|
|
\bcover_db\b
|
|
#!end included /usr/share/perl5/ExtUtils/MANIFEST.SKIP
|
|
|
|
# Avoid configuration metadata file
|
|
^MYMETA\.
|
|
|
|
# Avoid Module::Build generated and utility files.
|
|
\bBuild$
|
|
\bBuild.bat$
|
|
\b_build
|
|
\bBuild.COM$
|
|
\bBUILD.COM$
|
|
\bbuild.com$
|
|
^MANIFEST\.SKIP
|
|
|
|
# Avoid archives of this distribution
|
|
\b[sS]tow-v?[\d\.\_]+
|
|
|
|
# Avoid autotools stuff
|
|
^aclocal.m4$
|
|
^automake/
|
|
^autom4te\.cache/.+$
|
|
^config\.(log|status)$
|
|
^doc/\.dirstamp$
|
|
^doc/manual-single-old-texi2html\.html
|
|
^doc/manual-single-texi2html-wrapper\.html
|
|
^doc/manual-split/
|
|
^doc/stamp-vti$
|
|
^doc/HOWTO-RELEASE$
|
|
|
|
# Avoid test files
|
|
tmp-testing-trees
|
|
.travis.yml
|
|
^docker/
|
|
^[a-zA-Z]*-docker.sh
|