about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-07-17 15:36:25 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-07-17 15:36:25 +0100
commit14fe9799ff1877a7b9c5f9cc21586a5b5613068a (patch)
treebe233396ed6ad8bbdeacb040e685b5a8fc718e8a
parent72e3b566b4e92b5cb29c7e0f84ca2644c9e00114 (diff)
downloadzsh-14fe9799ff1877a7b9c5f9cc21586a5b5613068a.tar.gz
zsh-14fe9799ff1877a7b9c5f9cc21586a5b5613068a.tar.xz
zsh-14fe9799ff1877a7b9c5f9cc21586a5b5613068a.zip
Remove ftp_sites.yo from Makefile.in
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Makefile.in6
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 471748e2e..060db0507 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2018-07-17  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* unposted: Doc/Makefile.in: remove ftp_sites.yo.
+
 	* Matthew Martin: 43179: Doc/Zsh/contrib.yo,
 	Doc/Zsh/ftp_sites.yo, Doc/Zsh/metafaq.yo: update distro docs to
 	remove dead links.
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index 2752096e4..fded2e825 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -76,7 +76,7 @@ YODLSRC = zmacros.yo zman.yo ztexi.yo Zsh/arith.yo Zsh/builtins.yo \
 Zsh/calsys.yo \
 Zsh/compat.yo Zsh/compctl.yo Zsh/compsys.yo Zsh/compwid.yo Zsh/cond.yo \
 Zsh/contrib.yo Zsh/exec.yo Zsh/expn.yo \
-Zsh/filelist.yo Zsh/files.yo Zsh/ftp_sites.yo \
+Zsh/filelist.yo Zsh/files.yo \
 Zsh/func.yo Zsh/grammar.yo Zsh/manual.yo \
 Zsh/index.yo Zsh/intro.yo Zsh/invoke.yo Zsh/jobs.yo Zsh/metafaq.yo \
 Zsh/modules.yo Zsh/modlist.yo Zsh/modmenu.yo Zsh/manmodmenu.yo $(MODDOCSRC) \
@@ -185,7 +185,7 @@ zshall.1: zsh.yo
 	    $(YODL) -I$(sdir) -DZSHALL -w zman.yo version.yo zsh.yo | sed -e '1s/\\-/-/g' -e '/^\.'\''/d' > $$target \
 	;; esac; \
 
-../META-FAQ: META-FAQ.yo Zsh/metafaq.yo Zsh/ftp_sites.yo
+../META-FAQ: META-FAQ.yo Zsh/metafaq.yo
 	case '$(YODL)' in :*) touch $(sdir_top)/META-FAQ ;; *) \
 	    $(YODL) -I$(sdir) META-FAQ.yo | sed -e '/NEXTLINE/N' -e '/DELLINE/d' -e '/^SECTHEAD$$/{N;s/^SECTHEAD.//;h;s/./-/g;H;g;}' -e 's/  *$$//' -e '/comment(.*)/d' > $(sdir_top)/META-FAQ \
 	;; esac
@@ -211,7 +211,7 @@ $(MAN): zmacros.yo zman.yo
 
 zsh.1 zshall.1: Zsh/intro.yo Zsh/metafaq.yo Zsh/invoke.yo Zsh/files.yo \
                 Zsh/filelist.yo Zsh/filelist.yo Zsh/seealso.yo \
-                Zsh/ftp_sites.yo Zsh/compat.yo Zsh/restricted.yo
+                Zsh/compat.yo Zsh/restricted.yo
 
 zshbuiltins.1: Zsh/builtins.yo