From a9b6b7107bce44d116b14809f3811233e3c81763 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@real-time.com> Date: Sat, 3 Apr 2010 22:41:01 -0500 Subject: [PATCH] Finish the doc Makefile. --- doc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index e128d456..fa2bd9a9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,5 @@ +all: asdf.html asdf.info asdf.pdf + manual-html: asdf.texinfo makeinfo --html asdf.texinfo @@ -10,3 +12,7 @@ asdf.info: asdf.texinfo asdf.pdf: asdf.texinfo texi2pdf asdf.texinfo +.PHONY: clean +clean: + -rm -r asdf + -rm asdf.info asdf.html asdf.pdf -- GitLab