gcc/libstdc++-v3/docs/html/Makefile

14 lines
275 B
Makefile
Raw Normal View History

MAKEINFO=makeinfo
INC=../../../gcc/doc/include
all: faq/index.txt 17_intro/porting.html
faq/index.txt: faq/index.html
lynx -dump $< | sed "s%file://localhost`pwd`%..%" > $@
17_intro/porting.html: 17_intro/porting.texi
${MAKEINFO} -I ${INC} --html --no-split $< -o $@