aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e98c550..bb115f0 100644
--- a/Makefile
+++ b/Makefile
@@ -37,10 +37,13 @@ install: installdirs doc
rc.d.8: rc.d.8.txt
a2x -d manpage -f manpage rc.d.8.txt
-doc: rc.d.8
+rc.conf.5: rc.conf.5.txt
+ a2x -d manpage -f manpage rc.conf.5.txt
+
+doc: rc.d.8 rc.conf.5
clean:
- rm -f rc.d.8
+ rm -f rc.d.8 rc.conf.5
tar:
git archive HEAD --prefix=initscripts-$(VER)/ | xz > initscripts-$(VER).tar.xz