From 35912afcdf80af8d84e4a0a1583ee2128bd4f236 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sat, 17 Dec 2016 15:10:15 -0500 Subject: [PATCH] Remove the old authors page --- .gitignore | 1 - Makefile | 13 ++----------- 2 files changed, 2 insertions(+), 12 deletions(-) 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