aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-07-01 09:03:07 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-07-01 09:03:07 +0200
commit3ee94b79cc213d2881038bf14911d51c7572e59a (patch)
treeb02b019a5729973385260100f38dd4841c893e23 /GNUmakefile
parent438a889c37ffdf8f0c6585092da6abdb63b4575e (diff)
Corrections in the clean target
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b6bec285..7cd9ed21 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -66,11 +66,11 @@ clean:
$(RM) -r vignettes/*.fls
$(RM) -r vignettes/*.fdb_latexmk
$(RM) -r vignettes/cache
- $(RM) -r vignettes/files
+ $(RM) -r vignettes/figure
$(RM) -r vignettes/*_cache
$(RM) -r vignettes/*_files
$(RM) -r vignettes/*-concordance.tex
- $(RM) -r vignettes/*.syntex.gz
+ $(RM) -r vignettes/*.synctex.gz
$(RM) Rplots.pdf
test: quickinstall

Contact - Imprint