aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-09-23 07:18:06 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-09-23 07:18:06 +0300
commit47873aa91877d2e65b40afe01de7a60fe2f1edb2 (patch)
treee3b8a46e6165208423912b3ef7c351b0b07089bb /Makefile
parent0def4ef080ddd5bf5c39596f43de5be11739d491 (diff)
downloadslackupgrade-47873aa91877d2e65b40afe01de7a60fe2f1edb2.tar.gz
slackupgrade-47873aa91877d2e65b40afe01de7a60fe2f1edb2.tar.bz2
Rename the script to slackupgrade
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 3d90bb6..a741c2f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Makefile for slackware-upgrade-system
+# Makefile for slackupgrade
# Copyright (C) 2019 Sergey Poznyakoff.
#
# Slackware-upgrade-system is free software; you can redistribute it and/or
@@ -12,11 +12,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with slackware-upgrade-system. If not, see
+# along with slackupgrade. If not, see
# <http://www.gnu.org/licenses/>.
PACKAGE = slackupgrade
-VERSION = 0.1
+VERSION = 0.2
SBINDIR = /sbin
MANDIR = /usr/man
@@ -33,7 +33,7 @@ help:;
@echo " MANDIR - toplevel directory for man page installation ($(MANDIR))"
@echo ""
@echo "$$ make install-sbin"
- @echo " Installs only the slackware-upgrade-system script."
+ @echo " Installs only the slackupgrade script."
@echo ""
@echo "$$ make install-man"
@echo " Installs only the manpage."
@@ -48,11 +48,11 @@ install: install-sbin install-conf install-man
install-sbin:
@if ! test -d $(DESTDIR)$(SBINDIR); then install -d $(DESTDIR)$(SBINDIR); fi
- install slackware-upgrade-system $(DESTDIR)$(SBINDIR)
+ install slackupgrade $(DESTDIR)$(SBINDIR)
install-man:
@if ! test -d $(DESTDIR)$(MAN8DIR); then install -d $(DESTDIR)$(MAN8DIR); fi
- install -m 644 slackware-upgrade-system.8 $(DESTDIR)$(MAN8DIR)
+ install -m 644 slackupgrade.8 $(DESTDIR)$(MAN8DIR)
install-conf:
@if ! test -d $(DESTDIR)$(CONFDIR); then install -d $(DESTDIR)$(CONFDIR); fi
@@ -64,8 +64,8 @@ install-conf:
DISTDIR = $(PACKAGE)-$(VERSION)
DISTFILES =\
- slackware-upgrade-system\
- slackware-upgrade-system.8\
+ slackupgrade\
+ slackupgrade.8\
Makefile\
COPYING\
README\

Return to:

Send suggestions and report system problems to the System administrator.