Browse Source

Fix out-of-tree README.html build

Nils Maier 12 years ago
parent
commit
2216d8cd34
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile.am

+ 2 - 1
Makefile.am

@@ -11,8 +11,9 @@ dist_doc_DATA = README README.rst
 
 if HAVE_RST2HTML
 dist_doc_DATA += README.html
+
 README.html: README.rst
-	$(RST2HTML) README.rst > README.html
+	$(RST2HTML)  $< > README.html
 endif # HAVE_RST2HTML
 
 dist_noinst_DATA = LICENSE.OpenSSL