From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 9024942A86 for ; Tue, 12 Apr 2022 09:48:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4744668B3D8; Tue, 12 Apr 2022 12:48:52 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F2C0A68B3C6 for ; Tue, 12 Apr 2022 12:48:45 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id B8A962FA5BF for ; Tue, 12 Apr 2022 11:48:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1649756924; bh=m0O54teTml97cZfF2fWtwDsR6tQqdYMw8N7gxK62OhA=; h=Date:Subject:To:References:From:In-Reply-To; b=S1MR/DhsjnaPlWdrKIw/RsBaKQZG7uYmE1RhRiR7ikA7Lot9x9EITb9tqI7yE6cKb cs2qWh2N9EQfKFD/t9CdEwDHa1dG1Aojy64z/v2NQpJr7G7ykg3tuXYj4mpDPWap+K VxuFrIXv3aPHsUrruBWuGSimt9DDdtumxVFhNWSKz7ChpbOc6C0dkv1XqHTyV1K09N +QhBBNsKIF3BSxJ+Ag8lz6vdUAH0jP23wmvus3MHDOk9n2/8zBE7IvBMNnNWbKGQ56 8D0Qg/SfqMM5FM1rGjLcLg7XxNveo9QE93drBL+JCMxkuXbCa6TpM00OlaZvFh+y8P otee3ZU6a8NEQ== Message-ID: <297678c6-6a53-b11a-e035-c0099779cc82@rothenpieler.org> Date: Tue, 12 Apr 2022 11:48:44 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220407181240.31116-1-timo@rothenpieler.org> From: Timo Rothenpieler In-Reply-To: <20220407181240.31116-1-timo@rothenpieler.org> Subject: Re: [FFmpeg-devel] [PATCH] doc: install css files along html docs X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 07/04/2022 20:12, Timo Rothenpieler wrote: > --- > doc/Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/Makefile b/doc/Makefile > index 58ca3fabd8..0f09783699 100644 > --- a/doc/Makefile > +++ b/doc/Makefile > @@ -27,6 +27,9 @@ HTMLPAGES = $(AVPROGS-yes:%=doc/%.html) $(AVPROGS-yes:%=doc/%-all.html) $(COMP > doc/mailing-list-faq.html \ > doc/nut.html \ > doc/platform.html \ > + doc/bootstrap.min.css \ > + doc/style.min.css \ > + doc/default.css \ > > TXTPAGES = doc/fate.txt \ > will push soon if nobody objects. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".