convenience make target 'pyfiles' to list only python files among 'myfiles'
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 30 Mar 2015 12:30:31 +0000 (14:30 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 30 Mar 2015 12:30:31 +0000 (14:30 +0200)
Makefile

index 80d49c4..6f557ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,9 @@ redo-templates: clean-templates templates
 myfiles: force
        @git ls-files | egrep -v 'insert(_|-)above|third-party/|to-be-integrated/'
 
+pyfiles: force
+       @git ls-files | grep '\.py$$'
+
 # in general it's right to rely on the contents as reported by git
 tags: force
        $(MAKE-SILENT) myfiles | xargs etags