From d91f5e6801496545f7ecbd218e7a7876c888b946 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 8 Jul 2014 01:12:34 +0200 Subject: [PATCH] Output the HTML documentation truly in the fashion of manual pages --- Makefile | 4 ++++ doc/Makefile | 6 +++--- doc/download.css.xml | 7 +++++++ doc/helper.css.xml | 7 +++++++ doc/manual.css.xml | 33 +++++++++++++++++++++++++++++++++ doc/project.conf | 8 ++++---- doc/surfer.css.xml | 7 +++++++ 7 files changed, 65 insertions(+), 7 deletions(-) create mode 100644 doc/download.css.xml create mode 100644 doc/helper.css.xml create mode 100644 doc/manual.css.xml create mode 100644 doc/surfer.css.xml diff --git a/Makefile b/Makefile index cf0db34..3ca35fb 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,12 @@ dist: $(PACKAGE)-$(VERSION)/data/24x24/project.conf \ $(PACKAGE)-$(VERSION)/doc/Makefile \ $(PACKAGE)-$(VERSION)/doc/docbook.sh \ + $(PACKAGE)-$(VERSION)/doc/download.css.xml \ $(PACKAGE)-$(VERSION)/doc/download.xml \ + $(PACKAGE)-$(VERSION)/doc/helper.css.xml \ $(PACKAGE)-$(VERSION)/doc/helper.xml \ + $(PACKAGE)-$(VERSION)/doc/manual.css.xml \ + $(PACKAGE)-$(VERSION)/doc/surfer.css.xml \ $(PACKAGE)-$(VERSION)/doc/surfer.xml \ $(PACKAGE)-$(VERSION)/doc/project.conf \ $(PACKAGE)-$(VERSION)/po/Makefile \ diff --git a/doc/Makefile b/doc/Makefile index edd1430..f386a18 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,19 +12,19 @@ all: $(TARGETS) download.1: download.xml ./docbook.sh -P "$(PREFIX)" -- "download.1" -download.html: download.xml +download.html: download.css.xml download.xml manual.css.xml ./docbook.sh -P "$(PREFIX)" -- "download.html" helper.1: helper.xml ./docbook.sh -P "$(PREFIX)" -- "helper.1" -helper.html: helper.xml +helper.html: helper.css.xml helper.xml manual.css.xml ./docbook.sh -P "$(PREFIX)" -- "helper.html" surfer.1: surfer.xml ./docbook.sh -P "$(PREFIX)" -- "surfer.1" -surfer.html: surfer.xml +surfer.html: manual.css.xml surfer.css.xml surfer.xml ./docbook.sh -P "$(PREFIX)" -- "surfer.html" clean: diff --git a/doc/download.css.xml b/doc/download.css.xml new file mode 100644 index 0000000..08d8dd3 --- /dev/null +++ b/doc/download.css.xml @@ -0,0 +1,7 @@ + + + +]> + + diff --git a/doc/helper.css.xml b/doc/helper.css.xml new file mode 100644 index 0000000..08d8dd3 --- /dev/null +++ b/doc/helper.css.xml @@ -0,0 +1,7 @@ + + + +]> + + diff --git a/doc/manual.css.xml b/doc/manual.css.xml new file mode 100644 index 0000000..44af16b --- /dev/null +++ b/doc/manual.css.xml @@ -0,0 +1,33 @@ + + diff --git a/doc/project.conf b/doc/project.conf index ab9b52d..f346b33 100644 --- a/doc/project.conf +++ b/doc/project.conf @@ -1,5 +1,5 @@ targets=download.1,download.html,helper.1,helper.html,surfer.1,surfer.html -dist=Makefile,docbook.sh,download.xml,helper.xml,surfer.xml +dist=Makefile,docbook.sh,download.css.xml,download.xml,helper.css.xml,helper.xml,manual.css.xml,surfer.css.xml,surfer.xml [download.1] type=script @@ -11,7 +11,7 @@ depends=download.xml type=script script=./docbook.sh install= -depends=download.xml +depends=download.css.xml,download.xml,manual.css.xml [helper.1] type=script @@ -23,7 +23,7 @@ depends=helper.xml type=script script=./docbook.sh install= -depends=helper.xml +depends=helper.css.xml,helper.xml,manual.css.xml [surfer.1] type=script @@ -35,4 +35,4 @@ depends=surfer.xml type=script script=./docbook.sh install= -depends=surfer.xml +depends=manual.css.xml,surfer.css.xml,surfer.xml diff --git a/doc/surfer.css.xml b/doc/surfer.css.xml new file mode 100644 index 0000000..08d8dd3 --- /dev/null +++ b/doc/surfer.css.xml @@ -0,0 +1,7 @@ + + + +]> + +