From b6b9e97cb3e3bf91953647d10b1125ffd1c01b0e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 19 Oct 2008 03:24:10 +0000 Subject: * hyper/Makefile.in (openaxiom_host_has_regex): Define. (all-hyper-pre): Install scripts too. --- src/ChangeLog | 5 +++++ src/hyper/Makefile.in | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index f725401e..68e95811 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-10-18 Gabriel Dos Reis + + * hyper/Makefile.in (openaxiom_host_has_regex): Define. + (all-hyper-pre): Install scripts too. + 2008-10-18 Gabriel Dos Reis * algebra/syntax.spad.pamphlet (Syntax): Now belong to diff --git a/src/hyper/Makefile.in b/src/hyper/Makefile.in index a29c2601..755eb74e 100644 --- a/src/hyper/Makefile.in +++ b/src/hyper/Makefile.in @@ -30,6 +30,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +openaxiom_host_has_regex = @openaxiom_host_has_regex@ + bin_PROGRAMS = htadd$(EXEEXT) ex2ht$(EXEEXT) ifeq ($(strip $(openaxiom_host_has_regex)),yes) bin_PROGRAMS += hthits$(EXEEXT) @@ -114,7 +116,7 @@ stamp: all-hyper-post -rm -f stamp $(STAMP) stamp -all-hyper-pre: $(BINFILES) $(HYPER)/pages/util.ht +all-hyper-pre: $(BINFILES) $(SCRIPTS) $(HYPER)/pages/util.ht $(HYPER)/pages/util.ht: $(srcdir)/pages/util.ht rm -f $@ -- cgit v1.2.3