[Pkg-mozext-commits] [itsalltext] 211/459: fixed todo thingy, added todo item

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:22 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit 5a1ae6833030ef7db5954c273174862e11d85fe2
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Thu May 3 14:13:44 2007 -0400

    fixed todo thingy, added todo item
---
 .hgignore | 2 +-
 Makefile  | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.hgignore b/.hgignore
index 498a667..8564f89 100644
--- a/.hgignore
+++ b/.hgignore
@@ -2,4 +2,4 @@ syntax:regexp
 ^(docs|lint|build)/
 ^\.[^/]+/
 ^[^/]+\.xpi/
-
+^\.todo$
diff --git a/Makefile b/Makefile
index e829b68..2ee47b2 100644
--- a/Makefile
+++ b/Makefile
@@ -136,12 +136,18 @@ docs/.stamp: $(SOURCES_JS)
 	$^
 	$(Q)touch "$@"
 
+.PHONY: todo
+todo: .todo
+	$(Q)cat $<
+.todo: $(SOURCES) Makefile
+	$(Q)grep -hE '[@]todo' $^ | perl -p -e 's!^.*[@]todo\s*!!' | sort -n > "$@"
+
 
 ##
 ## Cleanup methods
 .PHONY: clean
 clean:
-	$(Q)rm -rf lint build docs
+	$(Q)rm -rf lint build docs .todo
 
 .PHONY: realclean
 realclean: clean
@@ -150,3 +156,4 @@ realclean: clean
 ## @todo [5] [make] Do a proper build in another directory.
 ## @todo [5] [make] Minimize JavaScript.
 ## @todo [5] [make] Put contents into a .jar.
+## @todo [7] Allow a web page to add an It's All Text! button.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list