diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-22 12:21:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-22 12:21:53 -0400 |
commit | 0d30b4db4cb85cb74aeefa47e294f6a5b382e07c (patch) | |
tree | 48d9105345d84dde97dc969a7bb51e45c127ad2b /Makefile | |
parent | fe8c2254fff93b3cc988d3f3db95348714ff7bd4 (diff) |
distribution info file updater program
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |