diff doc/interpreter/Makefile.in @ 4125:040314da2fec

[project @ 2002-10-25 12:55:47 by jwe]
author jwe
date Fri, 25 Oct 2002 12:55:47 +0000
parents 8496ae60db8a
children 5d9f4688590a
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in	Thu Oct 24 21:49:45 2002 +0000
+++ b/doc/interpreter/Makefile.in	Fri Oct 25 12:55:47 2002 +0000
@@ -65,10 +65,10 @@
 $(TEXINFO): src-DOCSTRINGS scripts-DOCSTRINGS munge-texi$(BUILD_EXEEXT)
 
 %.o : %.cc
-	$(BUILD_CXX) -c $(INCFLAGS) -DHAVE_CONFIG_H $< -o $@
+	$(BUILD_CXX) -DNO_PRAGMA_INTERFACE_IMPLEMENTATION=1 -c $(INCFLAGS) -DHAVE_CONFIG_H $< -o $@
 
 munge-texi$(BUILD_EXEEXT): munge-texi.o Map-s.o
-	$(BUILD_CXX) -o $@ $^
+	$(BUILD_CXX) -DNO_PRAGMA_INTERFACE_IMPLEMENTATION=1 -o $@ $^
 
 src-DOCSTRINGS:
 	$(MAKE) -C ../../src DOCSTRINGS
@@ -113,7 +113,7 @@
 # These option forms are supported by texi2html 1.65 and probably also
 # more recent versions.
 octave_toc.html: $(MAIN_TEXINFO) $(SUB_TEXINFO)
-	-texi2html -expand info -split chapter -I $(srcdir)/.. $<
+	-texi2html -expandinfo -split_chapter -I $(srcdir)/.. $<
 
 check: all
 .PHONY: check