help: cleanup indexes properly

Co-authored-by: Unit 193 <unit193@unit193.net>
dwfreed/netwide
Ed Kellett 2 years ago
parent 75fd7ead8d
commit 3eab43b680

@ -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…
Cancel
Save