Codebase list frei0r / 977b2f4 debian / patches / docs_DATA.patch
977b2f4

Tree @977b2f4 (Download .tar.gz)

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