Generate a html/CNAME file

This file is needed in the awesomeWM.github.io repository so that the
web page works correctly.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-12-26 09:38:49 +01:00
parent 178996f770
commit c0273979de
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ output:
ikiwiki $(CURDIR) html -v --wikiname about --plugin=goodstuff \ ikiwiki $(CURDIR) html -v --wikiname about --plugin=goodstuff \
--templatedir=templates \ --templatedir=templates \
--exclude=html --exclude=Makefile --exclude=README.md --exclude=html --exclude=Makefile --exclude=README.md
echo awesomewm.org > html/CNAME
ldoc: ldoc:
rm -f src/build rm -f src/build