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:
parent
178996f770
commit
c0273979de
1
Makefile
1
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue