build: remove trailing whitespaces after backslash in Makefile.am

This commit is contained in:
Tim-Philipp Müller 2010-12-04 14:23:59 +00:00
parent d569bf420d
commit 9ae630c73d

View file

@ -57,7 +57,7 @@ html:
echo >>index.txt "Version $(PACKAGE_VERSION)"; \
echo >>index.txt ""; \
( cd $(srcdir) && \
cat >>$(abs_builddir)/index.txt $(EXTRA_DIST) ); \
cat >>$(abs_builddir)/index.txt $(EXTRA_DIST) ); \
asciidoc -o index.html index.txt; \
else \
echo "need asciidoc to generate html"; \