From 8019435c95c7a65fcbfb9693e591fa9bb500ef81 Mon Sep 17 00:00:00 2001 From: borutr Date: Tue, 2 May 2006 18:56:04 +0000 Subject: [PATCH] * doc/Makefile.in: removed *.ind dependency since there is no rule to create *.ind, which made make to fail if invoked with -j 2 * local/amd64-linux1.mk: added SDCCCONFIGUREFLAGS = --enable-doc to configure the doc Makefile and OPT_ENABLE_DOC = 1 to run the doc Makefile git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4151 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ doc/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 650e5d8d..cbb4c38f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-02 Borut Razem + + * doc/Makefile.in: removed *.ind dependency since there is no rule to + create *.ind, which made make to fail if invoked with -j 2 + 2006-05-01 Maarten Brock * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks diff --git a/doc/Makefile.in b/doc/Makefile.in index 7e1cf860..a628b056 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -37,7 +37,7 @@ install: uninstall: rm -rf $(DESTDIR)$(docdir) -$(MANUAL).html/index.html: $(MANUAL).tex $(MANUAL).ind ;#$(MANUAL).glo +$(MANUAL).html/index.html: $(MANUAL).tex ;#$(MANUAL).ind $(MANUAL).glo mkdir -p $(dir $@) @# fixes $(LATEX2HTML) problems with two consecutive dashes for long-options: --stack-auto @# fixes $(LATEX2HTML) problems with \tabularnewline -- 2.30.2