* doc/Makefile.in: removed *.ind dependency since there is no rule to
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 2 May 2006 18:56:04 +0000 (18:56 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 2 May 2006 18:56:04 +0000 (18:56 +0000)
  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
doc/Makefile.in

index 650e5d8de0546e7b9f5693e2cd360a0caa4f92ce..cbb4c38fc7945c27f098352df4cddf7647ee68d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-02 Borut Razem <borut.razem AT siol.net>
+
+       * 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 <sourceforge.brock AT dse.nl>
 
        * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
index 7e1cf860e24ec09bf02585aef1a7b8f1d19436de..a628b05697d8eae1d2d742e68e671920a512e6b0 100644 (file)
@@ -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