2014-03-30 22:40:51 +00:00
|
|
|
From 6da906f59933133612d006e1bff9918a2b8c5a60 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Rex Dieter <rdieter@math.unl.edu>
|
|
|
|
Date: Fri, 7 Feb 2014 12:31:40 -0600
|
2014-09-20 14:12:26 +00:00
|
|
|
Subject: [PATCH 06/22] all: (re)generate html/man too
|
2014-03-30 22:40:51 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
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)
|
|
|
|
|
|
|
|
--
|
2014-09-20 14:12:26 +00:00
|
|
|
2.1.0
|
2014-03-30 22:40:51 +00:00
|
|
|
|