From 9bee07f1a4b099a0ce4e0f9c2837f4809e5dc350 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 9 Sep 2015 07:07:37 +0530 Subject: [PATCH] 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. --- LICENSES | 1 - doc/Makefile | 2 +- doc/colophon.mdwn | 8 -------- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 doc/colophon.mdwn diff --git a/LICENSES b/LICENSES index e7865a74e..08d4cbf41 100644 --- a/LICENSES +++ b/LICENSES @@ -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 :: - diff --git a/doc/Makefile b/doc/Makefile index faf617a22..a5b44860c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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)) diff --git a/doc/colophon.mdwn b/doc/colophon.mdwn deleted file mode 100644 index 8ab693210..000000000 --- a/doc/colophon.mdwn +++ /dev/null @@ -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. -