diff Makefile.am @ 24170:3dbd6409eeb9

Undo markdown usage for README (cset 312c00dd723a). Automake requires a file explicitly called "README", see for details: https://www.gnu.org/software/automake/manual/html_node/Gnits.html * README: Rename from README.md. * Makefile.am (README): Remove dummy rule. (EXTRA_DIST): Update list. * bootstrap.conf: Check for README, not README.md.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 24 Oct 2017 15:56:22 +0200
parents 7610fec6f2a7
children 194eb4bd202b
line wrap: on
line diff
--- a/Makefile.am	Tue Oct 24 12:50:06 2017 -0400
+++ b/Makefile.am	Tue Oct 24 15:56:22 2017 +0200
@@ -120,7 +120,7 @@
   COPYING \
   INSTALL \
   NEWS \
-  README.md \
+  README \
   run-octave.in \
   $(BUILT_DISTFILES)
 
@@ -343,13 +343,6 @@
 	$(AM_V_at)rm -f bits/stl_algo.h
 .PHONY: nonexistent-file
 
-## We have README.md, not README.  This dummy rule prevents automake
-## from complaining that we are not following the GNU coding standards.
-## We don't generate README from README.md since it is probably more
-## confusing to have both than to just have README.md.
-
-README: README.md
-
 .gdbinit: etc/gdbinit
 	@$(gdbinit_install_rule)