Use GNU Global to generate source code index.

Signed-off-by: Wei Liu <wei.l...@citrix.com>
---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index a8ae67c..43dcbd6 100644
--- a/Makefile
+++ b/Makefile
@@ -190,3 +190,7 @@ tags:
 .PHONY: TAGS
 TAGS:
        $(all_sources) | xargs etags
+
+.PHONY: gtags
+gtags:
+       $(all_sources) | gtags -f -
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to