]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- Finished manuals to subdirs. (Thanks arekm).
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 5 Mar 2005 23:46:12 +0000 (23:46 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 5 Mar 2005 23:46:12 +0000 (23:46 +0000)
svn-id: @5569

configure.ac
man/Makefile.am
man/de/Makefile.am [new file with mode: 0644]
man/es/Makefile.am [new file with mode: 0644]
man/fr/Makefile.am [new file with mode: 0644]
man/ja/Makefile.am [new file with mode: 0644]
man/ru/Makefile.am [new file with mode: 0644]
man/sv/Makefile.am [new file with mode: 0644]

index b9f2bb82d804c735cd581c0bb14ab462e8ad7335..ee1fe339c9c629b2ab1f837a7197fff1550bec50 100644 (file)
@@ -194,6 +194,12 @@ AC_CONFIG_FILES([Makefile \
        src/Makefile \
        doc/Makefile \
        man/Makefile \
+       man/de/Makefile \
+       man/es/Makefile \
+       man/fr/Makefile \
+       man/ja/Makefile \
+       man/ru/Makefile \
+       man/sv/Makefile \
        ppp/Makefile \
        isapnp/Makefile \
        sysconfig/Makefile \
index 55bb3cfed803c9762e80f063ba318972328fb0ad..75508fbb2a309ab4bd94c9d5ec99e950bd3da2b7 100644 (file)
@@ -1,5 +1,7 @@
 @SET_MAKE@
 
+SUBDIRS = de es fr ja ru sv
+
 man_MANS = \
        consoletype.1 \
        doexec.1 \
@@ -12,12 +14,4 @@ man_MANS = \
        usleep.1 \
        start-stop-daemon.8
 
-# will overwrite rather putting to subdirs. blah
-#      de/start-stop-daemon.8 \
-#      es/start-stop-daemon.8 \
-#      fr/start-stop-daemon.8 \
-#      ja/start-stop-daemon.8 \
-#      ru/start-stop-daemon.8 \
-#      sv/start-stop-daemon.8
-
 EXTRA_DIST = $(man_MANS)
diff --git a/man/de/Makefile.am b/man/de/Makefile.am
new file mode 100644 (file)
index 0000000..e35be4d
--- /dev/null
@@ -0,0 +1,8 @@
+@SET_MAKE@
+
+mandir = @mandir@/de
+
+man_MANS = \
+       start-stop-daemon.8
+
+EXTRA_DIST = $(man_MANS)
diff --git a/man/es/Makefile.am b/man/es/Makefile.am
new file mode 100644 (file)
index 0000000..6786f69
--- /dev/null
@@ -0,0 +1,8 @@
+@SET_MAKE@
+
+mandir = @mandir@/es
+
+man_MANS = \
+       start-stop-daemon.8
+
+EXTRA_DIST = $(man_MANS)
diff --git a/man/fr/Makefile.am b/man/fr/Makefile.am
new file mode 100644 (file)
index 0000000..4c40260
--- /dev/null
@@ -0,0 +1,8 @@
+@SET_MAKE@
+
+mandir = @mandir@/fr
+
+man_MANS = \
+       start-stop-daemon.8
+
+EXTRA_DIST = $(man_MANS)
diff --git a/man/ja/Makefile.am b/man/ja/Makefile.am
new file mode 100644 (file)
index 0000000..d6039bc
--- /dev/null
@@ -0,0 +1,8 @@
+@SET_MAKE@
+
+mandir = @mandir@/ja
+
+man_MANS = \
+       start-stop-daemon.8
+
+EXTRA_DIST = $(man_MANS)
diff --git a/man/ru/Makefile.am b/man/ru/Makefile.am
new file mode 100644 (file)
index 0000000..69a5015
--- /dev/null
@@ -0,0 +1,8 @@
+@SET_MAKE@
+
+mandir = @mandir@/ru
+
+man_MANS = \
+       start-stop-daemon.8
+
+EXTRA_DIST = $(man_MANS)
diff --git a/man/sv/Makefile.am b/man/sv/Makefile.am
new file mode 100644 (file)
index 0000000..db21b59
--- /dev/null
@@ -0,0 +1,8 @@
+@SET_MAKE@
+
+mandir = @mandir@/sv
+
+man_MANS = \
+       start-stop-daemon.8
+
+EXTRA_DIST = $(man_MANS)
This page took 0.14825 seconds and 4 git commands to generate.