Foo.pod: =head1 Foo stuff Stuff about Foo. =over =item foo see L This hack works: L =back Bar.pod: =head1 Bar stuff Stuff about Bar. =over =item foo this item was referenced in Foo. =back #### for f in {Foo,Bar}.pod do pod2html \ --htmlroot=file:/ \ --outfile=${f%.pod}.html \ --podpath=$PWD \ --verbose $f done #### foo #### see foo in the Bar manpage #### foo in the Bar manpage