82f4a464bd
- .spec housecleaning (remove deprecated stuff) - pull in latest upstream fixes, including... - xdg-open does not substitute all field codes in Exec key (#1056431, fdo#49204)
26 lines
620 B
Diff
26 lines
620 B
Diff
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
|
|
Subject: [PATCH 6/9] 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)
|
|
|
|
--
|
|
1.9.0
|
|
|