]> code.citadel.org Git - citadel.git/blobdiff - citadel/Makefile.in
* Replaced all "Citadel/UX" references with "Citadel"
[citadel.git] / citadel / Makefile.in
index 1ab4eb7186b1ea50e33a192b0cddb821e5ac816e..907288b7eb8295fd649b50c3d085f773bc516dbb 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for Citadel/UX
+# Makefile for Citadel
 #
 # NOTE: normally you should not have to modify the Makefile.  All
 # system-dependent configuration is in the "configure" script, which
@@ -178,6 +178,12 @@ install: install-exec install-data install-doc
        @echo Now go to your Citadel directory and run 'setup'.
        @echo 
 
+upgrade: install-exec install-doc
+       @echo
+       @echo Upgrade is complete.
+       @echo Now go to your Citadel directory and run 'setup'.
+       @echo
+
 install-data:
        @for i in help messages network/spoolin network/spoolout \
                 network/systems; do \
@@ -217,7 +223,7 @@ install-exec: all
                        $(INSTALL) $$i $(root)$(prefix)/$$i; \
                fi \
        done
-       @for i in utilsmenu ; do \
+       @for i in utilsmenu database_cleanup.sh ; do \
                if test -f $(srcdir)/$$i; then \
                        echo $(INSTALL) $(srcdir)/$$i $(root)$(prefix)/$$i; \
                        $(INSTALL) $(srcdir)/$$i $(root)$(prefix)/$$i; \