Zine

open source content publishing system


source: Makefile.in @ 712:e88cfddf8df3

Revision 712:e88cfddf8df3, 244 bytes checked in by mitsuhiko, 3 years ago (diff)

Fixed bugs in new installer.

Line 
1.PHONY: install uninstall
2
3PREFIX=%(PREFIX)s
4PYTHON=%(PYTHON)s
5
6# All is a no-op, we don't need compilation
7all:
8
9install:
10        @($(PYTHON) scripts/_install-posix.py $(PREFIX))
11
12uninstall:
13        @(PREFIX=$(PREFIX) /bin/sh ./scripts/_uninstall-posix.sh)
Note: See TracBrowser for help on using the repository browser.