mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 15:08:48 +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 "Version $(PACKAGE_VERSION)"; \
|
||||||
echo >>index.txt ""; \
|
echo >>index.txt ""; \
|
||||||
( cd $(srcdir) && \
|
( cd $(srcdir) && \
|
||||||
cat >>$(abs_builddir)/index.txt $(EXTRA_DIST) ); \
|
cat >>$(abs_builddir)/index.txt $(EXTRA_DIST) ); \
|
||||||
asciidoc -o index.html index.txt; \
|
asciidoc -o index.html index.txt; \
|
||||||
else \
|
else \
|
||||||
echo "need asciidoc to generate html"; \
|
echo "need asciidoc to generate html"; \
|
||||||
|
|
Loading…
Reference in a new issue