Changeset 3e6cdb6
- Timestamp:
- 2015-08-26T03:55:32Z (9 years ago)
- Branches:
- master
- Children:
- 0605498
- Parents:
- 49f1105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r49f1105 r3e6cdb6 30 30 31 31 install: install-bin install-doc install-plugins 32 @echo 33 @echo Installed successfully 34 @echo 32 35 @if ! [ -d $(DESTDIR)$(CONFIG) ]; then echo -e '\nThe configuration directory $(DESTDIR)$(CONFIG) does not exist yet, don'\''t forget to create it!'; fi 33 36 @if ! [ -e $(DESTDIR)$(ETCDIR)/bitlbee.conf ]; then echo -e '\nNo files are installed in '$(DESTDIR)$(ETCDIR)' by make install. Run make install-etc to do that.'; fi … … 35 38 @echo If you want to start BitlBee using systemd, try \"make install-systemd\". 36 39 endif 37 @echo 38 39 .PHONY: install install-bin install-etc install-doc install-plugins install-systemd \ 40 uninstall uninstall-bin uninstall-etc uninstall-doc \ 40 @echo To be able to compile third party plugins, run \"make install-dev\" 41 @echo 42 43 .PHONY: install install-bin install-etc install-doc install-plugins install-systemd install-dev \ 44 uninstall uninstall-bin uninstall-etc uninstall-doc uninstall-etc \ 41 45 all clean distclean tar $(subdirs) doc 42 46
Note: See TracChangeset
for help on using the changeset viewer.