From a698abb36d3ab6fa380660ffdf9863dcd47df2ff Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 10 Jan 2021 15:19:29 +0300 Subject: [PATCH] Move documentation to separate directory --- cmds.texi => doc/cmds.texi | 0 download.texi => doc/download.texi | 0 faq.texi => doc/faq.texi | 0 features.texi => doc/features.texi | 0 goredo.info.do => doc/goredo.info.do | 4 ++-- goredo.texi => doc/goredo.texi | 0 install.texi => doc/install.texi | 2 +- news.texi => doc/news.texi | 0 notes.texi => doc/notes.texi | 0 state.texi => doc/state.texi | 0 makedist.sh | 13 ++++++++----- 11 files changed, 11 insertions(+), 8 deletions(-) rename cmds.texi => doc/cmds.texi (100%) rename download.texi => doc/download.texi (100%) rename faq.texi => doc/faq.texi (100%) rename features.texi => doc/features.texi (100%) rename goredo.info.do => doc/goredo.info.do (70%) rename goredo.texi => doc/goredo.texi (100%) rename install.texi => doc/install.texi (98%) rename news.texi => doc/news.texi (100%) rename notes.texi => doc/notes.texi (100%) rename state.texi => doc/state.texi (100%) diff --git a/cmds.texi b/doc/cmds.texi similarity index 100% rename from cmds.texi rename to doc/cmds.texi diff --git a/download.texi b/doc/download.texi similarity index 100% rename from download.texi rename to doc/download.texi diff --git a/faq.texi b/doc/faq.texi similarity index 100% rename from faq.texi rename to doc/faq.texi diff --git a/features.texi b/doc/features.texi similarity index 100% rename from features.texi rename to doc/features.texi diff --git a/goredo.info.do b/doc/goredo.info.do similarity index 70% rename from goredo.info.do rename to doc/goredo.info.do index 93ac395..cd1ddde 100644 --- a/goredo.info.do +++ b/doc/goredo.info.do @@ -1,6 +1,6 @@ -redo-ifchange *.texi VERSION +redo-ifchange *.texi ../VERSION ${MAKEINFO:-makeinfo} \ - -D "VERSION `cat VERSION`" \ + -D "VERSION `cat ../VERSION`" \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ --output $3 goredo.texi diff --git a/goredo.texi b/doc/goredo.texi similarity index 100% rename from goredo.texi rename to doc/goredo.texi diff --git a/install.texi b/doc/install.texi similarity index 98% rename from install.texi rename to doc/install.texi index e8dc4b5..b25603b 100644 --- a/install.texi +++ b/doc/install.texi @@ -40,7 +40,7 @@ $ gpg --auto-key-locate wkd --locate-keys goredo at cypherpunks dot ru @end example @item -@verbatiminclude PUBKEY.asc +@verbatiminclude ../PUBKEY.asc @end itemize diff --git a/news.texi b/doc/news.texi similarity index 100% rename from news.texi rename to doc/news.texi diff --git a/notes.texi b/doc/notes.texi similarity index 100% rename from notes.texi rename to doc/notes.texi diff --git a/state.texi b/doc/state.texi similarity index 100% rename from state.texi rename to doc/state.texi diff --git a/makedist.sh b/makedist.sh index 3353af2..e891eca 100755 --- a/makedist.sh +++ b/makedist.sh @@ -13,17 +13,17 @@ redo-ifchange module-name VERSION mod_name=`cat module-name` ######################################################################## +cd doc cat > download.texi < $texi <