| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |