Makefile.am | Makefile.am | |||
---|---|---|---|---|
skipping to change at line 20 | skipping to change at line 20 | |||
DIST_SUBDIRS = lib src po tests debug | DIST_SUBDIRS = lib src po tests debug | |||
SUBDIRS = | SUBDIRS = | |||
if COND_GNULIB | if COND_GNULIB | |||
SUBDIRS += lib | SUBDIRS += lib | |||
endif | endif | |||
SUBDIRS += src po tests | SUBDIRS += src po tests | |||
if COND_DOC | ||||
dist_doc_DATA = \ | dist_doc_DATA = \ | |||
AUTHORS \ | AUTHORS \ | |||
COPYING \ | COPYING \ | |||
COPYING.GPLv2 \ | COPYING.GPLv2 \ | |||
NEWS \ | NEWS \ | |||
README \ | README \ | |||
THANKS \ | THANKS \ | |||
TODO \ | TODO \ | |||
doc/faq.txt \ | doc/faq.txt \ | |||
doc/history.txt \ | doc/history.txt \ | |||
doc/xz-file-format.txt \ | doc/xz-file-format.txt \ | |||
doc/lzma-file-format.txt | doc/lzma-file-format.txt | |||
examplesdir = $(docdir)/examples | examplesdir = $(docdir)/examples | |||
dist_examples_DATA = \ | dist_examples_DATA = \ | |||
doc/examples/00_README.txt \ | doc/examples/00_README.txt \ | |||
doc/examples/01_compress_easy.c \ | doc/examples/01_compress_easy.c \ | |||
doc/examples/02_decompress.c \ | doc/examples/02_decompress.c \ | |||
doc/examples/03_compress_custom.c \ | doc/examples/03_compress_custom.c \ | |||
doc/examples/04_compress_easy_mt.c \ | ||||
doc/examples/Makefile | doc/examples/Makefile | |||
examplesolddir = $(docdir)/examples_old | examplesolddir = $(docdir)/examples_old | |||
dist_examplesold_DATA = \ | dist_examplesold_DATA = \ | |||
doc/examples_old/xz_pipe_comp.c \ | doc/examples_old/xz_pipe_comp.c \ | |||
doc/examples_old/xz_pipe_decomp.c | doc/examples_old/xz_pipe_decomp.c | |||
endif | ||||
EXTRA_DIST = \ | EXTRA_DIST = \ | |||
extra \ | extra \ | |||
dos \ | dos \ | |||
windows \ | windows \ | |||
macosx \ | ||||
autogen.sh \ | autogen.sh \ | |||
Doxyfile.in \ | Doxyfile.in \ | |||
COPYING.GPLv2 \ | COPYING.GPLv2 \ | |||
COPYING.GPLv3 \ | COPYING.GPLv3 \ | |||
COPYING.LGPLv2.1 \ | COPYING.LGPLv2.1 \ | |||
INSTALL.generic \ | INSTALL.generic \ | |||
PACKAGERS \ | PACKAGERS \ | |||
build-aux/manconv.sh \ | build-aux/manconv.sh \ | |||
build-aux/version.sh | build-aux/version.sh | |||
End of changes. 4 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |