aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2021-03-26 20:37:35 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2021-03-26 20:39:48 +0000
commit611c2f1e6ebbd4e4f83b66325707afb7038d1026 (patch)
tree5f8ec4ac301dc9ae6ecebeac1fcc894fecdfc473
parentac8890dfbf06c8b98a3163f798ad3fe65b193a33 (diff)
Initialization: removed other Gnuastro-specific features
In the previous commit, some Gnuastro-specific initializations were removed but a few more cases remained that are removed with this commit.
-rw-r--r--reproduce/analysis/make/initialize.mk11
1 files changed, 3 insertions, 8 deletions
diff --git a/reproduce/analysis/make/initialize.mk b/reproduce/analysis/make/initialize.mk
index 886c0a7..15a4dbf 100644
--- a/reproduce/analysis/make/initialize.mk
+++ b/reproduce/analysis/make/initialize.mk
@@ -229,19 +229,15 @@ project-package-contents = $(texdir)/$(project-package-name)
# we want to ensure that the file is always built in every run: it contains
# the project version which may change between two separate runs, even when
# no file actually differs.
-.PHONY: all clean dist dist-zip dist-lzip texclean distclean clean-mmap \
+.PHONY: all clean dist dist-zip dist-lzip texclean distclean \
$(project-package-contents) $(mtexdir)/initialize.tex
-# --------- Delete for no Gnuastro ---------
-clean-mmap:; rm -f reproduce/config/gnuastro/mmap*
-# ------------------------------------------
-
texclean:
rm -f *.pdf
rm -rf $(texdir)/build/*
mkdir $(texdir)/build/tikz # 'tikz' is assumed to already exist.
-clean: clean-mmap
+clean:
# Delete the top-level PDF file.
rm -f *.pdf
@@ -266,8 +262,7 @@ distclean: clean
# `rm' program. So for this recipe, we'll use the host system's
# `rm', not our own.
$$sys_rm -rf $(BDIR)
- $$sys_rm -f $(pconfdir)/LOCAL.conf
- $$sys_rm -f Makefile .gnuastro .local .build
+ $$sys_rm -f .local .build $(pconfdir)/LOCAL.conf