2000-11-29 15:37:02 -05:00
|
|
|
|
2001-11-05 19:18:37 -05:00
|
|
|
MAKEINFO=makeinfo
|
|
|
|
INC=../../../gcc/doc/include
|
|
|
|
|
|
|
|
all: faq/index.txt 17_intro/porting.html
|
|
|
|
|
2000-11-29 15:37:02 -05:00
|
|
|
|
|
|
|
faq/index.txt: faq/index.html
|
2001-11-05 19:18:37 -05:00
|
|
|
lynx -dump $< | sed "s%file://localhost`pwd`%..%" > $@
|
|
|
|
|
|
|
|
17_intro/porting.html: 17_intro/porting.texi
|
|
|
|
${MAKEINFO} -I ${INC} --html --no-split $< -o $@
|
2000-11-29 15:37:02 -05:00
|
|
|
|