From 85799a5f0b1adc75b809ab67f9eddbedb204b793 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 12 Jul 2016 07:21:02 +0200 Subject: [PATCH] man pages into man dir --- Makefile | 6 +++--- albentohandy.1 => man/albentohandy.1 | 0 albentohandy.conf.1 => man/albentohandy.conf.1 | 0 flactomp3v2.conf.1 => man/flactomp3v2.conf.1 | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename albentohandy.1 => man/albentohandy.1 (100%) rename albentohandy.conf.1 => man/albentohandy.conf.1 (100%) rename flactomp3v2.conf.1 => man/flactomp3v2.conf.1 (100%) diff --git a/Makefile b/Makefile index f72da40..5a57a2c 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,11 @@ install: chmod 755 $(BINPATH)/albentohandy.sh cp flactomp3v2.sh $(BINPATH)/flactomp3v2.sh chmod 755 $(BINPATH)/flactomp3v2.sh - cp albentohandy.1 $(MANPATH)/albentohandy.1 + cp man/albentohandy.1 $(MANPATH)/albentohandy.1 gzip $(MANPATH)/albentohandy.1 - cp albentohandy.conf.1 $(MANPATH)/albentohandy.conf.1 + cp man/albentohandy.conf.1 $(MANPATH)/albentohandy.conf.1 gzip $(MANPATH)/albentohandy.conf.1 - cp flactomp3v2.conf.1 $(MANPATH)/flactomp3v2.conf.1 + cp man/flactomp3v2.conf.1 $(MANPATH)/flactomp3v2.conf.1 gzip $(MANPATH)/flactomp3v2.conf.1 uninstall: rm $(BINPATH)/albentohandy.sh diff --git a/albentohandy.1 b/man/albentohandy.1 similarity index 100% rename from albentohandy.1 rename to man/albentohandy.1 diff --git a/albentohandy.conf.1 b/man/albentohandy.conf.1 similarity index 100% rename from albentohandy.conf.1 rename to man/albentohandy.conf.1 diff --git a/flactomp3v2.conf.1 b/man/flactomp3v2.conf.1 similarity index 100% rename from flactomp3v2.conf.1 rename to man/flactomp3v2.conf.1 -- 2.47.3