Improve the glimpse target: don't index .svn and compile directories.
Suggested by: brooks
This commit is contained in:
parent
2e37c8eacb
commit
7744e15e52
@ -46,6 +46,10 @@ TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
|
||||
|
||||
# You need the textproc/glimpse ports for this.
|
||||
glimpse:
|
||||
.if !exists(${.CURDIR}/.glimpse_exclude)
|
||||
echo .svn > ${.CURDIR}/.glimpse_exclude
|
||||
echo /compile/ >> ${.CURDIR}/.glimpse_exclude
|
||||
.endif
|
||||
cd ${.CURDIR}; glimpseindex -H . -B -f -o .
|
||||
|
||||
glimpse-clean:
|
||||
|
Loading…
Reference in New Issue
Block a user