From f12975711eadc66b2b8170b3484cbac2c89d6eb3 Mon Sep 17 00:00:00 2001 From: Danny Edel Date: Sun, 31 Oct 2021 15:59:32 +0100 Subject: [PATCH] clear out docs/ subfolder --- CMakeLists.txt | 2 +- {docs/Windows => Windows}/Help.hhp | 0 {docs/Windows => Windows}/TOC.hhc | 0 {docs/Windows => Windows}/bugs.html | 0 {docs/Windows => Windows}/controls.html | 0 {docs/Windows => Windows}/description.html | 0 {docs/Windows => Windows}/files.html | 0 {docs/Windows => Windows}/license.html | 0 {docs/Windows => Windows}/name.html | 0 {docs/Windows => Windows}/options.html | 0 {docs/Windows => Windows}/presenter.html | 0 {docs/Windows => Windows}/seealso.html | 0 {docs/Windows => Windows}/style.css | 0 {docs/Windows => Windows}/synopsis.html | 0 docs/dspdfviewer.1 => dspdfviewer.1 | 0 15 files changed, 1 insertion(+), 1 deletion(-) rename {docs/Windows => Windows}/Help.hhp (100%) rename {docs/Windows => Windows}/TOC.hhc (100%) rename {docs/Windows => Windows}/bugs.html (100%) rename {docs/Windows => Windows}/controls.html (100%) rename {docs/Windows => Windows}/description.html (100%) rename {docs/Windows => Windows}/files.html (100%) rename {docs/Windows => Windows}/license.html (100%) rename {docs/Windows => Windows}/name.html (100%) rename {docs/Windows => Windows}/options.html (100%) rename {docs/Windows => Windows}/presenter.html (100%) rename {docs/Windows => Windows}/seealso.html (100%) rename {docs/Windows => Windows}/style.css (100%) rename {docs/Windows => Windows}/synopsis.html (100%) rename docs/dspdfviewer.1 => dspdfviewer.1 (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index be5912d..f1f23da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,7 +94,7 @@ endif() install(TARGETS dspdfviewer RUNTIME DESTINATION bin) -install(FILES docs/dspdfviewer.1 +install(FILES dspdfviewer.1 DESTINATION share/man/man1) install(FILES dspdfviewer.desktop diff --git a/docs/Windows/Help.hhp b/Windows/Help.hhp similarity index 100% rename from docs/Windows/Help.hhp rename to Windows/Help.hhp diff --git a/docs/Windows/TOC.hhc b/Windows/TOC.hhc similarity index 100% rename from docs/Windows/TOC.hhc rename to Windows/TOC.hhc diff --git a/docs/Windows/bugs.html b/Windows/bugs.html similarity index 100% rename from docs/Windows/bugs.html rename to Windows/bugs.html diff --git a/docs/Windows/controls.html b/Windows/controls.html similarity index 100% rename from docs/Windows/controls.html rename to Windows/controls.html diff --git a/docs/Windows/description.html b/Windows/description.html similarity index 100% rename from docs/Windows/description.html rename to Windows/description.html diff --git a/docs/Windows/files.html b/Windows/files.html similarity index 100% rename from docs/Windows/files.html rename to Windows/files.html diff --git a/docs/Windows/license.html b/Windows/license.html similarity index 100% rename from docs/Windows/license.html rename to Windows/license.html diff --git a/docs/Windows/name.html b/Windows/name.html similarity index 100% rename from docs/Windows/name.html rename to Windows/name.html diff --git a/docs/Windows/options.html b/Windows/options.html similarity index 100% rename from docs/Windows/options.html rename to Windows/options.html diff --git a/docs/Windows/presenter.html b/Windows/presenter.html similarity index 100% rename from docs/Windows/presenter.html rename to Windows/presenter.html diff --git a/docs/Windows/seealso.html b/Windows/seealso.html similarity index 100% rename from docs/Windows/seealso.html rename to Windows/seealso.html diff --git a/docs/Windows/style.css b/Windows/style.css similarity index 100% rename from docs/Windows/style.css rename to Windows/style.css diff --git a/docs/Windows/synopsis.html b/Windows/synopsis.html similarity index 100% rename from docs/Windows/synopsis.html rename to Windows/synopsis.html diff --git a/docs/dspdfviewer.1 b/dspdfviewer.1 similarity index 100% rename from docs/dspdfviewer.1 rename to dspdfviewer.1 -- 2.47.3