From 69792976e44ae1178a99a03a34f75040c95a45d7 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 13 Feb 2004 22:56:45 +0000 Subject: Basic internationalisation support. --- include/.symlinks | 2 ++ include/Makefile.in | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/.symlinks b/include/.symlinks index 51faa275..b1cee550 100644 --- a/include/.symlinks +++ b/include/.symlinks @@ -30,6 +30,7 @@ ../lib/mm/pool.h ../lib/mm/xlate.h ../lib/misc/crc.h +../lib/misc/intl.h ../lib/misc/lib.h ../lib/misc/lvm-file.h ../lib/misc/lvm-string.h @@ -37,3 +38,4 @@ ../lib/regex/matcher.h ../lib/report/report.h ../lib/uuid/uuid.h +../po/pogen.h diff --git a/include/Makefile.in b/include/Makefile.in index 6d641270..2a64b35b 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -35,9 +35,11 @@ distclean: find . -maxdepth 1 -type l -exec $(RM) \{\} \; $(RM) Makefile .include_symlinks .symlinks_created +pofile: all + clean: install: -.PHONY: clean distclean all install +.PHONY: clean distclean all install pofile -- cgit