From: Lyndon Nerenberg Date: Thu, 9 Oct 2014 02:13:19 +0000 (-0700) Subject: Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/611897cb02e5179407358dd239b6a734fe66b77b?hp=edccf71caebd3979a2eef7993624ccc7dbf0691a Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh --- diff --git a/Makefile.am b/Makefile.am index 37139200..af0c66a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,7 +119,7 @@ clean-local: ## ## Stuff that should be cleaned via "make maintainer-clean" ## -MAINTAINERCLEANFILES = cscope.files cscope.out cscope.in.out cscope.po.out *.plist +MAINTAINERCLEANFILES = atags cscope.files cscope.out cscope.in.out cscope.po.out *.plist ## ## And our own superclean, to get everything left by maintainer-clean. diff --git a/docs/contrib/build_nmh b/docs/contrib/build_nmh index ba421bf3..499fadea 100755 --- a/docs/contrib/build_nmh +++ b/docs/contrib/build_nmh @@ -131,7 +131,7 @@ if install-mh -check >/dev/null 2>&1; then config_prefix=`cd $mhbin/.. && pwd` - mtsconf=`dirname "$mhbin"`/etc/mts.conf + mtsconf=`mhparam etcdir`/mts.conf if [ -f "$mtsconf" ]; then mts_entry=`grep '^mts:' "$mtsconf"` if [ "$mts_entry" ]; then diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 7b894498..26e5f910 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -316,7 +316,7 @@ fi # access-type. case "`uname`" in FreeBSD) - echo "nmh-access-url: fetch -a -o -" >> $TMP + echo "nmh-access-url: fetch -o -" >> $TMP ;; *) PGM=`$SEARCHPROG "$SEARCHPATH" curl`