summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-04-18 21:07:47 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-04-18 21:07:47 +0000
commit66e3f4d0600eeb8c642dc2f3b3320a3e9af075e3 (patch)
tree0dd4214c8c08421acfbce1c8d6bd340572045bfb /doc
parent5067369f76f1f0db140a0e4c2c9af43982290183 (diff)
added new bsetbg manpage
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/Makefile.in11
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 194a31d5..dcc9a2b4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,7 +2,7 @@
CLEANFILES = openbox.1
MAINTAINERCLEANFILES = Makefile.in
-man_MANS = openbox.1 bsetroot.1
+man_MANS = openbox.1 bsetroot.1 bsetbg.1
SUBDIRS =
DEFAULT_MENU=$(pkgdatadir)/menu
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 38e0c555..4743034e 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -79,7 +79,7 @@ regex_cmd = @regex_cmd@
CLEANFILES = openbox.1
MAINTAINERCLEANFILES = Makefile.in
-man_MANS = openbox.1 bsetroot.1
+man_MANS = openbox.1 bsetroot.1 bsetbg.1
SUBDIRS =
DEFAULT_MENU = $(pkgdatadir)/menu
@@ -100,9 +100,9 @@ GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
@@ -240,6 +240,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = doc
distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(top_distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \