Install a moduli(5) manual page.
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / src / backend / lua / Makefile
1 # BSD Makefile for dfuibe_lua.
2 # $Id: Makefile,v 1.42 2005/04/05 20:53:46 cpressey Exp $
3
4 PACKAGE=        dfuibe_lua
5
6 .if defined(WITH_NLS)
7 LOCALEDIR=      /usr/local/share/locale
8 LANGUAGES=      ru
9 .endif
10
11 all:
12         @echo "No building required."
13
14 # XXX this will probably be a little nightmarish to do right...
15 in_cvs: all
16
17 clean:
18         rm -rf so/*.so po/*.mo
19
20 pot:
21         cat `find . -name '*.lua' ! -regex '\./scripts/test/main.lua'` | \
22             sed 's|\-\-|//|' | sed 's/\.\.//' | \
23             xgettext -s -C --no-location --keyword=_ -o po/${PACKAGE}.pot -