From f72a1ea7a23751c78309533d96802d1142b27f7f Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Wed, 19 Oct 2011 13:11:44 +0200 Subject: [PATCH] Try to be a better Github citizen - Add a README file to the gh-pages branch. --- Makefile | 1 + html-template/README | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 html-template/README diff --git a/Makefile b/Makefile index 071e24e..1a726ad 100644 --- a/Makefile +++ b/Makefile @@ -173,6 +173,7 @@ gh-publish: gh-pages/$(CLQR).tar.gz \ gh-pages/404.html \ gh-pages/CNAME \ + gh-pages/README \ gh-pages/download.html \ gh-pages/favicon.ico \ gh-pages/index.html \ diff --git a/html-template/README b/html-template/README new file mode 100644 index 0000000..c0fc635 --- /dev/null +++ b/html-template/README @@ -0,0 +1,9 @@ +If you are reading this on github.com/trebb/clqr you probably want to +switch to the master branch. This branch (gh-pages) only exists to +populate the project homepage, http://clqr.boundp.org. + +Common Lisp Quick Reference is a free booklet with short descriptions +of the thousand or so symbols defined in the ANSI standard. + +Visit http://clqr.boundp.org/ for the latest revision including +ready-made pdfs. -- 2.11.4.GIT