aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorAndre Heider2009-06-18 18:40:38 +0000
committerAndre Heider2009-06-18 18:40:38 +0000
commit0324f20e392a7a536471fc44fad2a3e081c3ef12 (patch)
tree0392fcac8a1dfc20cbeb2c326a72bfc3b76e9c84 /Makefile.common
parentab3d3ae1cf16c3573811dd9ace80658a47118919 (diff)
downloadscummvm-rg350-0324f20e392a7a536471fc44fad2a3e081c3ef12.tar.gz
scummvm-rg350-0324f20e392a7a536471fc44fad2a3e081c3ef12.tar.bz2
scummvm-rg350-0324f20e392a7a536471fc44fad2a3e081c3ef12.zip
added DIST_FILES_DOCS to Makefile.common, used by some dist targets now, incl. OSX bundles.
svn-id: r41639
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index c081e2beb3..777b7b0b57 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -207,6 +207,8 @@ dist-src: \
@#RPM-src?
@#DEB-src?
+# Common files
+DIST_FILES_DOCS:=$(addprefix $(srcdir)/,AUTHORS COPYING COPYING.LGPL COPYRIGHT NEWS README)
# Themes files
DIST_FILES_THEMES:=$(addprefix $(srcdir)/gui/themes/,scummmodern.zip)