From 6da906f59933133612d006e1bff9918a2b8c5a60 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 7 Feb 2014 12:31:40 -0600 Subject: [PATCH 06/22] all: (re)generate html/man too --- scripts/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.in b/scripts/Makefile.in index f93dfd6..9a772bc 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -30,7 +30,7 @@ MANPAGES= $(SCRIPTS:%=man/%.1) WEBPAGES= $(SCRIPTS:%=%.html) XMLFILES= $(SCRIPTS:%=desc/%.xml) -all: scripts +all: html man scripts html: index.html $(WEBPAGES) -- 2.1.0