wmaker: remove useless null pointer check (Coverity #109612)
[wmaker-crm.git] / doc / Makefile.am
blobfff203fa1a43b3cceaa1695cab9a01e431d68d3f
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = build sk cs ru
5 dist_man_MANS = \
6         geticonset.1x \
7         getstyle.1x \
8         get-wings-flags.1 \
9         get-wraster-flags.1 \
10         get-wutil-flags.1 \
11         seticons.1x \
12         setstyle.1x \
13         upgrade-windowmaker-defaults.8 \
14         wdread.1x \
15         wdwrite.1x \
16         WindowMaker.1x \
17         wmagnify.1x \
18         wmgenmenu.1 \
19         wmmenugen.1 \
20         WPrefs.1x \
21         wxcopy.1x \
22         wxpaste.1x
24 man_MANS = \
25         wmaker.1x \
26         wmsetbg.1x
28 MOSTLYCLEANFILES = wmaker.1x wmsetbg.1x
30 EXTRA_DIST = wmaker.in wmsetbg.in
32 wmaker.1x: wmaker.in Makefile $(top_builddir)/config.h
33         $(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
34                 --header "$(top_builddir)/config.h" --filter "HAVE_INOTIFY" \
35                 -D"sysconfdir=$(sysconfdir)" --replace "sysconfdir" \
36                 -D"pkgdatadir=$(pkgdatadir)" --replace "pkgdatadir" \
37                 -o "wmaker.1x"  "$(srcdir)/wmaker.in"
39 wmsetbg.1x: wmsetbg.in Makefile $(top_builddir)/config.h
40         $(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
41                 --header "$(top_builddir)/config.h" --filter "USE_XINERAMA" \
42                 -o "wmsetbg.1x"  "$(srcdir)/wmsetbg.in"
44 # Create a 'silent rule' for our make check the same way automake does
45 AM_V_CHKOPTS = $(am__v_CHKOPTS_$(V))
46 am__v_CHKOPTS_  = $(am__v_CHKOPTS_$(AM_DEFAULT_VERBOSITY))
47 am__v_CHKOPTS_0 = @echo "  CHK      $@" ;
48 am__v_CHKOPTS_1 =
50 check-local: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args seticons-args setstyle-args \
51         wdread-args wdwrite-args wmgenmenu-args wmsetbg-args wxcopy-args wxpaste-args
53 wmaker-args:
54         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
55                 --program "$(top_builddir)/src/wmaker" --man-page "wmaker.1x"
57 WPrefs-args:
58         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
59                 --program "$(top_builddir)/WPrefs.app/WPrefs" --man-page "$(top_srcdir)/doc/WPrefs.1x"
61 wmagnify-args:
62         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
63                 --program "$(top_builddir)/util/wmagnify" --man-page "$(top_srcdir)/doc/wmagnify.1x"
65 geticonset-args:
66         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
67                 --program "$(top_builddir)/util/geticonset" --man-page "$(top_srcdir)/doc/geticonset.1x"
69 getstyle-args:
70         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
71                 --program "$(top_builddir)/util/getstyle" --man-page "$(top_srcdir)/doc/getstyle.1x"
73 seticons-args:
74         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
75                 --program "$(top_builddir)/util/seticons" --man-page "$(top_srcdir)/doc/seticons.1x"
77 setstyle-args:
78         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
79                 --program "$(top_builddir)/util/setstyle" --man-page "$(top_srcdir)/doc/setstyle.1x"
81 wdread-args:
82         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
83                 --program "$(top_builddir)/util/wdread" --man-page "$(top_srcdir)/doc/wdread.1x"
85 wdwrite-args:
86         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
87                 --program "$(top_builddir)/util/wdwrite" --man-page "$(top_srcdir)/doc/wdwrite.1x"
89 wmgenmenu-args:
90         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
91                 --program "$(top_builddir)/util/wmgenmenu" --man-page "$(top_srcdir)/doc/wmgenmenu.1"
93 wmsetbg-args:
94         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
95                 --program "$(top_builddir)/util/wmsetbg" --man-page "wmsetbg.1x"
97 wxcopy-args:
98         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
99                 --program "$(top_builddir)/util/wxcopy" --man-page "$(top_srcdir)/doc/wxcopy.1x"
101 wxpaste-args:
102         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
103                 --program "$(top_builddir)/util/wxpaste" --man-page "$(top_srcdir)/doc/wxpaste.1x"
105 .PHONY: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args seticons-args setstyle-args \
106         wdread-args wdwrite-args wmgenmenu-args wmsetbg-args wxcopy-args wxpaste-args