]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- moved manuals to man/ subdir
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Jan 2005 13:38:15 +0000 (13:38 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Jan 2005 13:38:15 +0000 (13:38 +0000)
svn-id: @5476

12 files changed:
Makefile.am
doc/Makefile.am
man/Makefile.am
man/consoletype.1 [moved from doc/consoletype.1 with 100% similarity]
man/doexec.1 [moved from doc/doexec.1 with 100% similarity]
man/genhostid.1 [moved from doc/genhostid.1 with 100% similarity]
man/initlog.1 [moved from doc/initlog.1 with 100% similarity]
man/ipcalc.1 [moved from doc/ipcalc.1 with 100% similarity]
man/netreport.1 [moved from doc/netreport.1 with 100% similarity]
man/ppp-watch.8 [moved from doc/ppp-watch.8 with 100% similarity]
man/usernetctl.8 [moved from doc/usernetctl.8 with 100% similarity]
man/usleep.1 [moved from doc/usleep.1 with 100% similarity]

index ad85cbf2907b094791173efe82c84ccdaf1f6497..7aa0a0a655189028c5ae14afe0a3838f8213944d 100644 (file)
@@ -2,7 +2,7 @@
 #      $Id$
 #
 
-SUBDIRS = src ppp isapnp sysconfig rc.d doc po
+SUBDIRS = src ppp isapnp sysconfig rc.d doc man po
 
 sysconf_DATA = \
        adjtime \
index b1bfc228dfdf628b0c168e5c5978b17dcea6a24a..b645eb31dce847d14c27076d37c7cf8ab2047618 100644 (file)
@@ -2,20 +2,9 @@
 
 docdir = @docdir@
 
-man_MANS = \
-       consoletype.1 \
-       doexec.1 \
-       genhostid.1 \
-       initlog.1 \
-       ipcalc.1 \
-       netreport.1 \
-       ppp-watch.8 \
-       usernetctl.8 \
-       usleep.1
-       
 doc_DATA = \
        net-scripts.txt \
        sysconfig.txt \
        sysvinitfiles
 
-EXTRA_DIST = $(man_MANS) $(doc_DATA)
+EXTRA_DIST = $(doc_DATA)
index 03c2499ae6f25670c13891d52c917eaa97bdc9a4..55bb3cfed803c9762e80f063ba318972328fb0ad 100644 (file)
@@ -1,6 +1,15 @@
 @SET_MAKE@
 
 man_MANS = \
+       consoletype.1 \
+       doexec.1 \
+       genhostid.1 \
+       initlog.1 \
+       ipcalc.1 \
+       netreport.1 \
+       ppp-watch.8 \
+       usernetctl.8 \
+       usleep.1 \
        start-stop-daemon.8
 
 # will overwrite rather putting to subdirs. blah
similarity index 100%
rename from doc/consoletype.1
rename to man/consoletype.1
similarity index 100%
rename from doc/doexec.1
rename to man/doexec.1
similarity index 100%
rename from doc/genhostid.1
rename to man/genhostid.1
similarity index 100%
rename from doc/initlog.1
rename to man/initlog.1
similarity index 100%
rename from doc/ipcalc.1
rename to man/ipcalc.1
similarity index 100%
rename from doc/netreport.1
rename to man/netreport.1
similarity index 100%
rename from doc/ppp-watch.8
rename to man/ppp-watch.8
similarity index 100%
rename from doc/usernetctl.8
rename to man/usernetctl.8
similarity index 100%
rename from doc/usleep.1
rename to man/usleep.1
This page took 0.067331 seconds and 4 git commands to generate.