From dff585795bc84ea6ebcd2f70a0a7fecbeed0aff5 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 23 May 2017 10:02:40 +0200 Subject: [PATCH] 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 --- Makefile | 4 +++- README.for_webpage.md | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 README.for_webpage.md diff --git a/Makefile b/Makefile index 4d0ab19..a72ca3c 100644 --- a/Makefile +++ b/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 diff --git a/README.for_webpage.md b/README.for_webpage.md new file mode 100644 index 0000000..207f2c0 --- /dev/null +++ b/README.for_webpage.md @@ -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.