summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-22 12:21:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-22 12:21:53 -0400
commit0d30b4db4cb85cb74aeefa47e294f6a5b382e07c (patch)
tree48d9105345d84dde97dc969a7bb51e45c127ad2b /Makefile
parentfe8c2254fff93b3cc988d3f3db95348714ff7bd4 (diff)
distribution info file updater program
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 541efaecd..2d7aa73bf 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ clean:
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \
Setup Build/InstallDesktopFile Build/EvilSplicer \
- Build/Standalone Build/OSXMkLibs \
+ Build/Standalone Build/OSXMkLibs Build/DistributionUpdate \
git-union-merge
find . -name \*.o -exec rm {} \;
find . -name \*.hi -exec rm {} \;
@@ -220,4 +220,8 @@ hdevtools:
hdevtools --stop-server || true
hdevtools check git-annex.hs -g -cpp -g -i -g -idist/build/git-annex/git-annex-tmp -g -i. -g -idist/build/autogen -g -Idist/build/autogen -g -Idist/build/git-annex/git-annex-tmp -g -IUtility -g -DWITH_TESTSUITE -g -DWITH_S3 -g -DWITH_ASSISTANT -g -DWITH_INOTIFY -g -DWITH_DBUS -g -DWITH_PAIRING -g -DWITH_XMPP -g -optP-include -g -optPdist/build/autogen/cabal_macros.h -g -odir -g dist/build/git-annex/git-annex-tmp -g -hidir -g dist/build/git-annex/git-annex-tmp -g -stubdir -g dist/build/git-annex/git-annex-tmp -g -threaded -g -Wall -g -XHaskell98 -g -XPackageImports
+distributionupdate:
+ ghc --make Build/DistributionUpdate
+ ./Build/DistributionUpdate
+
.PHONY: git-annex git-union-merge git-recover-repository tags build-stamp