From 892fa8c2bda2783aaf364cf53af2546bd28fe144 Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Mon, 11 Jan 2016 08:57:00 +0900 Subject: [PATCH] Fixed #396. Added Doxyfile to the distribution package. Generated ChangeLog as a copy of CHANGELOG.md. --- Makefile.am | 1 + bootstrap | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index afc28028..66bf2171 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = src test DOC_FILES = \ + Doxyfile \ README.md \ LICENSE_1_0.txt \ NOTICE \ diff --git a/bootstrap b/bootstrap index 28c62cd8..a63be404 100755 --- a/bootstrap +++ b/bootstrap @@ -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