Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
e34333b7
Commit
e34333b7
authored
Jul 16, 2007
by
nominolo@gmail.com
Browse files
Add tags target to generate a tags file using 'hasktags'. (Unix only)
parent
87069e2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e34333b7
...
...
@@ -183,3 +183,11 @@ release: dist
scp
-r
$(TMPDISTLOC)
/release www.haskell.org:/home/haskell/cabal/release/cabal-
$(CABALVERSION)
ssh www.haskell.org
'cd /home/haskell/cabal/release && rm -f
$(KIND)
&& ln -s cabal-
$(CABALVERSION)
$(KIND)
'
# dirs that contain source files that should be tagged. Be careful to
# about using "."
TAGSSRCDIRS
=
Distribution Language
# create ctags/etags files.
tags
::
find
$(TAGSSRCDIRS)
-name
\*
.
\*
hs | xargs hasktags
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment