Fixed .Help SUMMARY
[citadel.git] / textclient / Makefile
index 5203ea493f2d66a778b3b492b7559178432948aa..0750f964f5ede7da64a95f0fa10d14b0a4bf44c4 100644 (file)
@@ -5,7 +5,7 @@
 # 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.
+# 4. By using this software you agree that Richard Stallman should shut up about everything
 # 5. By reading these special exceptions you have already agreed to them.
 
 # config.mk is generated by ./configure
@@ -35,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