(finder_setwins, setwins): Exclude Calc.
This commit is contained in:
parent
66895301ef
commit
5c8295d896
1 changed files with 2 additions and 2 deletions
|
@ -114,14 +114,14 @@ emacs = EMACSLOADPATH=$(lisp) $(EMACS) $(EMACSOPT)
|
|||
|
||||
setwins=subdirs=`find $$wd -type d -print`; \
|
||||
for file in $$subdirs; do \
|
||||
case $$file in */Old | */RCS | */CVS | */CVS/* | */=* ) ;; \
|
||||
case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */calc ) ;; \
|
||||
*) wins="$$wins $$file" ;; \
|
||||
esac; \
|
||||
done
|
||||
|
||||
finder_setwins=subdirs=`find $$wd -type d -print`; \
|
||||
for file in $$subdirs; do \
|
||||
case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete | */term) ;; \
|
||||
case $$file in */Old | */RCS | */CVS | */CVS/* | */=* | */obsolete | */term | */calc ) ;; \
|
||||
*) wins="$$wins $$file" ;; \
|
||||
esac; \
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue