From owner-cvs-doc@FreeBSD.ORG Sat May 7 19:37:21 2005 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4274716A4DD; Sat, 7 May 2005 19:37:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2424743D64; Sat, 7 May 2005 19:37:21 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j47JbLcD086574; Sat, 7 May 2005 19:37:21 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j47JbLch086573; Sat, 7 May 2005 19:37:21 GMT (envelope-from keramida) Message-Id: <200505071937.j47JbLch086573@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 7 May 2005 19:37:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/pmake Makefile book.sgml doc/en_US.ISO8859-1/books/pmake/answers chapter.sgml doc/en_US.ISO8859-1/books/pmake/basics chapter.sgml doc/en_US.ISO8859-1/books/pmake/gods ... X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 19:37:21 -0000 keramida 2005-05-07 19:37:20 UTC FreeBSD doc repository Added files: en_US.ISO8859-1/books/pmake Makefile book.sgml chapters.ent legalnotice.sgml en_US.ISO8859-1/books/pmake/answers chapter.sgml en_US.ISO8859-1/books/pmake/basics chapter.sgml en_US.ISO8859-1/books/pmake/glossary glossary.sgml en_US.ISO8859-1/books/pmake/gods chapter.sgml en_US.ISO8859-1/books/pmake/intro chapter.sgml en_US.ISO8859-1/books/pmake/shortcuts chapter.sgml Log: Add an SGML version of the /usr/share/doc/psd/12.make manual. PR: docs/62116 Submitted by: Oliver Fischer Revision Changes Path 1.1 +28 -0 doc/en_US.ISO8859-1/books/pmake/Makefile (new) 1.1 +65 -0 doc/en_US.ISO8859-1/books/pmake/answers/chapter.sgml (new) 1.1 +1548 -0 doc/en_US.ISO8859-1/books/pmake/basics/chapter.sgml (new) 1.1 +29 -0 doc/en_US.ISO8859-1/books/pmake/book.sgml (new) 1.1 +13 -0 doc/en_US.ISO8859-1/books/pmake/chapters.ent (new) 1.1 +249 -0 doc/en_US.ISO8859-1/books/pmake/glossary/glossary.sgml (new) 1.1 +953 -0 doc/en_US.ISO8859-1/books/pmake/gods/chapter.sgml (new) 1.1 +47 -0 doc/en_US.ISO8859-1/books/pmake/intro/chapter.sgml (new) 1.1 +74 -0 doc/en_US.ISO8859-1/books/pmake/legalnotice.sgml (new) 1.1 +1229 -0 doc/en_US.ISO8859-1/books/pmake/shortcuts/chapter.sgml (new)