Remove the old authors page

This commit is contained in:
Emmanuel Lepage Vallee 2016-12-17 15:10:15 -05:00
parent e0bd16d2c3
commit 35912afcdf
2 changed files with 2 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
html
.ikiwiki
authors.mdwn

View File

@ -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 '<pre>' >> authors.mdwn
git --git-dir=src/.git shortlog -n -s | head -n 10 | column -x -c 80 >> authors.mdwn
echo '</pre>' >> authors.mdwn
echo '## Contributors' >> authors.mdwn
echo '<pre>' >> authors.mdwn
git --git-dir=src/.git shortlog -n -s | tail -n +11 | column -x -c 80 >> authors.mdwn
echo '</pre>' >> 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