Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

glpi / Makefile @ 166be9d2

History | View | Annotate | Download (306 Bytes)

1 75e60ab7 Francois POIROTTE
NAME = glpi
2
3
all:
4
5
include buildenv/Makefile.common.nopython
6
7
install: install_pkg
8
9
install_pkg: $(INFILES)
10 166be9d2 Francois POIROTTE
	-mkdir -p $(DESTDIR)$(DATADIR)/$(NAME)/plugins/
11
	cp -pr src/plugins/vigilo $(DESTDIR)$(DATADIR)/$(NAME)/plugins/
12 75e60ab7 Francois POIROTTE
13
clean: clean_common
14
15
doc: sphinxdoc
16
17
.PHONY: all install install_pkg clean man doc