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 ADD4F40BA9 for ; Thu, 7 Apr 2022 18:13:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8A19568B1FA; Thu, 7 Apr 2022 21:13:00 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 59F3268AE7C for ; Thu, 7 Apr 2022 21:12:54 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 0620A26BC40; Thu, 7 Apr 2022 20:12:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1649355173; bh=DYRPCFHcpq9ClmsxQ+kU+FrTCjU1eRN0tN227fOTc4E=; h=From:To:Cc:Subject:Date; b=gregNarSLmVLxI0rVrngv3u1n+/gfKPIu+gtaNuaSBRxWNFei6/q1svCmIxkMCYk+ J+FUbe1XqKhPLpmbbneUQ9VF2pNaZh4pXX1AFFfcbMj7zS7RAu4c4v+JfWrgcV1JYH YGhZD5iNTPco4dWQCZK/2rerLY6ud7yOtuxdzzy42DTXAR8qBLKwZXzu0TZMrG1mPE giKZUDIScwbKhEGB0+M79QweW7nyVjDuqRLQI+vQrSx4Trog8xBhZ2yLLvCYhK0rAZ M+k8QSeT31Da70mNw36Zyj56fnYqIHijWY/zLLusxPE8tF+yEL3XyFzN9KLtzxdFj1 AdL6AUTnZajDw== From: Timo Rothenpieler To: ffmpeg-devel@ffmpeg.org Date: Thu, 7 Apr 2022 20:12:40 +0200 Message-Id: <20220407181240.31116-1-timo@rothenpieler.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [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 Cc: Timo Rothenpieler Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- 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 \ -- 2.25.1 _______________________________________________ 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".