Revert "Add a README for the apidoc repository (#1324)"

The README is in the apidoc repo by now, and how this was done here
makes it being removed and added all the time (for the
relevant/boilerplate splitting).

This reverts commit 4f1e502c26.
This commit is contained in:
Daniel Hahler 2017-01-10 18:14:52 +01:00
parent 5616fe5f48
commit 1f8309f1ff
1 changed files with 0 additions and 14 deletions

View File

@ -61,20 +61,6 @@ diff -Nur . ../doc -I "Last updated" -I "<strong>Release</strong>:" \
-I "<h2>API documentation for awesome, a highly configurable X window manager (version .*)\.</h2>" \
-x .git | patch -p1
# Create the readme
cat > README.md <<END
# Awesome API documentation
This repository contains the built API documentation for the
[awesome](https://github.com/awesomeWM/awesome) window manager. It is
automatically updated via Travis when the master branch changes. Hence:
## Do NOT send pull requests here
Instead, please update the source code of
[awesome](https://github.com/awesomeWM/awesome) instead.
END
git add --all .
if git diff --cached --exit-code --quiet; then
echo "Documentation has not changed."