[Reproducible-commits] [source-date-epoch-spec] 01/02: Tidy Makefile

Chris Lamb lamby at moszumanska.debian.org
Thu Aug 27 13:13:08 UTC 2015


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

lamby pushed a commit to branch master
in repository source-date-epoch-spec.

commit 0c76856b0124f94a886b0aa0abdc377e76e6fb56
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Aug 27 14:06:48 2015 +0200

    Tidy Makefile
---
 Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 73da7e1..f60b619 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
-all: source-date-epoch-spec.html
+NAME = source-date-epoch-spec
+TARGETS = $(NAME).html
+
+all: $(TARGETS)
 
 %.html: %.xml
 	xmlto html-nochunks $<
 
 clean:
-	rm -f source-date-epoch-spec.html
+	rm -f $(TARGETS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/source-date-epoch-spec.git



More information about the Reproducible-commits mailing list