[tor-commits] [bridgedb/develop] Add Makefile directive for making TAGS file.
    isis at torproject.org 
    isis at torproject.org
       
    Wed Nov 15 22:24:50 UTC 2017
    
    
  
commit 8ebc712bd0706c607fb30222cb304c258bf14d83
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Nov 1 23:55:35 2017 +0000
    Add Makefile directive for making TAGS file.
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index 906ce94..428f004 100644
--- a/Makefile
+++ b/Makefile
@@ -86,3 +86,6 @@ upload: clean
 	python setup.py bdist_egg upload --sign
 	#python setup.py bdist_wheel upload --sign
 	python setup.py sdist --formats=gztar,zip upload --sign
+
+tags:
+	find ./bridgedb -type f -name "*.py" -print | xargs etags
    
    
More information about the tor-commits
mailing list