diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-27 20:01:27 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-27 20:01:27 -0500 |
commit | 48b71fb021ac6e60c7baf52026ee77c3872553cc (patch) | |
tree | 8ce4c13bc46ed221c3b6a58ea4b36d5d9dc1f6bf | |
parent | 4c8300f4c02110170360cc8a68bab3d85fc3cd46 (diff) | |
download | debhelper-48b71fb021ac6e60c7baf52026ee77c3872553cc.tar.gz |
add --builddirectory example
-rwxr-xr-x | dh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -200,6 +200,13 @@ subdirectory. %: dh $@ --sourcedirectory=src +And here is an example of how to tell the dh_auto_* commands to build +in a subdirectory, which will be removed on clean. + + #!/usr/bin/make -f + %: + dh $@ --builddirectory=build + Finally, here is a way to prevent dh from running several commands that you don't want it to run, by defining empty override targets for each command. |