blob: 448280e228a560fa4ae9cb5cfc898cec568ce965 (
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 omotd post testgecos umode \
userhost xline capab die help kill oper privmsg \
server testline undline users challenge dline index kline \
operwall quit set testmask ungline 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)
|