From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.thunk.org ([74.207.234.97]:50004 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726510AbeJCJ3l (ORCPT ); Wed, 3 Oct 2018 05:29:41 -0400 Date: Tue, 2 Oct 2018 22:43:17 -0400 From: "Theodore Y. Ts'o" To: "Darrick J. Wong" Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH 1/3] docs: generate a separate ext4 pdf file from the documentation Message-ID: <20181003024317.GC18521@thunk.org> References: <153798873160.29896.3647029167086263735.stgit@magnolia> <153798873785.29896.10931653144919511571.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <153798873785.29896.10931653144919511571.stgit@magnolia> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Wed, Sep 26, 2018 at 12:05:37PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong > > The documentation build scripts won't build a pdf for the ext4 > documentation unless explicitly called for, so ask for a separate > ext4.pdf to be generated with all the documentation. > > Signed-off-by: Darrick J. Wong Applied, thanks. - Ted