From 8ada3283f284cde4b2c3ab06bda0882fdf9ee91c Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 30 May 2014 22:34:46 +0900 Subject: [PATCH] Fix comment for conditional --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 91681959..8003b44a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,12 +16,12 @@ dist_doc_DATA = README README.rst README.html if HAVE_RST2HTML README.html: README.rst $(RST2HTML) $< > $@ -else +else # !HAVE_RST2HTML README.html: README.rst @echo Warning: rst2html not installed. Placing only a dummy file for $@ echo "" > $@ echo "

Readme has not been built!.
Instead see README.rst

" >> $@ -endif # HAVE_RST2HTML +endif # !HAVE_RST2HTML dist_noinst_DATA = LICENSE.OpenSSL