From 855c74184a967fa8e938abdf636f3f539e85b805 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 7 Dec 2015 23:25:22 +0100 Subject: tags is hardly necessary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 9 ++++++++- TODO | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9aed25e..7686286 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,6 @@ bin/mo/%/messages.mo: po/%.po @$(MKDIR) -p bin/mo/$* cd bin/mo/$* && $(MSGFMT) ../../../$< - obj/scrotty.pot: src/scrotty.c @$(MKDIR) -p obj $(CPP) -DUSE_GETTEXT=1 src/scrotty.c | \ @@ -190,6 +189,14 @@ po/%.po: obj/scrotty.pot $(MSGMERGE) --no-wrap -U $@ $<; \ fi +.PHONY: TAGS +TAGS: + @echo "TAGS is not implemented. Did not see the need. Feel free to implement if you want." + +.PHONY: tags +tags: + @echo "tags is not implemented. Did not see the need. Feel free to implement if you want." + .PHONY: install install: install-base install-info install-man install-locale diff --git a/TODO b/TODO index 11cf7f4..a323489 100644 --- a/TODO +++ b/TODO @@ -6,5 +6,5 @@ Use auto-auto-complete. Add Swedish man page. -Missing Make rules: TAGS tags dist +Missing Make rules: dist -- cgit v1.2.3-70-g09d2