From e6a66ec7e5c9b95509c4a6f558f7a8ddc1045766 Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 27 Jun 2004 11:45:49 +0000 Subject: Modif de Makefile. --- d/dev/sys/howto/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'd/dev/sys') diff --git a/d/dev/sys/howto/Makefile b/d/dev/sys/howto/Makefile index 9c70a58..f24cb84 100644 --- a/d/dev/sys/howto/Makefile +++ b/d/dev/sys/howto/Makefile @@ -1,4 +1,10 @@ -doc: howto-sys.html +DOC = howto-sys.html + +doc: $(DOC) %.html: %.txt aft $< + test -r $<-TOC && aft $< || true + +clean: + rm -f $(DOC) *.txt-TOC *.bak *~ -- cgit v1.2.3