diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-09 22:39:15 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-13 11:44:42 +0900 |
| commit | 424635023ee423826de12514b2fec7834b8deb7b (patch) | |
| tree | 6ac2a3e48c148450f07f72d9d4a75c1574af96fa | |
| parent | f8f4457460bc1dde2f6dd472d781dc11a57ed18b (diff) | |
| download | ksquirrel-424635023ee423826de12514b2fec7834b8deb7b.tar.gz ksquirrel-424635023ee423826de12514b2fec7834b8deb7b.zip | |
Restructure doc folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 98c274834c63c7fa4a9a494fdf7cd483336714d5)
| -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 |
