dont hardcode the paths in the man pages. add the docbook-to-man parsed stuff to svn. nice makefile rules for them.

This commit is contained in:
Dana Jansens 2007-05-16 00:07:22 +00:00
parent 07a34428c0
commit 9da838ad3e
5 changed files with 18 additions and 24 deletions

View file

@ -414,25 +414,15 @@ data/xsession/openbox-session: \
@$(edit) $< >$@ @$(edit) $< >$@
@chmod a+x $@ @chmod a+x $@
doc/openbox.1: $(srcdir)/doc/openbox.1.sgml %.1.in: %.1.sgml
@echo make: creating $@ @echo make: creating $@
@mkdir doc 2>/dev/null || true @mkdir doc 2>/dev/null || true
@$(edit) $< | docbook-to-man - >$@ @docbook-to-man $< >$@
doc/openbox-session.1: $(srcdir)/doc/openbox-session.1.sgml %.1: %.1.in
@echo make: creating $@ @echo make: creating $@
@mkdir doc 2>/dev/null || true @mkdir doc 2>/dev/null || true
@$(edit) $< | docbook-to-man - >$@ @$(edit) $< >$@
doc/openbox-gnome-session.1: $(srcdir)/doc/openbox-gnome-session.1.sgml
@echo make: creating $@
@mkdir doc 2>/dev/null || true
@$(edit) $< | docbook-to-man - >$@
doc/openbox-kde-session.1: $(srcdir)/doc/openbox-kde-session.1.sgml
@echo make: creating $@
@mkdir doc 2>/dev/null || true
@$(edit) $< | docbook-to-man - >$@
dist_gnomewmfiles_DATA = \ dist_gnomewmfiles_DATA = \
data/gnome-wm-properties/openbox.desktop data/gnome-wm-properties/openbox.desktop
@ -454,9 +444,13 @@ dist_noinst_DATA = \
data/xsession/openbox-gnome-session.in \ data/xsession/openbox-gnome-session.in \
data/xsession/openbox-kde-session.in \ data/xsession/openbox-kde-session.in \
doc/openbox.1.sgml \ doc/openbox.1.sgml \
doc/openbox.1.in \
doc/openbox-session.1.sgml \ doc/openbox-session.1.sgml \
doc/openbox-session.1.in \
doc/openbox-gnome-session.1.sgml \ doc/openbox-gnome-session.1.sgml \
doc/openbox-gnome-session.1.in \
doc/openbox-kde-session.1.sgml \ doc/openbox-kde-session.1.sgml \
doc/openbox-kde-session.1.in \
render/obrender-3.0.pc.in \ render/obrender-3.0.pc.in \
parser/obparser-3.0.pc.in \ parser/obparser-3.0.pc.in \
tools/themeupdate/themeupdate.py \ tools/themeupdate/themeupdate.py \

View file

@ -16,4 +16,4 @@ The program's full documentation is available on the website:
.PP .PP
Please report bugs to: \fBhttp://bugzilla.icculus.org/ Please report bugs to: \fBhttp://bugzilla.icculus.org/
\fP \fP
.\" created by instant / docbook-to-man, Mon 14 May 2007, 21:59 .\" created by instant / docbook-to-man, Tue 15 May 2007, 20:08

View file

@ -16,4 +16,4 @@ The program's full documentation is available on the website:
.PP .PP
Please report bugs to: \fBhttp://bugzilla.icculus.org/ Please report bugs to: \fBhttp://bugzilla.icculus.org/
\fP \fP
.\" created by instant / docbook-to-man, Mon 14 May 2007, 21:59 .\" created by instant / docbook-to-man, Tue 15 May 2007, 20:08

View file

@ -10,7 +10,7 @@ to save your state from one log in to the next.
.PP .PP
On log in, \fBopenbox-session\fR will run the On log in, \fBopenbox-session\fR will run the
~/.config/openbox/autostart.sh script if it exists, and will run the ~/.config/openbox/autostart.sh script if it exists, and will run the
system-wide script /opt/openbox/etc/xdg/openbox/autostart.sh otherwise. You may system-wide script @configdir@/openbox/autostart.sh otherwise. You may
place anything you want to run automatically in those files, for example: place anything you want to run automatically in those files, for example:
.PP .PP
@ -24,7 +24,7 @@ gnome-settings-daemon &
.PP .PP
Make sure that each line is followed by a "&" or else the script will Make sure that each line is followed by a "&" or else the script will
stop there and further commands will not be executed. You can use the stop there and further commands will not be executed. You can use the
/opt/openbox/etc/xdg/openbox/autostart.sh file as an example for creating your @configdir@/openbox/autostart.sh file as an example for creating your
own. own.
.SH "SEE ALSO" .SH "SEE ALSO"
.PP .PP
@ -36,4 +36,4 @@ The program's full documentation is available on the website:
.PP .PP
Please report bugs to: \fBhttp://bugzilla.icculus.org/ Please report bugs to: \fBhttp://bugzilla.icculus.org/
\fP \fP
.\" created by instant / docbook-to-man, Mon 14 May 2007, 22:02 .\" created by instant / docbook-to-man, Tue 15 May 2007, 20:08

View file

@ -21,7 +21,7 @@ launch GNOME or KDE with Openbox as the window manager.
.PP .PP
The third option at log in, which is \fBOpenbox\fR without a session manager, uses the \fBopenbox-session\fR command to start Openbox. On log in, \fBopenbox\fR will The third option at log in, which is \fBOpenbox\fR without a session manager, uses the \fBopenbox-session\fR command to start Openbox. On log in, \fBopenbox\fR will
run the ~/.config/openbox/autostart.sh script if it exists, and will run run the ~/.config/openbox/autostart.sh script if it exists, and will run
the system-wide script /opt/openbox/etc/xdg/openbox/autostart.sh otherwise. You the system-wide script @configdir@/openbox/autostart.sh otherwise. You
may place anything you want to run automatically in those files, for may place anything you want to run automatically in those files, for
example: example:
@ -36,10 +36,10 @@ gnome-settings-daemon &
.PP .PP
Make sure that each line is followed by a "&" or else the script will Make sure that each line is followed by a "&" or else the script will
stop there and further commands will not be executed. You can use the stop there and further commands will not be executed. You can use the
/opt/openbox/etc/xdg/openbox/autostart.sh file as an example for creating your @configdir@/openbox/autostart.sh file as an example for creating your
own. own.
.PP .PP
The default /opt/openbox/etc/xdg/openbox/autostart.sh runs a number of things The default @configdir@/openbox/autostart.sh runs a number of things
with Openbox. with Openbox.
.PP .PP
Lastly, if you use \fBstartx\fR to launch your X Lastly, if you use \fBstartx\fR to launch your X
@ -54,7 +54,7 @@ is possible by editing the configuration files by hand. Please note that
for you. for you.
.PP .PP
The default configuration and menu files are installed in The default configuration and menu files are installed in
/opt/openbox/etc/xdg/openbox/, and the user configuration is placed in @configdir@/openbox/, and the user configuration is placed in
~/.config/openbox/. You can copy the default configuration and menus ~/.config/openbox/. You can copy the default configuration and menus
to ~/.config/openbox and edit it to your liking. to ~/.config/openbox and edit it to your liking.
.SH "OPTIONS" .SH "OPTIONS"
@ -91,4 +91,4 @@ The program's full documentation is available on the website:
.PP .PP
Please report bugs to: \fBhttp://bugzilla.icculus.org/ Please report bugs to: \fBhttp://bugzilla.icculus.org/
\fP \fP
.\" created by instant / docbook-to-man, Mon 14 May 2007, 22:02 .\" created by instant / docbook-to-man, Tue 15 May 2007, 20:08