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