aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c989789..825eb11 100644
--- a/Makefile
+++ b/Makefile
@@ -38,10 +38,10 @@ install: installdirs doc
%.8: %.8.txt
a2x -d manpage -f manpage $<
-doc: $(MAN_PAGES)
+doc: rc.conf.5 rc.d.8
clean:
- rm -f $(MAN_PAGES)
+ rm -f rc.conf.5 rc.d.8
tar:
git archive HEAD --prefix=initscripts-$(VER)/ | xz > initscripts-$(VER).tar.xz