Lines Matching full:install
31 INSTALL = install macro
58 export man_dir man_dir_SQ INSTALL
203 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \
209 $(INSTALL) $(if $3,-m $3,) $1 '$(DESTDIR_SQ)$2'
243 install: install_lib target
259 PHONY += doc-install
260 doc-install:
261 $(call descend,Documentation,install)
274 @echo ' install - install the library, the plugins,'\
280 @echo ' doc-install - install the man pages'
290 $(call descend,plugins,install)