]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_install
releasing version 7.3.12
[debhelper.git] / dh_auto_install
index abf8e107c2c9d156c9da0e07f4189031f7d1ab2c..b57db8399efb4edae5aaf1ceb2a630d5af462796 100755 (executable)
@@ -22,7 +22,8 @@ built files. It does so by running the appropriate command for the build
 system it detects the package uses. For example, if there's a Makefile and
 it contains a "install" target, then this is done by running make (or MAKE,
 if the environment variable is set). If there is a setup.py or Build.PL,
-it is used.
+it is used. Note that the Ant build system does not support installation,
+so dh_auto_install will not install files built using Ant.
 
 The files are installed into debian/<package>/ if there is only one binary
 package. In the multiple binary package case, the files are instead
@@ -39,11 +40,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