git.ucc.asn.au
/
ipdf
/
documents.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636de11
)
Only delete target pdf's in Makefile
author
Sam Moore
<
[email protected]
>
Thu, 20 Mar 2014 05:16:34 +0000
(13:16 +0800)
committer
Sam Moore
<
[email protected]
>
Thu, 20 Mar 2014 05:16:34 +0000
(13:16 +0800)
In theory we put things that we can't make ourselves in the references folder
But it still seems unwise to just go and delete every single pdf.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
91d89bf
..
ac80c36
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-24,5
+24,5
@@
clean :
rm -f *.toc
clean_full : clean
- rm -f
*.pdf
+ rm -f
$(TARGETS)
UCC
git Repository :: git.ucc.asn.au