[bridgedb/master] Add Makefile directive for making TAGS file.

15 Nov
2017
15 Nov
'17
10:24 p.m.
commit 8ebc712bd0706c607fb30222cb304c258bf14d83 Author: Isis Lovecruft <isis@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
2743
Age (days ago)
2743
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org