diff options
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index be4f764..62841b1 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,2 +1,16 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = opers users + +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) |