diff options
author | P. J. McDermott <pjm@nac.net> | 2012-02-13 23:57:18 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-02-13 23:57:18 (EST) |
commit | b308b59abcf8b37433335e2915a2ab5c6679847e (patch) | |
tree | 0da13d65d4c5cb56fb57283ba6c96b6a7fcaed42 /Makefile.in | |
parent | 0bc98638e6378bdb3b210e1fec2cf82b47fe3e8c (diff) |
Add 'ChangeLog' to distributed files.opkhelper-0.1.0
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fa591d4..5289caf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,7 +31,8 @@ PACKAGE = @package@ VERSION = @version@ distdir = $(PACKAGE)-$(VERSION) -distfiles = configure Makefile.in COPYING README INSTALL TODO genopkg.sh +distfiles = configure Makefile.in COPYING README INSTALL ChangeLog TODO \ + genopkg.sh .SUFFIXES: |