diff options
| -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 |
