mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
doc: changed section for man pages from 1x to 1
As pointed by Douglas Torrance, nowadays no application is using anymore the 1x section for the man pages, so this patch is changing the section for all our concerned man pages to 1 (general commands). Took opportunity to add some missing references in "see also" sections. Reported-by: Doug Torrance <dtorrance@monmouthcollege.edu> Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
4d0585ede2
commit
8088dc1eab
@@ -3,44 +3,44 @@
|
||||
SUBDIRS = build sk cs ru
|
||||
|
||||
dist_man_MANS = \
|
||||
geticonset.1x \
|
||||
getstyle.1x \
|
||||
geticonset.1 \
|
||||
getstyle.1 \
|
||||
get-wings-flags.1 \
|
||||
get-wraster-flags.1 \
|
||||
get-wutil-flags.1 \
|
||||
seticons.1x \
|
||||
setstyle.1x \
|
||||
seticons.1 \
|
||||
setstyle.1 \
|
||||
upgrade-windowmaker-defaults.8 \
|
||||
wdread.1x \
|
||||
wdwrite.1x \
|
||||
WindowMaker.1x \
|
||||
wmagnify.1x \
|
||||
wdread.1 \
|
||||
wdwrite.1 \
|
||||
WindowMaker.1 \
|
||||
wmagnify.1 \
|
||||
wmgenmenu.1 \
|
||||
wmmenugen.1 \
|
||||
WPrefs.1x \
|
||||
wxcopy.1x \
|
||||
wxpaste.1x
|
||||
WPrefs.1 \
|
||||
wxcopy.1 \
|
||||
wxpaste.1
|
||||
|
||||
man_MANS = \
|
||||
wmaker.1x \
|
||||
wmsetbg.1x
|
||||
wmaker.1 \
|
||||
wmsetbg.1
|
||||
|
||||
MOSTLYCLEANFILES = wmaker.1x wmsetbg.1x
|
||||
MOSTLYCLEANFILES = wmaker.1 wmsetbg.1
|
||||
|
||||
EXTRA_DIST = wmaker.in wmsetbg.in
|
||||
|
||||
wmaker.1x: wmaker.in Makefile $(top_builddir)/config.h
|
||||
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" \
|
||||
-o "wmaker.1x" "$(srcdir)/wmaker.in"
|
||||
-o "wmaker.1" "$(srcdir)/wmaker.in"
|
||||
|
||||
wmsetbg.1x: wmsetbg.in Makefile $(top_builddir)/config.h
|
||||
wmsetbg.1: wmsetbg.in Makefile $(top_builddir)/config.h
|
||||
$(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
|
||||
--header "$(top_builddir)/config.h" --filter "USE_XINERAMA" \
|
||||
-o "wmsetbg.1x" "$(srcdir)/wmsetbg.in"
|
||||
-o "wmsetbg.1" "$(srcdir)/wmsetbg.in"
|
||||
|
||||
# Create a 'silent rule' for our make check the same way automake does
|
||||
AM_V_CHKOPTS = $(am__v_CHKOPTS_$(V))
|
||||
@@ -53,39 +53,39 @@ check-local: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args
|
||||
|
||||
wmaker-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/src/wmaker" --man-page "wmaker.1x"
|
||||
--program "$(top_builddir)/src/wmaker" --man-page "wmaker.1"
|
||||
|
||||
WPrefs-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/WPrefs.app/WPrefs" --man-page "$(top_srcdir)/doc/WPrefs.1x"
|
||||
--program "$(top_builddir)/WPrefs.app/WPrefs" --man-page "$(top_srcdir)/doc/WPrefs.1"
|
||||
|
||||
wmagnify-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/util/wmagnify" --man-page "$(top_srcdir)/doc/wmagnify.1x"
|
||||
--program "$(top_builddir)/util/wmagnify" --man-page "$(top_srcdir)/doc/wmagnify.1"
|
||||
|
||||
geticonset-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/util/geticonset" --man-page "$(top_srcdir)/doc/geticonset.1x"
|
||||
--program "$(top_builddir)/util/geticonset" --man-page "$(top_srcdir)/doc/geticonset.1"
|
||||
|
||||
getstyle-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/util/getstyle" --man-page "$(top_srcdir)/doc/getstyle.1x"
|
||||
--program "$(top_builddir)/util/getstyle" --man-page "$(top_srcdir)/doc/getstyle.1"
|
||||
|
||||
seticons-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/util/seticons" --man-page "$(top_srcdir)/doc/seticons.1x"
|
||||
--program "$(top_builddir)/util/seticons" --man-page "$(top_srcdir)/doc/seticons.1"
|
||||
|
||||
setstyle-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/util/setstyle" --man-page "$(top_srcdir)/doc/setstyle.1x"
|
||||
--program "$(top_builddir)/util/setstyle" --man-page "$(top_srcdir)/doc/setstyle.1"
|
||||
|
||||
wdread-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/util/wdread" --man-page "$(top_srcdir)/doc/wdread.1x"
|
||||
--program "$(top_builddir)/util/wdread" --man-page "$(top_srcdir)/doc/wdread.1"
|
||||
|
||||
wdwrite-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/util/wdwrite" --man-page "$(top_srcdir)/doc/wdwrite.1x"
|
||||
--program "$(top_builddir)/util/wdwrite" --man-page "$(top_srcdir)/doc/wdwrite.1"
|
||||
|
||||
wmgenmenu-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
@@ -93,15 +93,15 @@ wmgenmenu-args:
|
||||
|
||||
wmsetbg-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/util/wmsetbg" --man-page "wmsetbg.1x"
|
||||
--program "$(top_builddir)/util/wmsetbg" --man-page "wmsetbg.1"
|
||||
|
||||
wxcopy-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/util/wxcopy" --man-page "$(top_srcdir)/doc/wxcopy.1x"
|
||||
--program "$(top_builddir)/util/wxcopy" --man-page "$(top_srcdir)/doc/wxcopy.1"
|
||||
|
||||
wxpaste-args:
|
||||
$(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
|
||||
--program "$(top_builddir)/util/wxpaste" --man-page "$(top_srcdir)/doc/wxpaste.1x"
|
||||
--program "$(top_builddir)/util/wxpaste" --man-page "$(top_srcdir)/doc/wxpaste.1"
|
||||
|
||||
.PHONY: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args seticons-args setstyle-args \
|
||||
wdread-args wdwrite-args wmgenmenu-args wmsetbg-args wxcopy-args wxpaste-args
|
||||
|
||||
Reference in New Issue
Block a user