mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-22 13:35:03 +02:00
Fixed #396.
Added Doxyfile to the distribution package. Generated ChangeLog as a copy of CHANGELOG.md.
This commit is contained in:
parent
42e332bb8c
commit
892fa8c2bd
@ -1,6 +1,7 @@
|
||||
SUBDIRS = src test
|
||||
|
||||
DOC_FILES = \
|
||||
Doxyfile \
|
||||
README.md \
|
||||
LICENSE_1_0.txt \
|
||||
NOTICE \
|
||||
|
@ -34,7 +34,7 @@ fi
|
||||
mkdir -p ac
|
||||
test -f AUTHORS || touch AUTHORS
|
||||
test -f COPYING || touch COPYING
|
||||
test -f ChangeLog || touch ChangeLog
|
||||
test -f ChangeLog || cp -f CHANGELOG.md ChangeLog
|
||||
test -f NEWS || touch NEWS
|
||||
test -f NOTICE || touch NOTICE
|
||||
test -f README || cp -f README.md README
|
||||
|
Loading…
x
Reference in New Issue
Block a user