aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-07 23:25:22 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-07 23:25:22 +0100
commit855c74184a967fa8e938abdf636f3f539e85b805 (patch)
tree0d420db3000693c1ea8406bc2f4580f443b4a70f /Makefile
parentadd installing (diff)
downloadscrotty-855c74184a967fa8e938abdf636f3f539e85b805.tar.gz
scrotty-855c74184a967fa8e938abdf636f3f539e85b805.tar.bz2
scrotty-855c74184a967fa8e938abdf636f3f539e85b805.tar.xz
tags is hardly necessary
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 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