Skip to content

Commit 58de180

Browse files
committed
remove outdated man pages that were confusing users
1 parent bcd74f2 commit 58de180

File tree

7 files changed

+2
-443
lines changed

7 files changed

+2
-443
lines changed

trunk/Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
#
44

55
BINS = mpeg2cut nuvexport nuvinfo
6-
MANS = man/nuvexport.1 \
7-
man/nuvexport-svcd.1 \
8-
man/nuvexport-vcd.1 \
9-
man/nuvexport-xvid.1
106

117
CONF = nuvexportrc
128

@@ -54,11 +50,9 @@ INSTALL = /usr/bin/install
5450
prefix=/usr/local
5551
bindir=${prefix}/bin
5652
datadir=${prefix}/share
57-
mandir=${prefix}/man
5853
sysconfdir=/etc
5954

6055
MODDIR=${datadir}/nuvexport
61-
MAN1DIR=${mandir}/man1
6256

6357
default:
6458
@echo "Use \"make install\" to install the new version"
@@ -84,10 +78,5 @@ install:
8478
@for i in ${MODULES} ; do \
8579
${INSTALL} -Dv ${OWNER} -m 0755 $$i ${MODDIR}/$$i; \
8680
done
87-
# Install the man page
88-
@${INSTALL} -dv ${OWNER} -m 0755 ${MAN1DIR}
89-
@for i in ${MANS} ; do \
90-
${INSTALL} -v ${OWNER} -m 0644 $$i ${MAN1DIR}; \
91-
done
9281

9382

trunk/man/nuvexport-svcd.1

Lines changed: 0 additions & 93 deletions
This file was deleted.

trunk/man/nuvexport-vcd.1

Lines changed: 0 additions & 75 deletions
This file was deleted.

trunk/man/nuvexport-xvid.1

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)