]> andersk Git - splint.git/blobdiff - src/maketags
Updated html and word versions of the manual
[splint.git] / src / maketags
index 100b599f2aab7c25de970efa9bdbae4c1cf69aee..beab1b086375d1522c1fcb56e2c3171852d914f2 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-etags --langmap=c:+.i.h *.y Headers/* *.c *.h *.l  *.i || etags *.y Headers/* *.c *.h *.l  *.i;
+etags *.y  *.l *.c *.i Headers/* || echo "Error creating TAGS file (ignoring)"
 
This page took 0.032556 seconds and 4 git commands to generate.