aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2019-03-12 20:28:32 +0100
committerRobert Alessi <alessi@robertalessi.net>2019-03-12 20:28:32 +0100
commit9519935e55fb341e745c532e43d80ff99ff93712 (patch)
treea895793015e0ee9889b2d9c62ac88aed08203e1d
parent9ca857bc0f1489662f38adf5e619d8f54a38ce48 (diff)
downloadicite-9519935e55fb341e745c532e43d80ff99ff93712.tar.gz
fixed a harmless bug in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8709733..a628307 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ clean: lualatex
61 rm -rf .backup 61 rm -rf .backup
62 find -iname "*~" -or -iname "*.pdf" | xargs rm -rf 62 find -iname "*~" -or -iname "*.pdf" | xargs rm -rf
63 find ./* -type f -iname "Makefile" $(findopts) > ls-R 63 find ./* -type f -iname "Makefile" $(findopts) > ls-R
64 find ./* -type f -iname "samples/*" $(findoptsi) >> ls-R 64 find ./* -type f -iname "*.tex" | grep '/samples/' >> ls-R
65 rsync -avPr --files-from=ls-R . .backup 65 rsync -avPr --files-from=ls-R . .backup
66 rm -rf * 66 rm -rf *
67 cp -p -r .backup/* . 67 cp -p -r .backup/* .