fix breakage caused by converting files to Markdown

This commit is contained in:
Adam Spiers 2015-11-16 22:35:56 +00:00
parent 4feff09211
commit 22139efe2b
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ doc/stow.info
doc/stow.texi doc/stow.texi
doc/texinfo.tex doc/texinfo.tex
doc/version.texi doc/version.texi
INSTALL INSTALL.md
lib/Stow.pm lib/Stow.pm
lib/Stow.pm.in lib/Stow.pm.in
lib/Stow/Util.pm lib/Stow/Util.pm
@ -31,7 +31,7 @@ Makefile.in
MANIFEST This list of files MANIFEST This list of files
MANIFEST.SKIP MANIFEST.SKIP
NEWS NEWS
README README.md
t/chkstow.t t/chkstow.t
t/cleanup_invalid_links.t t/cleanup_invalid_links.t
t/cli_options.t t/cli_options.t

View file

@ -6,7 +6,7 @@ dist_man_MANS = doc/stow.8
PDF = doc/manual.pdf PDF = doc/manual.pdf
HTML = doc/manual-single.html HTML = doc/manual-single.html
dist_doc_DATA = \ dist_doc_DATA = \
README \ README.md INSTALL.md \
$(PDF) $(HTML) doc/version.texi \ $(PDF) $(HTML) doc/version.texi \
ChangeLog doc/ChangeLog.OLD ChangeLog doc/ChangeLog.OLD

View file

@ -6,7 +6,7 @@ AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we # Unfortunately we have to disable warnings for overrides, because we
# need to override the built-in `check' rule and also the TEXI2DVI # need to override the built-in `check' rule and also the TEXI2DVI
# variable. # variable.
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override dist-bzip2]) AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override dist-bzip2 foreign])
AC_PROG_INSTALL AC_PROG_INSTALL
dnl Check for perl on our system. dnl Check for perl on our system.