Fixed doc-files in autotools
IOhannes m zmölnig
9 years ago
| 0 | Description: Fixed files enumerated in Makefile.am | |
| 1 | docs_DATA lists a few files without the .txt extension | |
| 2 | Author: IOhannes m zmölnig | |
| 3 | --- | |
| 4 | This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ | |
| 5 | --- frei0r.orig/Makefile.am | |
| 6 | +++ frei0r/Makefile.am | |
| 7 | @@ -16,4 +16,4 @@ | |
| 8 | pkgconfig_DATA = frei0r.pc | |
| 9 | ||
| 10 | docsdir = ${prefix}/share/doc/${PACKAGE} | |
| 11 | -docs_DATA = README ChangeLog TODO AUTHORS | |
| 12 | +docs_DATA = README.txt ChangeLog.txt TODO.txt AUTHORS.txt |