From 98c274834c63c7fa4a9a494fdf7cd483336714d5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 9 Feb 2025 22:39:15 +0900 Subject: [PATCH] Restructure doc folder Signed-off-by: Michele Calgaro --- doc/Makefile.am | 7 +------ doc/man/Makefile.am | 3 +++ doc/{ => man}/ksquirrel-libs-configurator.1 | 0 doc/{ => man}/ksquirrel.1 | 0 4 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 doc/man/Makefile.am rename doc/{ => man}/ksquirrel-libs-configurator.1 (100%) rename doc/{ => man}/ksquirrel.1 (100%) diff --git a/doc/Makefile.am b/doc/Makefile.am index 01bda4b..462f19f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,2 @@ -####### tdevelop will overwrite this part!!! (begin)########## +SUBDIRS = $(AUTODIRS) - -####### tdevelop will overwrite this part!!! (end)############ -SUBDIRS = en ru - -man_MANS = ksquirrel.1 ksquirrel-libs-configurator.1 diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am new file mode 100644 index 0000000..ec872e0 --- /dev/null +++ b/doc/man/Makefile.am @@ -0,0 +1,3 @@ +tmpdir = $(mandir)/man1 +tmp_DATA= ksquirrel.1 ksquirrel-libs-configurator.1 +EXTRA_DIST=$(tmp_DATA) diff --git a/doc/ksquirrel-libs-configurator.1 b/doc/man/ksquirrel-libs-configurator.1 similarity index 100% rename from doc/ksquirrel-libs-configurator.1 rename to doc/man/ksquirrel-libs-configurator.1 diff --git a/doc/ksquirrel.1 b/doc/man/ksquirrel.1 similarity index 100% rename from doc/ksquirrel.1 rename to doc/man/ksquirrel.1