Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Submodule with make includes
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Dec 29, 2012
1 parent 50ad0e3 commit f971c91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "make-includes"]
path = make-includes
url = git://github.com/l0b0/make-includes.git
5 changes: 3 additions & 2 deletions Makefile
@@ -1,5 +1,3 @@
include tools.mk

# Release
GPG_ID ?= 92126B54

Expand Down Expand Up @@ -54,3 +52,6 @@ distclean:
release: test register
$(SETUP) sdist bdist_egg upload $(UPLOAD_OPTIONS)
$(GIT_TAG) -m 'PyPI release' $(RELEASE_TAG)

include make-includes/python.mk
include make-includes/variables.mk
1 change: 1 addition & 0 deletions make-includes
Submodule make-includes added at 17051e

0 comments on commit f971c91

Please sign in to comment.