diff --git a/Makefile b/Makefile
index 32ba263..c94f810 100644
--- a/Makefile
+++ b/Makefile
@@ -59,11 +59,18 @@ dist:
$(PACKAGE)-$(VERSION)/data/scalable/project.conf \
$(PACKAGE)-$(VERSION)/doc/Makefile \
$(PACKAGE)-$(VERSION)/doc/docbook.sh \
+ $(PACKAGE)-$(VERSION)/doc/manual.css.xml \
+ $(PACKAGE)-$(VERSION)/doc/panel.css.xml \
$(PACKAGE)-$(VERSION)/doc/panel.xml \
+ $(PACKAGE)-$(VERSION)/doc/panelctl.css.xml \
$(PACKAGE)-$(VERSION)/doc/panelctl.xml \
+ $(PACKAGE)-$(VERSION)/doc/panel-embed.css.xml \
$(PACKAGE)-$(VERSION)/doc/panel-embed.xml \
+ $(PACKAGE)-$(VERSION)/doc/panel-message.css.xml \
$(PACKAGE)-$(VERSION)/doc/panel-message.xml \
+ $(PACKAGE)-$(VERSION)/doc/panel-notify.css.xml \
$(PACKAGE)-$(VERSION)/doc/panel-notify.xml \
+ $(PACKAGE)-$(VERSION)/doc/wifibrowser.css.xml \
$(PACKAGE)-$(VERSION)/doc/wifibrowser.xml \
$(PACKAGE)-$(VERSION)/doc/project.conf \
$(PACKAGE)-$(VERSION)/include/Panel.h \
diff --git a/doc/Makefile b/doc/Makefile
index 9c4af67..49cd29d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -12,37 +12,37 @@ all: $(TARGETS)
panel.1: panel.xml
./docbook.sh -P "$(PREFIX)" -- "panel.1"
-panel.html: panel.xml
+panel.html: manual.css.xml panel.css.xml panel.xml
./docbook.sh -P "$(PREFIX)" -- "panel.html"
panelctl.1: panelctl.xml
./docbook.sh -P "$(PREFIX)" -- "panelctl.1"
-panelctl.html: panelctl.xml
+panelctl.html: manual.css.xml panelctl.css.xml panelctl.xml
./docbook.sh -P "$(PREFIX)" -- "panelctl.html"
panel-embed.1: panel-embed.xml
./docbook.sh -P "$(PREFIX)" -- "panel-embed.1"
-panel-embed.html: panel-embed.xml
+panel-embed.html: manual.css.xml panel-embed.css.xml panel-embed.xml
./docbook.sh -P "$(PREFIX)" -- "panel-embed.html"
panel-message.1: panel-message.xml
./docbook.sh -P "$(PREFIX)" -- "panel-message.1"
-panel-message.html: panel-message.xml
+panel-message.html: manual.css.xml panel-message.css.xml panel-message.xml
./docbook.sh -P "$(PREFIX)" -- "panel-message.html"
panel-notify.1: panel-notify.xml
./docbook.sh -P "$(PREFIX)" -- "panel-notify.1"
-panel-notify.html: panel-notify.xml
+panel-notify.html: manual.css.xml panel-notify.css.xml panel-notify.xml
./docbook.sh -P "$(PREFIX)" -- "panel-notify.html"
wifibrowser.1: wifibrowser.xml
./docbook.sh -P "$(PREFIX)" -- "wifibrowser.1"
-wifibrowser.html: wifibrowser.xml
+wifibrowser.html: manual.css.xml wifibrowser.css.xml wifibrowser.xml
./docbook.sh -P "$(PREFIX)" -- "wifibrowser.html"
clean:
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/panel-embed.css.xml b/doc/panel-embed.css.xml
new file mode 100644
index 0000000..08d8dd3
--- /dev/null
+++ b/doc/panel-embed.css.xml
@@ -0,0 +1,7 @@
+
+
+
+]>
+
+
diff --git a/doc/panel-message.css.xml b/doc/panel-message.css.xml
new file mode 100644
index 0000000..08d8dd3
--- /dev/null
+++ b/doc/panel-message.css.xml
@@ -0,0 +1,7 @@
+
+
+
+]>
+
+
diff --git a/doc/panel-notify.css.xml b/doc/panel-notify.css.xml
new file mode 100644
index 0000000..08d8dd3
--- /dev/null
+++ b/doc/panel-notify.css.xml
@@ -0,0 +1,7 @@
+
+
+
+]>
+
+
diff --git a/doc/panel.css.xml b/doc/panel.css.xml
new file mode 100644
index 0000000..08d8dd3
--- /dev/null
+++ b/doc/panel.css.xml
@@ -0,0 +1,7 @@
+
+
+
+]>
+
+
diff --git a/doc/panelctl.css.xml b/doc/panelctl.css.xml
new file mode 100644
index 0000000..08d8dd3
--- /dev/null
+++ b/doc/panelctl.css.xml
@@ -0,0 +1,7 @@
+
+
+
+]>
+
+
diff --git a/doc/project.conf b/doc/project.conf
index 6f0f207..3de6810 100644
--- a/doc/project.conf
+++ b/doc/project.conf
@@ -1,5 +1,5 @@
targets=panel.1,panel.html,panelctl.1,panelctl.html,panel-embed.1,panel-embed.html,panel-message.1,panel-message.html,panel-notify.1,panel-notify.html,wifibrowser.1,wifibrowser.html
-dist=Makefile,docbook.sh,panel.xml,panelctl.xml,panel-embed.xml,panel-message.xml,panel-notify.xml,wifibrowser.xml
+dist=Makefile,docbook.sh,manual.css.xml,panel.css.xml,panel.xml,panelctl.css.xml,panelctl.xml,panel-embed.css.xml,panel-embed.xml,panel-message.css.xml,panel-message.xml,panel-notify.css.xml,panel-notify.xml,wifibrowser.css.xml,wifibrowser.xml
[panel.1]
type=script
@@ -11,7 +11,7 @@ depends=panel.xml
type=script
script=./docbook.sh
install=
-depends=panel.xml
+depends=manual.css.xml,panel.css.xml,panel.xml
[panelctl.1]
type=script
@@ -23,7 +23,7 @@ depends=panelctl.xml
type=script
script=./docbook.sh
install=
-depends=panelctl.xml
+depends=manual.css.xml,panelctl.css.xml,panelctl.xml
[panel-embed.1]
type=script
@@ -35,7 +35,7 @@ depends=panel-embed.xml
type=script
script=./docbook.sh
install=
-depends=panel-embed.xml
+depends=manual.css.xml,panel-embed.css.xml,panel-embed.xml
[panel-message.1]
type=script
@@ -47,7 +47,7 @@ depends=panel-message.xml
type=script
script=./docbook.sh
install=
-depends=panel-message.xml
+depends=manual.css.xml,panel-message.css.xml,panel-message.xml
[panel-notify.1]
type=script
@@ -59,7 +59,7 @@ depends=panel-notify.xml
type=script
script=./docbook.sh
install=
-depends=panel-notify.xml
+depends=manual.css.xml,panel-notify.css.xml,panel-notify.xml
[wifibrowser.1]
type=script
@@ -71,4 +71,4 @@ depends=wifibrowser.xml
type=script
script=./docbook.sh
install=
-depends=wifibrowser.xml
+depends=manual.css.xml,wifibrowser.css.xml,wifibrowser.xml
diff --git a/doc/wifibrowser.css.xml b/doc/wifibrowser.css.xml
new file mode 100644
index 0000000..08d8dd3
--- /dev/null
+++ b/doc/wifibrowser.css.xml
@@ -0,0 +1,7 @@
+
+
+
+]>
+
+