JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added Makefile to examples (for tags generation)
authorJason Woofenden <jason183@herkamire.com>
Mon, 24 Sep 2007 04:32:54 +0000 (00:32 -0400)
committerJason Woofenden <jason183@herkamire.com>
Mon, 24 Sep 2007 04:32:54 +0000 (00:32 -0400)
examples/Makefile [new file with mode: 0644]

diff --git a/examples/Makefile b/examples/Makefile
new file mode 100644 (file)
index 0000000..ef83502
--- /dev/null
@@ -0,0 +1,2 @@
+tags: *.php code/*.php code/wfpl/*.php
+       exuberant-ctags --append=yes $?