ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/Makefile.am
Revision: 9831
Committed: Sun Dec 20 03:55:08 2020 UTC (4 years, 8 months ago) by michael
File size: 1940 byte(s)
Log Message:
- doc/, help/: add MONITOR documentation

File Contents

# Content
1 AUTOMAKE_OPTIONS = foreign
2
3 helpfdir = $(pkgdatadir)/help
4
5 dist_helpf_DATA = accept \
6 admin \
7 away \
8 close \
9 cmode \
10 connect \
11 die \
12 dline \
13 etrace \
14 extban \
15 hash \
16 help \
17 index \
18 info \
19 invite \
20 ison \
21 join \
22 kick \
23 kill \
24 kline \
25 knock \
26 links \
27 list \
28 locops \
29 lusers \
30 map \
31 module \
32 monitor \
33 motd \
34 names \
35 nick \
36 notice \
37 oper \
38 part \
39 pass \
40 ping \
41 pong \
42 post \
43 privmsg \
44 quit \
45 rehash \
46 restart \
47 resv \
48 set \
49 squit \
50 stats \
51 time \
52 topic \
53 trace \
54 umode \
55 undline \
56 unkline \
57 unresv \
58 unxline \
59 user \
60 userhost \
61 version \
62 wallops \
63 who \
64 whois \
65 whowas \
66 xline
67
68 helpf: $(dist_helpf_DATA)

Properties

Name Value
svn:eol-style native