]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - po/Makefile
Merge branch 'xfsprogs-dev'
[thirdparty/xfsprogs-dev.git] / po / Makefile
1 #
2 # Copyright (c) 2001-2003 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 POTHEAD = $(PKG_NAME).pot
9 LINGUAS = pl
10 LSRCFILES = $(LINGUAS:%=%.po)
11 LDIRT = $(POTHEAD)
12
13 XGETTEXTFILES = $(LOCALIZED_FILES)
14
15 default: $(POTHEAD) $(LINGUAS:%=%.mo)
16
17 include $(BUILDRULES)
18
19 install: default
20 $(INSTALL_LINGUAS)
21
22 install-dev install-lib: