blob: 62841b129fad89a3ffa2bcb61fd2be0773914976 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
AUTOMAKE_OPTIONS = foreign
helpfdir = $(pkgdatadir)/help
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)
|