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