summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-02-13 22:56:45 +0000
committerAlasdair Kergon <agk@redhat.com>2004-02-13 22:56:45 +0000
commit69792976e44ae1178a99a03a34f75040c95a45d7 (patch)
tree34d2f3f5a16c21a16b26eb0ff23397a0d2194683 /include
parent08c419da66dcd2b395f165ddaa877d078bd8d507 (diff)
downloadlvm2-69792976e44ae1178a99a03a34f75040c95a45d7.tar.gz
lvm2-69792976e44ae1178a99a03a34f75040c95a45d7.tar.xz
lvm2-69792976e44ae1178a99a03a34f75040c95a45d7.zip
Basic internationalisation support.
Diffstat (limited to 'include')
-rw-r--r--include/.symlinks2
-rw-r--r--include/Makefile.in4
2 files changed, 5 insertions, 1 deletions
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