summaryrefslogtreecommitdiff
path: root/docs/admin_handbook.texi
blob: cd14ee9b71be91047d388a73fde20a45fe20b732 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\input texinfo   @c -*-texinfo-*-
@comment %**start of header
@settitle Admin Handbook -- Co-curricular Activity Selection System
@syncodeindex pg cp
@comment %**end of header

@copying
This manual is written by Runxi Yu. It is hereby placed in the public domain,
under Creative Commons Zero 1.0 Universal. A copy is included in the section
entitled ``Creative Commons Zero 1.0 Universal''.
@end copying

@titlepage
@title Co-curricular Activity Selection System
@subtitle Administrator Handbook
@author Runxi Yu (@email{me@@runxiyu.org})
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage

@contents

@node Top
@top Co-curricular Activity Selection System

In this manual, the software is abbreviated as ``CCASS''.

@node Compiling CCASS
@chapter Compiling CCASS

Compiling CCAS is the same as compiling any other Go program. A Makefile is also provided for convenience.

@bye