Makefile: added osxpkg target.
This commit is contained in:
parent
90e4603f8a
commit
fa0d9a28df
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -44,6 +44,9 @@ dist: sdist
|
|||
|
||||
man: ${MANPAGES}
|
||||
|
||||
osxpkg:
|
||||
./make_osx_package.sh
|
||||
|
||||
%.1: %.1.template
|
||||
${makemanpages}
|
||||
|
||||
|
@ -53,4 +56,4 @@ man: ${MANPAGES}
|
|||
clean:
|
||||
-rm ${MANPAGES}
|
||||
|
||||
.PHONY: all man clean test build bench haddock sdist
|
||||
.PHONY: all man clean test build bench haddock sdist osxpkg
|
||||
|
|
Loading…
Reference in a new issue