mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 20:39:43 +08:00
6 lines
101 B
Makefile
6 lines
101 B
Makefile
|
|
||
|
|
||
|
faq/index.txt: faq/index.html
|
||
|
lynx -dump faq/index.html | sed "s%file://localhost`pwd`%..%" > $@
|
||
|
|