From: Jóhann B. Guðmundsson Date: Tue, 4 May 2021 14:14:18 +0000 (+0000) Subject: chore(tree): move html files to the dosc directory X-Git-Tag: 054~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0eca1914056982f82c7245432e581f70bc88e63e;p=thirdparty%2Fdracut.git chore(tree): move html files to the dosc directory Moving the html files into the docs directory. --- diff --git a/Makefile b/Makefile index 909d523c4..e7d69e10e 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ endif dracut.8: man/dracut.8.asc \ man/dracut.usage.asc -dracut.html: man/dracut.asc $(manpages) dracut.css man/dracut.usage.asc +dracut.html: man/dracut.asc $(manpages) docs/dracut.css man/dracut.usage.asc @rm -f -- dracut.xml asciidoc -a "mainversion=$(DRACUT_MAIN_VERSION)" \ -a "version=$(DRACUT_FULL_VERSION)" \ @@ -127,7 +127,7 @@ dracut.html: man/dracut.asc $(manpages) dracut.css man/dracut.usage.asc -d book -b docbook -o dracut.xml man/dracut.asc @rm -f -- dracut.html xsltproc -o dracut.html --xinclude -nonet \ - --stringparam custom.css.source dracut.css \ + --stringparam custom.css.source docs/dracut.css \ --stringparam generate.css.header 1 \ http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl dracut.xml @rm -f -- dracut.xml diff --git a/dracut.css b/docs/dracut.css similarity index 100% rename from dracut.css rename to docs/dracut.css diff --git a/dracut.png b/docs/dracut.png similarity index 100% rename from dracut.png rename to docs/dracut.png diff --git a/dracut.svg b/docs/dracut.svg similarity index 100% rename from dracut.svg rename to docs/dracut.svg diff --git a/pkgbuild/dracut.spec b/pkgbuild/dracut.spec index 3a5aa9867..8a68e0681 100644 --- a/pkgbuild/dracut.spec +++ b/pkgbuild/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 docs/HACKING.md AUTHORS NEWS.md dracut.html dracut.png dracut.svg +%doc README.md docs/HACKING.md AUTHORS NEWS.md dracut.html docs/dracut.png docs/dracut.svg %endif %{!?_licensedir:%global license %%doc} %license COPYING lgpl-2.1.txt