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:
parent
321920de9a
commit
dff585795b
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue