I opened up /wp-includes/feed-rss2.php, looked for the line that says <content:encoded><![CDATA[<?php the_content() ?>]]</content:encoded>, and changed it to
<content:encoded><![CDATA[<?php the_content() ?><?php wp_link_pages() ?>]]</content:encoded>