diff --git a/.gitignore b/.gitignore index 27c839c..4e124df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ html .ikiwiki -authors.mdwn diff --git a/Makefile b/Makefile index e31654d..e0d95b4 100644 --- a/Makefile +++ b/Makefile @@ -4,20 +4,11 @@ HOME:=/dev/null all: output ldoc changelogs manpages -output: authors.mdwn +output: ikiwiki $(CURDIR) html -v --wikiname about --plugin=goodstuff \ --templatedir=templates \ --exclude=html --exclude=Makefile --exclude=README.md -authors.mdwn: - echo '## Primary' > authors.mdwn - echo '
' >> authors.mdwn - git --git-dir=src/.git shortlog -n -s | head -n 10 | column -x -c 80 >> authors.mdwn - echo '' >> authors.mdwn - echo '## Contributors' >> authors.mdwn - echo '
' >> authors.mdwn - git --git-dir=src/.git shortlog -n -s | tail -n +11 | column -x -c 80 >> authors.mdwn - echo '' >> authors.mdwn ldoc: rm -f src/build HOME=$(OLD_HOME) make -C src build cmake ldoc @@ -48,4 +39,4 @@ build_for_travis: all rsync -PaOvz --chmod=u=rwX,g=rwX,o=rX,Dg+s /usr/share/asciidoc/icons \ $${BUILD_WEB}/doc/manpages/icons -.PHONY: authors.mdwn changelogs manpages +.PHONY: changelogs manpages