From: Sergey Matveev Date: Sun, 10 Jan 2021 12:19:29 +0000 (+0300) Subject: Move documentation to separate directory X-Git-Tag: v0.11.0~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=commitdiff_plain;h=a698abb36d3ab6fa380660ffdf9863dcd47df2ff Move documentation to separate directory --- 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 <