commit dd3836fca060a82872ad7ed79f49b2195a9b9fa7
parent a8586c2025275a819f556cf3895b4f880f4ccbaf
Author: sin <sin@2f30.org>
Date: Tue, 23 Feb 2016 15:59:05 +0000
Rename sbm-plot-real to sbm-rt-plot
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -19,19 +19,19 @@ install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f $(BIN) $(DESTDIR)$(PREFIX)/bin
cp -f sbm-plot $(DESTDIR)$(PREFIX)/bin
- cp -f sbm-plot-real $(DESTDIR)$(PREFIX)/bin
+ cp -f sbm-rt-plot $(DESTDIR)$(PREFIX)/bin
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
cp -f $(BIN).1 $(DESTDIR)$(MANPREFIX)/man1
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/$(BIN)
rm -f $(DESTDIR)$(PREFIX)/bin/sbm-plot
- rm -f $(DESTDIR)$(PREFIX)/bin/sbm-plot-real
+ rm -f $(DESTDIR)$(PREFIX)/bin/sbm-rt-plot
rm -f $(DESTDIR)$(MANPREFIX)/man1/$(BIN).1
dist: clean
mkdir -p sbm-$(VERSION)
- cp LICENSE Makefile arg.h sbm-plot sbm-plot-real sbm.1 sbm.c sbm-$(VERSION)
+ cp LICENSE Makefile arg.h sbm-plot sbm-rt-plot sbm.1 sbm.c sbm-$(VERSION)
tar -cf sbm-$(VERSION).tar sbm-$(VERSION)
gzip sbm-$(VERSION).tar
rm -rf sbm-$(VERSION)
diff --git a/sbm-plot-real b/sbm-rt-plot