blob: 997f016aa2cd7662ab870481bfdebee958c41da1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
AUTOMAKE_OPTIONS = foreign
helpfdir = $(pkgdatadir)/help/opers
dist_helpf_DATA = accept cmode etrace ison list map nick ping resv stats trace \
unxline whois admin connect gline gungline join locops module \
notice pong svinfo uhelp user whowas away hash \
kick lusers post testgecos umode \
userhost xline capab die help kill oper privmsg \
server testline undline users challenge dline index kline \
operwall quit set testmask version \
eob info knock motd part rehash sjoin time unkline wallops \
close error invite links names pass restart squit topic \
unresv who
helpf: $(dist_helpf_DATA)
|