diff options
author | Michele Calgaro <[email protected]> | 2025-02-09 22:39:15 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-09 22:39:15 +0900 |
commit | 98c274834c63c7fa4a9a494fdf7cd483336714d5 (patch) | |
tree | e035dedcde6607970ca401445ef767c2eef5ab26 | |
parent | e6ea2348a20b3750da115d24975a618b05dd5f0e (diff) | |
download | ksquirrel-98c274834c63c7fa4a9a494fdf7cd483336714d5.tar.gz ksquirrel-98c274834c63c7fa4a9a494fdf7cd483336714d5.zip |
Restructure doc folder
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | doc/Makefile.am | 7 | ||||
-rw-r--r-- | doc/man/Makefile.am | 3 | ||||
-rw-r--r-- | doc/man/ksquirrel-libs-configurator.1 (renamed from doc/ksquirrel-libs-configurator.1) | 0 | ||||
-rw-r--r-- | doc/man/ksquirrel.1 (renamed from doc/ksquirrel.1) | 0 |
4 files changed, 4 insertions, 6 deletions
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 index a6da62b..a6da62b 100644 --- a/doc/ksquirrel-libs-configurator.1 +++ b/doc/man/ksquirrel-libs-configurator.1 diff --git a/doc/ksquirrel.1 b/doc/man/ksquirrel.1 index d34a580..d34a580 100644 --- a/doc/ksquirrel.1 +++ b/doc/man/ksquirrel.1 |