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