]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
trunk: add templates to tags generation
authorChris PeBenito <cpebenito@tresys.com>
Thu, 28 Jun 2007 13:13:55 +0000 (13:13 +0000)
committerChris PeBenito <cpebenito@tresys.com>
Thu, 28 Jun 2007 13:13:55 +0000 (13:13 +0000)
Makefile

index fa67f45ed26c3ef61c519785d7a2e209654dbacb..7848f0aa78d26fb8386ba2dc4c417dcb30d8c960 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -593,6 +593,7 @@ $(tags):
         --regex-te='/^attribute[ \t]+(\w+);/\1/a,attribute/' \
         --regex-te='/^[ \t]*define\(`(\w+)/\1/d,define/' \
         --regex-te='/^[ \t]*interface\(`(\w+)/\1/i,interface/' \
+        --regex-te='/^[ \t]*template\(`(\w+)/\1/i,template/' \
         --regex-te='/^[ \t]*bool[ \t]+(\w+)/\1/b,bool/' policy/modules/*/*.{if,te} policy/support/*.spt
 
 ########################################