From 0951fbeea5669d3ee3d88fdbacba4ac1dff6acfb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 20:07:30 +0000 Subject: [PATCH] add man pages for openbox-gnome-session and openbox-kde-session --- Makefile.am | 14 +++++++- doc/openbox-gnome-session.1.sgml | 73 ++++++++++++++++++++++++++++++++++++++++ doc/openbox-kde-session.1.sgml | 73 ++++++++++++++++++++++++++++++++++++++++ doc/openbox.1.sgml | 6 ++-- 4 files changed, 162 insertions(+), 4 deletions(-) create mode 100644 doc/openbox-gnome-session.1.sgml create mode 100644 doc/openbox-kde-session.1.sgml diff --git a/Makefile.am b/Makefile.am index a970205..c4cd977 100644 --- a/Makefile.am +++ b/Makefile.am @@ -393,6 +393,16 @@ doc/openbox.1: Makefile doc doc/openbox.1.in @mkdir doc 2>/dev/null || true @$(edit) $(srcdir)/doc/openbox.1.in >$@ +doc/openbox-gnome-session.1: Makefile doc doc/openbox-gnome-session.1.sgml + @echo make: creating $@ + @mkdir doc 2>/dev/null || true + docbook-to-man $(srcdir)/doc/openbox-gnome-session.1.sgml > $@ + +doc/openbox-kde-session.1: Makefile doc doc/openbox-kde-session.1.sgml + @echo make: creating $@ + @mkdir doc 2>/dev/null || true + docbook-to-man $(srcdir)/doc/openbox-kde-session.1.sgml > $@ + dist_gnomewmfiles_DATA = \ data/gnome-wm-properties/openbox.desktop @@ -446,7 +456,9 @@ dist_doc_DATA = \ data/themerc.xsd man_MANS = \ - doc/openbox.1 + doc/openbox.1 \ + doc/openbox-gnome-session.1 \ + doc/openbox-kde-session.1 EXTRA_DIST = \ config.rpath \ diff --git a/doc/openbox-gnome-session.1.sgml b/doc/openbox-gnome-session.1.sgml new file mode 100644 index 0000000..b86e1b8 --- /dev/null +++ b/doc/openbox-gnome-session.1.sgml @@ -0,0 +1,73 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + 1"> + OPENBOX"> + +]> + + + + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Run a GNOME session with Openbox as the window manager + + + + DESCRIPTION + + &dhpackage; runs a GNOME session with + Openbox as the window manager. + + + SEE ALSO + + openbox(1), openbox-kde-session (1). + + + The program's full documentation is available on the website: + http://openbox.org/ + + Please report bugs to: http://bugzilla.icculus.org/ + + + + + + + diff --git a/doc/openbox-kde-session.1.sgml b/doc/openbox-kde-session.1.sgml new file mode 100644 index 0000000..4de8c02 --- /dev/null +++ b/doc/openbox-kde-session.1.sgml @@ -0,0 +1,73 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + 1"> + OPENBOX"> + +]> + + + + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Run a KDE session with Openbox as the window manager + + + + DESCRIPTION + + &dhpackage; runs a KDE session with + Openbox as the window manager. + + + SEE ALSO + + openbox(1), openbox-gnome-session (1). + + + The program's full documentation is available on the website: + http://openbox.org/ + + Please report bugs to: http://bugzilla.icculus.org/ + + + + + + + diff --git a/doc/openbox.1.sgml b/doc/openbox.1.sgml index 04ce708..a8f2fe7 100644 --- a/doc/openbox.1.sgml +++ b/doc/openbox.1.sgml @@ -156,10 +156,10 @@ manpage.1: manpage.sgml The program's full documentation is available on the website: - http://openbox.org/ + http://openbox.org/ - Please report bugs to: http://bugzilla.icculus.org/ - + Please report bugs to: http://bugzilla.icculus.org/ + -- 1.9.1