about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-23 16:25:57 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-23 16:26:47 -0800
commitaf97f65ef9968f3f365b85e262965b5fd3c6776c (patch)
tree248a743b1e511891a1265c1139e7aebd525f79dc /GNUmakefile
parent76e4b6e72d717b69843f4c43665bb0c55ac58eea (diff)
downloadruby_posix_mq-af97f65ef9968f3f365b85e262965b5fd3c6776c.tar.gz
For completeness, the LGPLv3 remains the preferred license.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1e32d51..5c9d1ae 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -27,5 +27,6 @@ man html:
 pkg_extra += $(man1_paths)
 
 doc::
+        install -m644 COPYING-GPL2 doc/COPYING-GPL2
         $(RM) $(man1_rdoc)
 .PHONY: man html