mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-22 21:40:04 +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
|
SUBDIRS = src test
|
||||||
|
|
||||||
DOC_FILES = \
|
DOC_FILES = \
|
||||||
|
Doxyfile \
|
||||||
README.md \
|
README.md \
|
||||||
LICENSE_1_0.txt \
|
LICENSE_1_0.txt \
|
||||||
NOTICE \
|
NOTICE \
|
||||||
|
@ -34,7 +34,7 @@ fi
|
|||||||
mkdir -p ac
|
mkdir -p ac
|
||||||
test -f AUTHORS || touch AUTHORS
|
test -f AUTHORS || touch AUTHORS
|
||||||
test -f COPYING || touch COPYING
|
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 NEWS || touch NEWS
|
||||||
test -f NOTICE || touch NOTICE
|
test -f NOTICE || touch NOTICE
|
||||||
test -f README || cp -f README.md README
|
test -f README || cp -f README.md README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user