ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/help/Makefile.am
Revision: 2040
Committed: Wed May 15 15:14:43 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/help/Makefile.am
File size: 2300 byte(s)
Log Message:
- Remove help/uhelp
- Cleanup help/Makefile.am to make it easier to read and maintain
- Rebuild help/index

File Contents

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