summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/user/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am
index d9d11bd..583b705 100644
--- a/doc/user/Makefile.am
+++ b/doc/user/Makefile.am
@@ -45,9 +45,9 @@ endif
 
 if HAVE_PLOTICUS
 doc-config.scm:
-	-echo "(define %have-ploticus? #t)" > $@
-	-echo "(define %ploticus-path \"$(PLOTICUS)\")" >> $@
+	echo "(define %have-ploticus? #t)" > $@
+	echo "(define %ploticus-path \"$(PLOTICUS)\")" >> $@
 else
 doc-config.scm:
-	-echo "(define %have-ploticus? #f) (define %ploticus-path #f)" > $@
+	echo "(define %have-ploticus? #f) (define %ploticus-path #f)" > $@
 endif