OSDN Git Service

2001-11-05 Phil Edwards <pme@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / docs / html / Makefile
index bedbd88..df46f74 100644 (file)
@@ -1,5 +1,13 @@
 
+MAKEINFO=makeinfo
+INC=../../../gcc/doc/include
+
+all: faq/index.txt 17_intro/porting.html
+
 
 faq/index.txt: faq/index.html
-       lynx -dump faq/index.html | sed "s%file://localhost`pwd`%..%" > $@
+       lynx -dump $< | sed "s%file://localhost`pwd`%..%" > $@
+
+17_intro/porting.html: 17_intro/porting.texi
+       ${MAKEINFO} -I ${INC} --html --no-split $< -o $@