tag .hsc files as well
svn path=/nixpkgs/trunk/; revision=19471
This commit is contained in:
parent
92a0256e8e
commit
8b94315e22
@ -54,7 +54,7 @@ args: with args; {
|
|||||||
# tagCmd = "${toString ghcsAndLibs.ghc68.ghc}/bin/hasktags --ignore-close-implementation --ctags `find . -type f -name \"*.*hs\"`; sort tags > \$TAG_FILE"; }
|
# tagCmd = "${toString ghcsAndLibs.ghc68.ghc}/bin/hasktags --ignore-close-implementation --ctags `find . -type f -name \"*.*hs\"`; sort tags > \$TAG_FILE"; }
|
||||||
# *.*hs.* to catch gtk2hs .hs.pp files
|
# *.*hs.* to catch gtk2hs .hs.pp files
|
||||||
tagCmd = "
|
tagCmd = "
|
||||||
srcs=\"`find . -type f -name \"*.*hs\"; find . -type f -name \"*.*hs.*\";`\"
|
srcs=\"`find . -type f -name \"*.*hs\"; find . -type f -name \"*.*hs*\";`\"
|
||||||
[ -z \"$srcs\" ] || {
|
[ -z \"$srcs\" ] || {
|
||||||
${toString hasktags}/bin/hasktags-modified --ignore-close-implementation --ctags $srcs
|
${toString hasktags}/bin/hasktags-modified --ignore-close-implementation --ctags $srcs
|
||||||
sort tags > \$TAG_FILE
|
sort tags > \$TAG_FILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user