Codebase list frei0r / 85cab64
Fixed doc-files in autotools IOhannes m zmölnig 9 years ago
2 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
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
00 1-AM_INIT_AUTOMAKE.patch
1 2-docs_DATA.patch
12 1-build-doc.patch
23 1-fix-spelling.patch