mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
build: remove trailing whitespaces after backslash in Makefile.am
This commit is contained in:
parent
d569bf420d
commit
9ae630c73d
1 changed files with 1 additions and 1 deletions
|
@ -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"; \
|
||||
|
|
Loading…
Reference in a new issue