Update make install doc

environments/ppa-mbqj77/deployments/1
Xavier Guimard 9 years ago
parent 59442dec8c
commit 7e9f4d8983
  1. 9
      Makefile

@ -170,8 +170,13 @@ CSSDSTFILES=$(CSSSRCFILES:.css=.min.css)
all: configure common handler manager portal
@echo
@echo "Building succeed. Now run :"
@echo " - make test to verify your installation"
@echo " - make install to install all"
@echo " - `make test` to verify your installation"
@echo " - `make install PROD=yes` to install all"
@echo
@echo " MAKE INSTALL OPTIONS:"
@echo " - PROD=yes : use js/css minified files"
@echo " - USEDEBIANLIBS=yes : use some Debian shared js/css files"
@echo " - USEEXTERNALLIBS=yes : use external links for some js/css files"
@echo
@echo 'Other targets :'
@echo " * Partial build :"

Loading…
Cancel
Save