From owner-svn-doc-all@freebsd.org Sun Dec 23 21:22:52 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D711C13493A6; Sun, 23 Dec 2018 21:22:52 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C59E8F6E6; Sun, 23 Dec 2018 21:22:52 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 664F71ADC2; Sun, 23 Dec 2018 21:22:52 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBNLMqHM070739; Sun, 23 Dec 2018 21:22:52 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBNLMqq4070738; Sun, 23 Dec 2018 21:22:52 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201812232122.wBNLMqq4070738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sun, 23 Dec 2018 21:22:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52714 - in head/en_US.ISO8859-1/books: . pmake X-SVN-Group: doc-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: in head/en_US.ISO8859-1/books: . pmake X-SVN-Commit-Revision: 52714 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7C59E8F6E6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2018 21:22:53 -0000 Author: crees Date: Sun Dec 23 21:22:52 2018 New Revision: 52714 URL: https://svnweb.freebsd.org/changeset/doc/52714 Log: Remove the pmake book from the published docs. It doesn't at all match either bmake, or the make that bmake replaced (confusingly also sometimes referred to as pmake and fmake). The style of the Makefiles does not bear any semblance to ours, the commands are different, and so are the options. It's a fascinating document, and it's good that it's not going to completely disappear; it'll be visible in the older versions [1] as well as being searchable, but it's really not something we should have presented as being in any way useful documentation nowadays. [1] https://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/books/pmake/book.html PR: doc/211949 Reviewed by: linimon Reviewed by: bcr Deleted: head/en_US.ISO8859-1/books/pmake/ Modified: head/en_US.ISO8859-1/books/Makefile Modified: head/en_US.ISO8859-1/books/Makefile ============================================================================== --- head/en_US.ISO8859-1/books/Makefile Sun Dec 23 17:46:14 2018 (r52713) +++ head/en_US.ISO8859-1/books/Makefile Sun Dec 23 21:22:52 2018 (r52714) @@ -7,7 +7,6 @@ SUBDIR+= developers-handbook SUBDIR+= faq SUBDIR+= fdp-primer SUBDIR+= handbook -SUBDIR+= pmake SUBDIR+= porters-handbook ROOT_SYMLINKS= faq handbook