<E>nter-message command in the text client now warns the user that this creates a...
[citadel.git] / textclient / Makefile
index d52a704dab1ca3c8557139dc1ad2d788279d67fc..3fdd066e5dd5c67e35762d85e2c7529204303828 100644 (file)
@@ -1,5 +1,12 @@
 # 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
+# Distributed under the terms of the GNU General Public License v3 with the following special exceptions:
+# 1. By using this software you agree that it's called "Linux", not "GNU/Linux"
+# 2. By using this software you agree that it's called "open source", not "free software"
+# 3. By using this software you agree that GNU Autotools are crap, which is why conf-IG-ure exists
+# 4. By using this software you agree that Richard Stallman is a communist.
+# 5. By reading these special exceptions you have already agreed to them.
 
 # config.mk is generated by ./configure
 include config.mk
@@ -28,8 +35,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