diff --git a/Makefile b/Makefile index 8facd0d1..ddd60b82 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 ca8d0f37..169a7e4f 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 54337cf0..3a08aa47 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 00000000..41ba09f9 --- /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 similarity index 100% rename from conf.d.BSD/net.example rename to doc.BSD/net.example diff --git a/doc.Linux/Makefile b/doc.Linux/Makefile new file mode 100644 index 00000000..41ba09f9 --- /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 similarity index 100% rename from conf.d.Linux/net.example rename to doc.Linux/net.example