Explorar el Código

Damn typos (when RST2HTML)

Nils Maier hace 11 años
padre
commit
1528a0a054
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -19,7 +19,7 @@ README.html: README.rst
 else
 README.html: README.rst
 	@echo Warning: rst2html not installed. Placing only a dummy file for $@
-	echo "<!doctype html>" >> $@
+	echo "<!doctype html>" > $@
 	echo "<p>Readme has not been built!.<br>Instead see <a href='README.rst'>README.rst</a></p>" >> $@
 endif # HAVE_RST2HTML