#!/usr/bin/perl

use kdocUtil;

print kdocUtil::makeRelativePath( $ARGV[0], $ARGV[1] ), "\n";
