From faf5007a86708db0121c2a7fd84b3d8ceec199d7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Jun 2024 21:35:17 +0100 Subject: Fix: Makefile: clean: do not remove index.md and index.Rmd --- Makefile.bookup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.bookup') diff --git a/Makefile.bookup b/Makefile.bookup index b482893..4998000 100644 --- a/Makefile.bookup +++ b/Makefile.bookup @@ -69,7 +69,7 @@ archive: clean: @true @rm -f $(OUTPUT).aux $(OUTPUT).log $(OUTPUT).nav $(OUTPUT).out $(OUTPUT).snm $(OUTPUT).tex $(OUTPUT).toc $(OUTPUT).vrb - @rm -f index.md index.Rmd + @#rm -f index.md index.Rmd @rm -f _main.log _main.tex _main.loe _main.Rmd @rm -rf _book _bookdown_files -- cgit v1.2.3