summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-05-24 09:03:39 +0200
committerErich Eckner <git@eckner.net>2016-05-24 09:03:39 +0200
commit86cbf4320784a0e8f2af40f933c1793092fbe9a5 (patch)
tree6c04296febc46a057215d4ffb1e4d5c1b6cdd645
parent307830d1ca6b035ac887a8c7b0d54338940115b1 (diff)
downloadsound-cutter-86cbf4320784a0e8f2af40f933c1793092fbe9a5.tar.xz
manpage .1 -> .8
-rw-r--r--Makefile6
-rw-r--r--sound-cutter.1.in (renamed from sound-cutter.8.in)0
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 14c27fe..5fa6edb 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ MANDIR = /usr/share/man
VERSION = 1.0.2
-all: sound-cutter sound-cutter.8
+all: sound-cutter sound-cutter.1
%: %.in
sed "s/#VERSION#/$(VERSION)/; s@#BINDIR#@$(BINDIR)@" $< > $@
@@ -34,10 +34,10 @@ all: sound-cutter sound-cutter.8
install: all
install -D -m0755 sound-cutter $(DESTDIR)$(BINDIR)/sound-cutter
- install -D -m0644 sound-cutter.8 $(DESTDIR)$(MANDIR)/man8/sound-cutter.8
+ install -D -m0644 sound-cutter.1 $(DESTDIR)$(MANDIR)/man1/sound-cutter.1
clean:
- rm -f sound-cutter{,.8}
+ rm -f sound-cutter{,.1}
dist: clean
git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true
diff --git a/sound-cutter.8.in b/sound-cutter.1.in
index c5b9697..c5b9697 100644
--- a/sound-cutter.8.in
+++ b/sound-cutter.1.in