Commit 7e5951675e52847e4f86c6121ccc8c5fa245bfd3
1 parent
b713de92
Move MIGRATION and README.md to dist_doc_DATA target
Showing
1 changed file
with
3 additions
and
2 deletions
Makefile.am
| 1 | -EXTRA_DIST = MIGRATION README.md | |
| 2 | 1 | CLEANFILES = |
| 3 | 2 | ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |
| 4 | 3 | AM_MAKEFLAGS = --no-print-directory |
| 5 | 4 | |
| 6 | 5 | pkgconfigdir = $(libdir)/pkgconfig |
| 7 | 6 | pkgconfig_DATA = libmodbus.pc |
| 8 | -EXTRA_DIST += libmodbus.pc.in | |
| 7 | +EXTRA_DIST = libmodbus.pc.in | |
| 9 | 8 | CLEANFILES += libmodbus.pc |
| 10 | 9 | |
| 10 | +dist_doc_DATA = MIGRATION README.md | |
| 11 | + | |
| 11 | 12 | SUBDIRS = src tests doc | ... | ... |