Skip to content

Commit

Permalink
Debian build files: install mkvtoolnix-gui man page
Browse files Browse the repository at this point in the history
  • Loading branch information
mbunkus committed May 30, 2015
1 parent 83ae247 commit e95a8fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions debian-upstream/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
dh $@ --parallel

override_dh_auto_configure:
dh_auto_configure -- \
--enable-gui
dh_auto_configure

# exit 1

Expand All @@ -35,8 +34,8 @@ override_dh_clean:
rake.d/dependecy.d/*.rb src/input/*.d config.h build-config

override_dh_install:
./drake install 'install:translations:guides' DESTDIR=$(CURDIR)/debian/tmp docdir='$${datarootdir}/doc/mkvtoolnix-gui'
./drake install 'install:shared' DESTDIR=$(CURDIR)/debian/tmp docdir='$${datarootdir}/doc/mkvtoolnix-gui'
./drake install 'install:translations:guides' 'install:shared' DESTDIR=$(CURDIR)/debian/tmp docdir='$${datarootdir}/doc/mkvtoolnix-gui'
./drake 'install:manpages' DESTDIR=$(CURDIR)/debian/tmp USE_QT=yes BUILD_MKVTOOLNIX_GUI=yes docdir='$${datarootdir}/doc/mkvtoolnix-gui'

dh_install --fail-missing -Xmkvtoolnix.xml

Expand Down

0 comments on commit e95a8fc

Please sign in to comment.