From 050a66f7574dcc244d1ebfcfdffd0776ef1e00e6 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 22 Apr 2008 12:38:31 +0000 Subject: [PATCH] make tags file for python --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 585fcf36..7c19bd0d 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,8 @@ boot: configure configure: configure.ac autoconf +tags: + ctags `find python -name '*.py'` .PHONY: all clean distclean install deb debclean tgz .PHONY: python-all python-clean python-install -- 2.39.5