From: Jóhann B. Guðmundsson Date: Mon, 3 May 2021 18:12:50 +0000 (+0000) Subject: chore(tree): move docs into the docs directory X-Git-Tag: 054~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a876c27085a682c5ad78bb2283632861dd66ac5b;p=thirdparty%2Fdracut.git chore(tree): move docs into the docs directory Consolidating all the projects documentation into the docs directory with the exception of news and readme. --- diff --git a/.github/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md similarity index 100% rename from .github/CODE_OF_CONDUCT.md rename to docs/CODE_OF_CONDUCT.md diff --git a/HACKING.md b/docs/HACKING.md similarity index 100% rename from HACKING.md rename to docs/HACKING.md diff --git a/README.cross b/docs/README.cross similarity index 100% rename from README.cross rename to docs/README.cross diff --git a/README.generic b/docs/README.generic similarity index 100% rename from README.generic rename to docs/README.generic diff --git a/README.kernel b/docs/README.kernel similarity index 100% rename from README.kernel rename to docs/README.kernel diff --git a/.github/SECURITY.md b/docs/SECURITY.md similarity index 100% rename from .github/SECURITY.md rename to docs/SECURITY.md diff --git a/dracut.spec b/dracut.spec index f384a3a6a..4d8b19307 100644 --- a/dracut.spec +++ b/dracut.spec @@ -269,7 +269,7 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/ %files %if %{with doc} -%doc README.md HACKING.md AUTHORS NEWS.md dracut.html dracut.png dracut.svg +%doc README.md docs/HACKING.md AUTHORS NEWS.md dracut.html dracut.png dracut.svg %endif %{!?_licensedir:%global license %%doc} %license COPYING lgpl-2.1.txt