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

Side by Side Diff: third_party/libxslt/src/Makefile.am

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « third_party/libxslt/src/INSTALL ('k') | third_party/libxslt/src/Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 SUBDIRS = \ 1 SUBDIRS = \
2 libxslt \ 2 libxslt \
3 libexslt \ 3 libexslt \
4 xsltproc \ 4 xsltproc \
5 doc \ 5 doc \
6 $(PYTHON_SUBDIR) \ 6 $(PYTHON_SUBDIR) \
7 tests 7 tests
8 8
9 DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests 9 DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests
10 10
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 rpm: cleantar 68 rpm: cleantar
69 @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz) 69 @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
70 70
71 71
72 pkgconfigdir=$(libdir)/pkgconfig 72 pkgconfigdir=$(libdir)/pkgconfig
73 pkgconfig_DATA = libxslt.pc libexslt.pc 73 pkgconfig_DATA = libxslt.pc libexslt.pc
74 74
75 m4datadir = $(datadir)/aclocal 75 m4datadir = $(datadir)/aclocal
76 m4data_DATA = libxslt.m4 76 m4data_DATA = libxslt.m4
77 77
OLDNEW
« no previous file with comments | « third_party/libxslt/src/INSTALL ('k') | third_party/libxslt/src/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698