changeset 21164:a610c00dc556

build: Remove stray '@' from rule to built octave.html. * doc/module.mk: Remove stray '@' from rule to built octave.html.
author Rik <rik@octave.org>
date Sun, 31 Jan 2016 08:10:59 -0800
parents 2d22bd38deac
children 446bab5da2f7
files doc/module.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/module.mk	Sun Jan 31 07:49:27 2016 -0800
+++ b/doc/module.mk	Sun Jan 31 08:10:59 2016 -0800
@@ -306,7 +306,7 @@
 	$(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc/interpreter -I $(abs_top_srcdir)/doc/interpreter \
 	 -o $(OCTAVE_HTML_TMP_DIR) `test -f 'doc/interpreter/octave.texi' || echo '$(abs_top_srcdir)/'`doc/interpreter/octave.texi; \
 	then \
-	  rm -rf $(OCTAVE_HTML_DIR)@ && \
+	  rm -rf $(OCTAVE_HTML_DIR) && \
 	  mv $(OCTAVE_HTML_TMP_DIR) $(OCTAVE_HTML_DIR) && \
 	  touch $@; \
 	else \