summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/ghb.spec2
-rw-r--r--pkg/linux/debian/docs10
-rw-r--r--pkg/module.defs10
3 files changed, 12 insertions, 10 deletions
diff --git a/gtk/ghb.spec b/gtk/ghb.spec
index b5583fb91..06faafec2 100644
--- a/gtk/ghb.spec
+++ b/gtk/ghb.spec
@@ -71,7 +71,7 @@ fi
%files gui -f ghb.lang
%defattr(-,root,root,-)
-%doc NEWS AUTHORS CREDITS THANKS COPYING
+%doc README.markdown NEWS.markdown AUTHORS.markdown THANKS.markdown COPYING LICENSE
%{_datadir}/icons/hicolor
%{_datadir}/applications
%{_bindir}/ghb
diff --git a/pkg/linux/debian/docs b/pkg/linux/debian/docs
index d65e594c8..0cf3c013f 100644
--- a/pkg/linux/debian/docs
+++ b/pkg/linux/debian/docs
@@ -1,4 +1,6 @@
-NEWS
-AUTHORS
-CREDITS
-THANKS
+NEWS.markdown
+AUTHORS.markdown
+THANKS.markdown
+README.markdown
+COPYING
+LICENSE
diff --git a/pkg/module.defs b/pkg/module.defs
index ad0f24411..67e2b14a3 100644
--- a/pkg/module.defs
+++ b/pkg/module.defs
@@ -14,12 +14,12 @@ STAGE.out.src/ = $(STAGE.out/)src/
define STAGE.doc
$(MKDIR.exe) -p $(1)doc
- $(CP.exe) $(SRC/)AUTHORS $(1)doc
+ $(CP.exe) $(SRC/)THANKS.markdown $(1)doc
+ $(CP.exe) $(SRC/)README.markdown $(1)doc
+ $(CP.exe) $(SRC/)NEWS.markdown $(1)doc
+ $(CP.exe) $(SRC/)AUTHORS.markdown $(1)doc
$(CP.exe) $(SRC/)COPYING $(1)doc
- $(CP.exe) $(SRC/)CREDITS $(1)doc
- $(CP.exe) $(SRC/)NEWS $(1)doc
- $(CP.exe) $(SRC/)THANKS $(1)doc
- $(CP.exe) $(SRC/)TRANSLATIONS $(1)doc
+ $(CP.exe) $(SRC/)LICENSE $(1)doc
endef
###############################################################################