diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-07 21:35:17 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-07 21:35:17 +0100 |
commit | faf5007a86708db0121c2a7fd84b3d8ceec199d7 (patch) | |
tree | d276f090248ab2421042cd9df4a1150b456a20d5 | |
parent | c9c20d364fd19c0a688031d5b4891bf915c5bb42 (diff) | |
download | bookup-faf5007a86708db0121c2a7fd84b3d8ceec199d7.tar.gz bookup-faf5007a86708db0121c2a7fd84b3d8ceec199d7.tar.bz2 |
Fix: Makefile: clean: do not remove index.md and index.Rmd
-rw-r--r-- | Makefile.bookup | 2 |
1 files changed, 1 insertions, 1 deletions
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 |