ikiwiki: --url is not required, since we are not using --rss / blogs (#17)

Ref: https://github.com/awesomeWM/awesome-www/pull/12#issuecomment-219466960.
This commit is contained in:
Daniel Hahler 2016-05-16 18:22:54 +02:00
parent 70c31115a8
commit 40b0f6e69f
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ HOME:=/dev/null
all: output ldoc changelogs manpages all: output ldoc changelogs manpages
output: authors.mdwn output: authors.mdwn
ikiwiki $(CURDIR) html -v --wikiname about --plugin=goodstuff --templatedir=templates \ ikiwiki $(CURDIR) html -v --wikiname about --plugin=goodstuff \
--exclude=html --exclude=Makefile --rss --url https://awesomewm.org/ --templatedir=templates --exclude=html --exclude=Makefile
authors.mdwn: authors.mdwn:
echo '## Primary' > authors.mdwn echo '## Primary' > authors.mdwn