From 17123cd0e0adaea2d46867dbcb2114ccacebf583 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 29 Sep 2019 17:05:13 -0400 Subject: [PATCH] Add contributing document. Convert internals to asciidoc format. Part of last commit. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 717d19abd..baad8e9be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -126,13 +126,13 @@ DISTFILES_INC = $(INFOS) .gitignore \ bin/verilator_includer \ bin/verilator_profcfunc \ docs/.gitignore \ - docs/CONTRIBUTING.md \ + docs/CONTRIBUTING.adoc \ docs/CONTRIBUTORS \ - docs/INTERNALS.md \ docs/Makefile.in \ docs/TODO \ docs/doxygen-mainpage \ docs/doxygen.config \ + docs/internals.adoc \ docs/verilator_logo.png \ install-sh configure *.pod \ include/*.[chv]* \