diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-11-19 23:52:24 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-11-19 23:52:24 +0200 |
commit | 1880a3927b23f265f63b2adb86fbdb81ea09eb06 (patch) | |
tree | 2fe1b65d21f81b28f46eb707378d97f553e99ee1 /po | |
parent | Oh well, big messy commit again. Some highlights: (diff) | |
download | xz-1880a3927b23f265f63b2adb86fbdb81ea09eb06.tar.xz |
Renamed lzma to xz and lzmadec to xzdec. We create symlinks
lzma, unlzma, and lzcat in "make install" for backwards
compatibility with LZMA Utils 4.32.x; I'm not sure if this
should be the default though.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 72f744a9..4d1299a3 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,13 +1,10 @@ # List of source files which contain translatable strings. -src/lzma/help.c -src/lzma/alloc.c -src/lzma/args.c -src/lzma/error.c -src/lzma/io.c -src/lzma/list.c -src/lzma/main.c -src/lzma/options.c -src/lzma/process.c -src/lzma/suffix.c -src/lzma/util.c -lib/getopt.c +src/xz/args.c +src/xz/hardware.c +src/xz/io.c +src/xz/main.c +src/xz/message.c +src/xz/options.c +src/xz/process.c +src/xz/suffix.c +src/xz/util.c |