diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-14 18:51:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-14 18:51:30 -0400 |
commit | cacb4f56cb5d4d07ee5980cbf0942f1cd568a4a4 (patch) | |
tree | 6e1f471950b3b9f474e89830d3048e146972f6b6 /debian/rules | |
parent | dee423fa774d285c7b5890525aff03c676d9950b (diff) |
add standalone target
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 1dd64872d..dbf02022a 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,10 @@ endif %: dh $@ +# Builds standalone tarball with the same FEATURES as debian package. +standalone: + $(MAKE) linuxstandalone + # Not intended for use by anyone except the author. announcedir: @echo ${HOME}/src/git-annex/doc/news |