From 3acfae37bbdc6a06cf0f959ab3158ccc5268f071 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 10 Sep 2012 22:45:33 +0900 Subject: [PATCH] examples: Add README --- examples/Makefile.am | 2 ++ examples/README.rst | 1 + 2 files changed, 3 insertions(+) create mode 100644 examples/README.rst diff --git a/examples/Makefile.am b/examples/Makefile.am index 5abecb1..2515ae9 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -33,3 +33,5 @@ noinst_PROGRAMS = spdycli spdycli_SOURCES = spdycli.c endif # ENABLE_EXAMPLES + +EXTRA_DIST = README.rst diff --git a/examples/README.rst b/examples/README.rst new file mode 100644 index 0000000..f36cdf1 --- /dev/null +++ b/examples/README.rst @@ -0,0 +1 @@ +spdycat, spdyd and shrpx were moved to ``../src``.