summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-04 14:23:59 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-04 14:23:59 +0000
commit9ae630c73d9faa1c6bcef352de793d24b5d9d32a (patch)
treec49492220fde84316d2146f75c0cd76208b173b2
parentd569bf420d5f915c6a3901b193b69757991f4da8 (diff)
build: remove trailing whitespaces after backslash in Makefile.am
-rw-r--r--docs/design/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/Makefile.am b/docs/design/Makefile.am
index 1433ee17f7..b313c9d366 100644
--- a/docs/design/Makefile.am
+++ b/docs/design/Makefile.am
@@ -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"; \