From 1fd9c4b2c0ae927df29f7a0d34c3e595bcf48e89 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 6 Oct 2020 13:54:00 +0100 Subject: [PATCH] bitbake: sphinx: rename Makefile.sphinx Now that the DocBook files are removed, we can rename the top level Makefile. (Bitbake rev: a7c47f1eac8caac607a2b5f12d07235dff4d740f) Signed-off-by: Nicolas Dechesne --- bitbake/doc/Makefile.sphinx => Makefile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bitbake/doc/Makefile.sphinx => Makefile (100%) diff --git a/bitbake/doc/Makefile.sphinx b/Makefile similarity index 100% rename from bitbake/doc/Makefile.sphinx rename to Makefile