Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: Makefile.am

Issue 12568011: Update XZ Utils to 5.0.4 (third_party) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « INSTALL ('k') | NEWS » ('j') | README.chromium » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.am
===================================================================
--- Makefile.am (revision 87706)
+++ Makefile.am (working copy)
@@ -5,6 +5,9 @@
## You can do whatever you want with this file.
##
+# Use -n to prevent gzip from adding a timestamp to the .gz headers.
+GZIP_ENV = -9n
+
DIST_SUBDIRS = lib src po tests debug
SUBDIRS =
@@ -29,9 +32,17 @@
examplesdir = $(docdir)/examples
dist_examples_DATA = \
- doc/examples/xz_pipe_comp.c \
- doc/examples/xz_pipe_decomp.c
+ doc/examples/00_README.txt \
+ doc/examples/01_compress_easy.c \
+ doc/examples/02_decompress.c \
+ doc/examples/03_compress_custom.c \
+ doc/examples/Makefile
+examplesolddir = $(docdir)/examples_old
+dist_examplesold_DATA = \
+ doc/examples_old/xz_pipe_comp.c \
+ doc/examples_old/xz_pipe_decomp.c
+
EXTRA_DIST = \
extra \
dos \
« no previous file with comments | « INSTALL ('k') | NEWS » ('j') | README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698