From b2d2b84c81aa4822a85ebdbdaed9cb9588f5df88 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 9 Feb 2016 09:12:46 -0500 Subject: [PATCH] doc-files neaten --- doc/content-for-reference.html | 2 +- doc/{ => data}/subcommand-example.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/{ => data}/subcommand-example.txt (100%) diff --git a/doc/content-for-reference.html b/doc/content-for-reference.html index 2b3ba669e..b61efbf08 100644 --- a/doc/content-for-reference.html +++ b/doc/content-for-reference.html @@ -6,7 +6,7 @@ POKI_PUT_TOC_HERE Whereas the Unix toolkit is made of the separate executables cat, tail, cut, sort, etc., Miller has subcommands, invoked as follows: -POKI_INCLUDE_ESCAPED(subcommand-example.txt)HERE +POKI_INCLUDE_ESCAPED(data/subcommand-example.txt)HERE

These falls into categories as follows: diff --git a/doc/subcommand-example.txt b/doc/data/subcommand-example.txt similarity index 100% rename from doc/subcommand-example.txt rename to doc/data/subcommand-example.txt