diff options
-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 |