help: cleanup indexes properly
Co-authored-by: Unit 193 <unit193@unit193.net>
This commit is contained in:
parent
75fd7ead8d
commit
3eab43b680
1 changed files with 2 additions and 3 deletions
|
@ -9,6 +9,8 @@ helpdir= @helpdir@
|
|||
uhelpdir= ${helpdir}/users
|
||||
ohelpdir= ${helpdir}/opers
|
||||
|
||||
CLEANFILES= users/index users/index.tmp opers/index opers/index.tmp
|
||||
|
||||
SYMLINKS= topic accept cmode admin names links away whowas \
|
||||
version kick who invite quit join list nick oper part \
|
||||
time credits motd userhost users whois ison lusers \
|
||||
|
@ -20,9 +22,6 @@ build:
|
|||
depend:
|
||||
lint:
|
||||
|
||||
clean:
|
||||
rm -f users/index users/index.tmp opers/index opers/index.tmp
|
||||
|
||||
index:
|
||||
@echo building index files
|
||||
@rm -f users/index.tmp
|
||||
|
|
Loading…
Reference in a new issue