]> git.madduck.net Git - code/myrepos.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

avoid double build
authorJoey Hess <joey@kitenet.net>
Wed, 19 Jun 2013 00:26:25 +0000 (20:26 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 19 Jun 2013 00:26:25 +0000 (20:26 -0400)
Makefile

index eda083bb884e08b7cafa2c60d60cc69300653870..d1e2e77101ed0e14304ca4550365d965215f81da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,11 @@
-PREFIX:=/usr/local
+PREFIX:=/usr
 
-build:
+build: mr.1 webcheckout.1
+
+mr.1: mr
        pod2man -c mr mr > mr.1
+
+webcheckout.1: webcheckout
        pod2man -c webcheckout webcheckout > webcheckout.1
 
 test: