Fix CursorMove command to correctly honour EdgeScroll settings.
[fvwm.git] / modules / FvwmWindowMenu / Makefile.am
blob99dff333d60aa92b74333504116b598cc09e8c7f
1 ## Process this file with automake to create Makefile.in
3 moduledir = @FVWM_MODULEDIR@
5 module_SCRIPTS = FvwmWindowMenu
7 EXTRA_DIST = $(man_MANS)
8 man_MANS = FvwmWindowMenu.1
10 _FvwmWindowMenu.1: FvwmWindowMenu
11         pod2man --center "Fvwm Modules" --release "@VERSION@@VERSIONINFO@" \
12                 --name FvwmWindowMenu FvwmWindowMenu >FvwmWindowMenu.1
14 regenerate: _FvwmWindowMenu.1