Changeset c564e25 for Makefile


Ignore:
Timestamp:
2014-07-05T21:37:23Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6f6b6c7
Parents:
0edb57f
Message:

Nope, do not install systemd stuff by default. Remove it from the install:
dependencies and tell the user to run "make install-systemd" in cases where
this seems useful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r0edb57f rc564e25  
    3838        @echo -e '\nmake uninstall does not remove files in '$(DESTDIR)$(ETCDIR)', you can use make uninstall-etc to do that.\n'
    3939
    40 install: install-bin install-doc install-plugins install-systemd
     40install: install-bin install-doc install-plugins
    4141        @if ! [ -d $(DESTDIR)$(CONFIG) ]; then echo -e '\nThe configuration directory $(DESTDIR)$(CONFIG) does not exist yet, don'\''t forget to create it!'; fi
    4242        @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
     43ifdef SYSTEMDSYSTEMUNITDIR
     44        @echo If you want to start BitlBee using systemd, try \"make install-systemd\".
     45endif
    4346        @echo
    4447
Note: See TracChangeset for help on using the changeset viewer.