From ca83e50347452d47bd9915156e896201d09b44a5 Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Mon, 14 Jan 2019 01:46:24 +0000
Subject: ConvertType's --colormap option added, necessary from Gnuastro 0.8

The new `--colormap' option was added to the call to Gnuastro's ConvertType
program. Since Gnuastro 0.8, ConvertType needs this option for converting a
single-channel dataset to a color-supporting format.
---
 reproduce/src/make/delete-me.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'reproduce')

diff --git a/reproduce/src/make/delete-me.mk b/reproduce/src/make/delete-me.mk
index 55131fe..2d93566 100644
--- a/reproduce/src/make/delete-me.mk
+++ b/reproduce/src/make/delete-me.mk
@@ -57,7 +57,7 @@ $(demopdf): $(dddemodir)/%.pdf: $(indir)/%.fits | $(dddemodir)
 	rm -f $(tikzdir)/delete-me-wfpc2.pdf
 
         # Convert the dataset to a PDF.
-	astconvertt --fluxhigh=4 $< -h0 -o$@
+	astconvertt --colormap=gray --fluxhigh=4 $< -h0 -o$@
 
 
 
-- 
cgit v1.2.1