summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--conf.d.Linux/Makefile2
-rw-r--r--conf.d/net2
-rw-r--r--doc.BSD/Makefile5
-rw-r--r--doc.BSD/net.example (renamed from conf.d.BSD/net.example)0
-rw-r--r--doc.Linux/Makefile5
-rw-r--r--doc.Linux/net.example (renamed from conf.d.Linux/net.example)0
7 files changed, 13 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8facd0d..ddd60b8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ NAME = openrc
VERSION = 0.1
PKG = $(NAME)-$(VERSION)
-SUBDIR = conf.d etc init.d man net runlevels sh src
+SUBDIR = conf.d doc etc init.d man net runlevels sh src
TOPDIR = .
include $(TOPDIR)/default.mk
diff --git a/conf.d.Linux/Makefile b/conf.d.Linux/Makefile
index ca8d0f3..169a7e4 100644
--- a/conf.d.Linux/Makefile
+++ b/conf.d.Linux/Makefile
@@ -1,5 +1,5 @@
DIR = /etc/conf.d
-CONF = consolefont keymaps modules net.example
+CONF = consolefont keymaps modules
CONF_APPEND = clock
TOPDIR = ..
diff --git a/conf.d/net b/conf.d/net
index 54337cf..3a08aa4 100644
--- a/conf.d/net
+++ b/conf.d/net
@@ -1,4 +1,4 @@
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
-# please review /etc/conf.d/net.example and save your configuration
+# please review /usr/share/doc/openrc/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
diff --git a/doc.BSD/Makefile b/doc.BSD/Makefile
new file mode 100644
index 0000000..41ba09f
--- /dev/null
+++ b/doc.BSD/Makefile
@@ -0,0 +1,5 @@
+DIR = /usr/share/doc/openrc
+INC = $(CONTENTS)
+
+TOPDIR = ..
+include $(TOPDIR)/default.mk
diff --git a/conf.d.BSD/net.example b/doc.BSD/net.example
index 31d6105..31d6105 100644
--- a/conf.d.BSD/net.example
+++ b/doc.BSD/net.example
diff --git a/doc.Linux/Makefile b/doc.Linux/Makefile
new file mode 100644
index 0000000..41ba09f
--- /dev/null
+++ b/doc.Linux/Makefile
@@ -0,0 +1,5 @@
+DIR = /usr/share/doc/openrc
+INC = $(CONTENTS)
+
+TOPDIR = ..
+include $(TOPDIR)/default.mk
diff --git a/conf.d.Linux/net.example b/doc.Linux/net.example
index 9cdea36..9cdea36 100644
--- a/conf.d.Linux/net.example
+++ b/doc.Linux/net.example