yaojingguo 发表于 2013-2-7 17:05:42

Use wget to Make a Offline copy of Online Html Documentation

GCC manual
 
wget -r -k -I /onlinedocs/gcc-4.4.5/gcc http://gcc.gnu.org/onlinedocs/gcc-4.4.5/gcc/
 
binutils documentation
 
wget -k -r -I /binutils/docs-2.21 http://sourceware.org/binutils/docs-2.21/
页: [1]
查看完整版本: Use wget to Make a Offline copy of Online Html Documentation