summaryrefslogtreecommitdiff
path: root/man/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2013-09-22 20:23:56 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-09-26 22:18:21 -0500
commitde88aff0a839844526ae262f8961ec4372fed238 (patch)
tree74c98ab41e7a03456d3c2a52c8cfb2fe3d39b915 /man/Makefile
parent9e989227ab51cd880405958a0b11c63fa461ea7e (diff)
downloadopenrc-de88aff0a839844526ae262f8961ec4372fed238.tar.gz
openrc-de88aff0a839844526ae262f8961ec4372fed238.tar.bz2
openrc-de88aff0a839844526ae262f8961ec4372fed238.tar.xz
Make einfo routines private
The libeinfo library has no consumers other than OpenRC, so there is no reason for it to be maintained as a library. The einfo routines are now an object that links with the rc binary.
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile
index 4110c8f..6a106e7 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -1,4 +1,4 @@
-MAN3= einfo.3 \
+MAN3= \
rc_config.3 rc_deptree.3 rc_find_pids.3 rc_plugin_hook.3 \
rc_runlevel.3 rc_service.3 rc_stringlist.3
MAN8= rc-service.8 rc-status.8 rc-update.8 rc.8 runscript.8 \