From 4e2b8c63eab68ac512e7a3ded08f6551903591a8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 31 Jan 2017 11:47:53 +0300 Subject: [PATCH] Plaintext INSTALL --- INSTALL | 1 - doc/integrity.texi | 3 --- makedist.sh | 4 ++-- news.sh | 14 -------------- news_and_install.sh | 27 +++++++++++++++++++++++++++ 5 files changed, 29 insertions(+), 20 deletions(-) delete mode 120000 INSTALL delete mode 100755 news.sh create mode 100755 news_and_install.sh diff --git a/INSTALL b/INSTALL deleted file mode 120000 index a4292cb..0000000 --- a/INSTALL +++ /dev/null @@ -1 +0,0 @@ -doc/install.texi \ No newline at end of file diff --git a/doc/integrity.texi b/doc/integrity.texi index baa8765..a88f1b2 100644 --- a/doc/integrity.texi +++ b/doc/integrity.texi @@ -18,9 +18,6 @@ uid NNCP releases @itemize -@item This website @ref{Contacts, alternates} and maillist containing -public key fingerprint. - @item @verbatim % gpg --keyserver hkp://keys.gnupg.net/ --recv-keys 0x2B25868E75A1A953 diff --git a/makedist.sh b/makedist.sh index 552920b..f6a8f0e 100755 --- a/makedist.sh +++ b/makedist.sh @@ -71,8 +71,8 @@ You can obtain releases source code prepared tarballs on @url{http://www.nncpgo.org/}. EOF make -C doc -./news.sh -rm -r doc/.well-known doc/nncp.html/.well-known news.sh +./news_and_install.sh +rm -r doc/.well-known doc/nncp.html/.well-known news_and_install.sh find . -name .git -type d | xargs rm -fr find . -name .gitignore -delete diff --git a/news.sh b/news.sh deleted file mode 100755 index 78e9e00..0000000 --- a/news.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -texi=`mktemp` -cat > $texi < $texi < $texi <