Skip to content

Instantly share code, notes, and snippets.

@dubslow
Created August 10, 2014 18:28
Show Gist options
  • Save dubslow/b82a1e7d45d733ee8390 to your computer and use it in GitHub Desktop.
Save dubslow/b82a1e7d45d733ee8390 to your computer and use it in GitHub Desktop.
Making all in doc
make[2]: Entering directory `/home/bill/twitchtv-grab/get-wget-lua.tmp/doc'
./texi2pod.pl -D VERSION="1.14.lua.20130523-9a5c" ./wget.texi wget.pod
/usr/bin/pod2man --center="GNU Wget" --release="GNU Wget 1.14.lua.20130523-9a5c" wget.pod > wget.1
wget.pod around line 2151: Expected text after =item, not a number
wget.pod around line 2156: Expected text after =item, not a number
wget.pod around line 2162: Expected text after =item, not a number
wget.pod around line 2167: Expected text after =item, not a number
wget.pod around line 2172: Expected text after =item, not a number
wget.pod around line 2177: Expected text after =item, not a number
wget.pod around line 2182: Expected text after =item, not a number
wget.pod around line 2187: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
make[2]: *** [wget.1] Error 255
make[2]: Leaving directory `/home/bill/twitchtv-grab/get-wget-lua.tmp/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bill/twitchtv-grab/get-wget-lua.tmp'
make: *** [all] Error 2
wget-lua not successfully built.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment