aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-06-07 00:57:28 +0200
committerTom Gundersen <teg@jklm.no>2012-06-07 00:57:28 +0200
commit33f549769f77ec7626dd8a88ec570c353906d8ac (patch)
tree86bb00d8a6c8df9b09a55f2b172bd470cc2b5670
parenta20ce0e666b5c97080a880eee9d8301c3d48b177 (diff)
downloadinitscripts-33f549769f77ec7626dd8a88ec570c353906d8ac.tar.xz
Makefile: fix2012.06.1
-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