svn commit: r52714 - in head/en_US.ISO8859-1/books: . pmake

Chris Rees crees at FreeBSD.org
Sun Dec 23 21:22:53 UTC 2018


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


More information about the svn-doc-head mailing list