[Reproducible-commits] [presentations] 03/05: distclean should be superset of clean

Chris Lamb chris at chris-lamb.co.uk
Sun Jul 3 09:52:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository presentations.

commit 4a16a18bbb5e8f54810e83639d253e3f8166460a
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Jul 3 11:34:09 2016 +0200

    distclean should be superset of clean
---
 2016-07-07-DebConf16/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2016-07-07-DebConf16/Makefile b/2016-07-07-DebConf16/Makefile
index fdd0f34..f4f9c3a 100644
--- a/2016-07-07-DebConf16/Makefile
+++ b/2016-07-07-DebConf16/Makefile
@@ -25,7 +25,7 @@ clean:
 		$(PRESENTATION).out $(PRESENTATION).snm $(PRESENTATION).toc \
 		$(PRESENTATION).vrb $(PRESENTATION).aux.sha1sum $(PRESENTATION).pdfpc
 
-distclean:
+distclean: clean
 	rm -f $(PRESENTATION).pdf
 
 deps:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list