diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-06-29 15:46:12 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-06-29 15:46:12 -0400 |
commit | 86e65737a05bc7dc5e911577bf96e9539ab759c2 (patch) | |
tree | 79cd5f7630632c3f1c0422e1d590a02277137f1f | |
parent | b4a1bdaa371033df1f0c1755652e8e472982ff0d (diff) | |
download | debhelper-86e65737a05bc7dc5e911577bf96e9539ab759c2.tar.gz |
fix pod oops
-rwxr-xr-x | dh_auto_configure | 4 | ||||
-rwxr-xr-x | dh_auto_install | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dh_auto_configure b/dh_auto_configure index 4a8c28c6..6b6b58f3 100755 --- a/dh_auto_configure +++ b/dh_auto_configure @@ -30,11 +30,11 @@ you're encouraged to skip using dh_auto_configure at all, and just run =head1 OPTIONS -=over 4 - See L<debhelper(7)/BUILD SYSTEM OPTIONS> for a list of common build system selection and control options. +=over 4 + =item B<--> I<params> Pass "params" to the program that is run, after the standard diff --git a/dh_auto_install b/dh_auto_install index abf8e107..2e2aa214 100755 --- a/dh_auto_install +++ b/dh_auto_install @@ -39,11 +39,11 @@ dh_auto_install at all, and just run make install manually. =head1 OPTIONS -=over 4 - See L<debhelper(7)/BUILD SYSTEM OPTIONS> for a list of common build system selection and control options. +=over 4 + =item B<--> I<params> Pass "params" to the program that is run. These can be used to supplement |