Forgot to fix "rules" after changing the package name.

This commit is contained in:
Moritz Bunkus 2005-09-07 16:23:30 +00:00
parent 09ba99a363
commit c99330e94d

4
debian/rules vendored
View File

@ -13,7 +13,7 @@ export DH_COMPAT=4
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
INSTPREFIX=$(CURDIR)/debian/mkvtoolnix/usr
INSTPREFIX=$(CURDIR)/debian/mkvtoolnix-mb/usr
CFLAGS = -Wall -g
@ -76,7 +76,7 @@ binary-indep: build install
# Create HTML files from the man page.
for i in doc/mkvmerge.1; do \
groff -man -Thtml $$i > $(INSTPREFIX)/share/doc/mkvtoolnix/doc/`basename $$i .1`.html; \
groff -man -Thtml $$i > $(INSTPREFIX)/share/doc/mkvtoolnix-mb/doc/`basename $$i .1`.html; \
done
# Build architecture-dependent files here.