1
0
mirror of synced 2026-01-19 09:08:30 +00:00

2005-12-21 19:58:52 by steve

Updated makefile to clean the HTML manpages in a nicer fashion.
This commit is contained in:
steve 2005-12-21 19:58:52 +00:00
parent 8eac3af753
commit 3eebbdefb2

View File

@ -5,7 +5,7 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.21 2005-12-21 19:51:38 steve Exp $
# $Id: Makefile,v 1.22 2005-12-21 19:58:52 steve Exp $
#
@ -51,7 +51,7 @@ clean:
@find . -name '*.tmp' -exec rm \{\} \;
@find . -name 'tags' -exec rm \{\} \;
@find . -name '*.8' -exec rm \{\} \;
-rm man/xen-*.html
@find man -name '*.html' -exec rm \{\} \;
commit: test