WINGs/wrlib: Remove deprecated get-*-flags scripts.
[wmaker-crm.git] / doc / Makefile.am
blobcd6140630e39b95a5a920ce44c88d63120af7c3f
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = build @MANLANGDIRS@
4 DIST_SUBDIRS = build cs ru sk
6 dist_man_MANS = \
7         geticonset.1 \
8         getstyle.1 \
9         seticons.1 \
10         setstyle.1 \
11         upgrade-windowmaker-defaults.8 \
12         wdread.1 \
13         wdwrite.1 \
14         WindowMaker.1 \
15         wmagnify.1 \
16         wmgenmenu.1 \
17         wmiv.1 \
18         wmmenugen.1 \
19         WPrefs.1 \
20         wxcopy.1 \
21         wxpaste.1
23 man_MANS = \
24         wmaker.1 \
25         wmsetbg.1
27 MOSTLYCLEANFILES = wmaker.1 wmsetbg.1
29 EXTRA_DIST = wmaker.in wmsetbg.in
31 wmaker.1: wmaker.in Makefile $(top_builddir)/config.h
32         $(AM_V_GEN)$(top_srcdir)/script/replace-ac-keywords.sh \
33                 --header "$(top_builddir)/config.h" --filter "HAVE_INOTIFY" \
34                 --filter "USE_ICCCM_WMREPLACE" \
35                 -D"pkgdatadir=$(pkgdatadir)" --replace "pkgdatadir" \
36                 -D"defsdatadir=$(defsdatadir)" --replace "defsdatadir" \
37                 -o "wmaker.1"  "$(srcdir)/wmaker.in"
39 wmsetbg.1: 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.1"  "$(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 wmiv-args wmmenugen-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.1"
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.1"
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.1"
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.1"
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.1"
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.1"
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.1"
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.1"
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.1"
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 wmiv-args:
94         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
95                 --program "$(top_builddir)/util/wmiv" --man-page "$(top_srcdir)/doc/wmiv.1"
97 wmmenugen-args:
98         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
99                 --program "$(top_builddir)/util/wmmenugen" --man-page "$(top_srcdir)/doc/wmmenugen.1"
101 wmsetbg-args:
102         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
103                 --program "$(top_builddir)/util/wmsetbg" --man-page "wmsetbg.1"
105 wxcopy-args:
106         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
107                 --program "$(top_builddir)/util/wxcopy" --man-page "$(top_srcdir)/doc/wxcopy.1"
109 wxpaste-args:
110         $(AM_V_CHKOPTS)$(top_srcdir)/script/check-cmdline-options-doc.sh \
111                 --program "$(top_builddir)/util/wxpaste" --man-page "$(top_srcdir)/doc/wxpaste.1"
113 .PHONY: wmaker-args WPrefs-args wmagnify-args geticonset-args getstyle-args seticons-args setstyle-args \
114         wdread-args wdwrite-args wmgenmenu-args wmiv-args wmmenugen-args wmsetbg-args wxcopy-args wxpaste-args