doc: Remove colophon that is no applicable

We are going to introduce the Developer Manual that may contain this
section and is composed differently that what Colophon talks about.
This commit is contained in:
Sunil Mohan Adapa 2015-09-09 07:07:37 +05:30 committed by James Valleroy
parent bb892e5ef9
commit 9bee07f1a4
3 changed files with 1 additions and 10 deletions

View File

@ -14,7 +14,6 @@ otherwise.
- data/etc/apache2/plinth.conf :: -
- data/etc/apache2/plinth-ssl.conf :: -
- data/etc/sudoers.d/plinth :: -
- doc/colophon.mdwn :: -
- doc/footer.html :: -
- doc/hacking.mdwn :: -
- doc/header.html :: -

View File

@ -6,7 +6,7 @@ PDFLATEX=pdflatex
# List text files in the order in which you want them to appear in the
# complete manual:
SOURCES=README.mdwn INSTALL.mdwn themes.mdwn hacking.mdwn modules.mdwn scripts.mdwn COPYING.mdwn colophon.mdwn
SOURCES=README.mdwn INSTALL.mdwn themes.mdwn hacking.mdwn modules.mdwn scripts.mdwn COPYING.mdwn
MAN_SOURCES=$(patsubst COPYING.mdwn,copyright_notice00,$(SOURCES))
NEWLINE_SOURCES=$(patsubst %,% oneline.txt,$(SOURCES))

View File

@ -1,8 +0,0 @@
# Colophon
This manual was typed in emacs, formatted using markdown and converted
to pdf, html, troff and latex using pandoc and pdflatex.
The complete source code to this manual is available in the 'doc'
directory of the Freedom Box front end source distribution.