Codebase list frei0r / a9f1131 debian / patches / docs_DATA.patch
a9f1131

Tree @a9f1131 (Download .tar.gz)

docs_DATA.patch @a9f1131raw · 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