[Pkg-wmaker-commits] [wmaker] 32/40: doc: Use new defsdatadir variable to specify defaults directory in manpage.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Mar 11 13:08:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmaker.

commit 01ad3ead5d870e2f1b4b04a605d9f79929363e1e
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Mar 10 02:39:32 2017 -0500

    doc: Use new defsdatadir variable to specify defaults directory in manpage.
---
 doc/Makefile.am | 2 +-
 doc/wmaker.in   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 30d46f8..36ff48d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -35,8 +35,8 @@ wmaker.1: wmaker.in Makefile $(top_builddir)/config.h
 	$(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
 		--header "$(top_builddir)/config.h" --filter "HAVE_INOTIFY" \
 		--filter "USE_ICCCM_WMREPLACE" \
-		-D"sysconfdir=$(sysconfdir)" --replace "sysconfdir" \
 		-D"pkgdatadir=$(pkgdatadir)" --replace "pkgdatadir" \
+		-D"defsdatadir=$(defsdatadir)" --replace "defsdatadir" \
 		-o "wmaker.1"  "$(srcdir)/wmaker.in"
 
 wmsetbg.1: wmsetbg.in Makefile $(top_builddir)/config.h
diff --git a/doc/wmaker.in b/doc/wmaker.in
index f5c22ef..1ba8e35 100644
--- a/doc/wmaker.in
+++ b/doc/wmaker.in
@@ -85,7 +85,7 @@ Attribute Editor (right drag the application's title bar, select
 Attributes) instead of modifying this file directly. There are just a
 few options not available using the Attributes Editor.
 .TP
-.B @sysconfdir@/WindowMaker/Defaults/
+.B @defsdatadir@/
 All the above-mentioned files are READ from here if not found except
 for WMState, which is COPIED from here. No matter where they are read
 from, if it's necessary to write configuration changes back into this

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmaker.git



More information about the Pkg-wmaker-commits mailing list