summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/.gitignore13
-rw-r--r--docs/Makefile10
-rw-r--r--docs/admin_handbook.texi34
3 files changed, 0 insertions, 57 deletions
diff --git a/docs/.gitignore b/docs/.gitignore
index 19e0041..e69de29 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -1,13 +0,0 @@
-user_handbook.html
-admin_handbook.html
-developer_handbook.html
-user_handbook.pdf
-admin_handbook.pdf
-developer_handbook.pdf
-*.aux
-*.cp
-*.cps
-*.log
-*.toc
-*.vr
-*.vrs
diff --git a/docs/Makefile b/docs/Makefile
deleted file mode 100644
index 860aac9..0000000
--- a/docs/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-.SUFFIXES: .texi .pdf .html
-.PHONY: all
-
-all: admin_handbook.html user_handbook.html developer_handbook.html admin_handbook.pdf user_handbook.pdf developer_handbook.pdf
-
-.texi.pdf:
- texi2pdf $<
-
-.texi.html:
- makeinfo --html --no-split $<
diff --git a/docs/admin_handbook.texi b/docs/admin_handbook.texi
deleted file mode 100644
index cd14ee9..0000000
--- a/docs/admin_handbook.texi
+++ /dev/null
@@ -1,34 +0,0 @@
-\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