Codebase list frei0r / 5434fc4 debian / patches / 2-docs_DATA.patch
5434fc4

Tree @5434fc4 (Download .tar.gz)

2-docs_DATA.patch @5434fc4raw · history · blame

Description: Fixed files enumerated in Makefile.am
 docs_DATA lists a few files without the .txt extension
Author: IOhannes m zmölnig
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- frei0r.orig/Makefile.am
+++ frei0r/Makefile.am
@@ -16,4 +16,4 @@
 pkgconfig_DATA = frei0r.pc
 
 docsdir = ${prefix}/share/doc/${PACKAGE}
-docs_DATA = README ChangeLog TODO AUTHORS 
+docs_DATA = README.txt ChangeLog.txt TODO.txt AUTHORS.txt