Add a README.md to the generated web page repo (#94)

Fixes: https://github.com/awesomeWM/awesomeWM.github.io/issues/4
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-05-23 10:02:40 +02:00 committed by Daniel Hahler
parent 321920de9a
commit dff585795b
2 changed files with 9 additions and 1 deletions

View File

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

6
README.for_webpage.md Normal file
View File

@ -0,0 +1,6 @@
# DO NOT EDIT
This repository contains the generated version of the web page for the [awesome
window manager](https://awesomewm.org/). All pull requests to this repository
will be ignored. Instead, please send suggestions for changes to the
[awesome-www repository](https://github.com/awesomeWM/awesome-www) instead.