diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-20 13:14:49 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-20 13:14:49 (EDT) |
commit | 7297a7ea95bf9b444233592e2ee12ac8104fc30f (patch) | |
tree | ac038f8d9f021c430425e87e44371df4a308dd70 | |
parent | eb73703f17c8763eed28af56cb10b280cbb86f18 (diff) |
Distribute both COPYING.2 and COPYING.3.
This change was present in opkbuild 3.0.0-alpha2; I just forgot to
commit it into the repository...
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 62ec3fd..7fe3253 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,7 +48,8 @@ MACROS = \ 'opkhelper_3_0=$(opkhelper_3_0)' distdir = $(package_name)-$(package_version) -distfiles = configure Makefile.in COPYING README INSTALL ChangeLog TODO +distfiles = configure Makefile.in COPYING.2 COPYING.3 \ + README INSTALL ChangeLog TODO .SUFFIXES: |