X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2FMakefile;h=c42fe60635406b5c39e6282873ca6f3b2a3d9998;hb=633eabfc5820a6cc3b3c45793243928d0fa9c099;hp=d52a704dab1ca3c8557139dc1ad2d788279d67fc;hpb=2dfd5bee542a9d635e380097e63c307bd6c27d65;p=citadel.git diff --git a/textclient/Makefile b/textclient/Makefile index d52a704da..c42fe6063 100644 --- a/textclient/Makefile +++ b/textclient/Makefile @@ -1,5 +1,14 @@ # MAKEFILE FOR CITADEL TEXT CLIENT -# Copyright (c) 2016-2018 by the citadel.org team +# This file is part of "conf-IG-ure" +# Copyright (C) 2016-2018 by Art Cancro +# +# This program is open source software. Use, duplication, and/or +# disclosure are subject to the GNU General Purpose License version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # config.mk is generated by ./configure include config.mk @@ -28,8 +37,9 @@ clean: distclean: clean rm -f config.mk -install: citadel +install: citadel citadel.rc install citadel $(BINDIR)/citadel + install citadel.rc $(ETCDIR)/citadel.rc uninstall: rm -vf $(BINDIR)/citadel