less clutter in documentation

- distribute HTML documentation in master branch
- use MD files in project directories for GitHub
- removed some unused autotools files
This commit is contained in:
Frank Morgner
2016-10-08 01:12:09 +02:00
parent 1a86f1ebe0
commit d1cd0ea379
46 changed files with 108 additions and 18021 deletions

View File

@@ -1,15 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src doc npa-example-data MacOSX
EXTRA_DIST = test_vicc_with_npa-tool.sh test_vicc_with_handler_test.sh
distcheck-hook:
test -d .svn && \
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|| true
test -d ../.git && \
git log --pretty --numstat --summary . | git2cl > ChangeLog \
|| true
EXTRA_DIST = test_vicc_with_npa-tool.sh test_vicc_with_handler_test.sh docs
osx:
$(MAKE) -C MacOSX $@