From 56e592ee4554722aa1fb25d884152a824f307874 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 6 Nov 2011 17:25:57 +0100 Subject: [PATCH] Include CSS stylesheet for docs in installer --- installer/mkvtoolnix-unicode.nsi | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/installer/mkvtoolnix-unicode.nsi b/installer/mkvtoolnix-unicode.nsi index a511d4960..ef501cf70 100644 --- a/installer/mkvtoolnix-unicode.nsi +++ b/installer/mkvtoolnix-unicode.nsi @@ -1,6 +1,6 @@ !define PRODUCT_NAME "MKVtoolnix" !define PRODUCT_VERSION "5.0.1" -!define PRODUCT_VERSION_BUILD "" # Intentionally left empty for releases +!define PRODUCT_VERSION_BUILD " [20111106-379]" !define PRODUCT_PUBLISHER "Moritz Bunkus" !define PRODUCT_WEB_SITE "http://www.bunkus.org/videotools/mkvtoolnix/" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\mmg.exe" @@ -127,23 +127,26 @@ Section "Program files" SEC01 File "doc\README.txt" File "doc\README.Windows.txt" SetOutPath "$INSTDIR\doc\en" - File "doc\mkvextract.html" - File "doc\mkvinfo.html" - File "doc\mkvmerge.html" - File "doc\mkvpropedit.html" - File "doc\mmg.html" + File "doc\en\mkvextract.html" + File "doc\en\mkvinfo.html" + File "doc\en\mkvmerge.html" + File "doc\en\mkvpropedit.html" + File "doc\en\mmg.html" + File "doc\en\mkvtoolnix-doc.css" SetOutPath "$INSTDIR\doc\ja" File "doc\ja\mkvextract.html" File "doc\ja\mkvinfo.html" File "doc\ja\mkvmerge.html" File "doc\ja\mkvpropedit.html" File "doc\ja\mmg.html" + File "doc\ja\mkvtoolnix-doc.css" SetOutPath "$INSTDIR\doc\zh_CN" File "doc\zh_CN\mkvextract.html" File "doc\zh_CN\mkvinfo.html" File "doc\zh_CN\mkvmerge.html" File "doc\zh_CN\mkvpropedit.html" File "doc\zh_CN\mmg.html" + File "doc\zh_CN\mkvtoolnix-doc.css" SetOutPath "$INSTDIR\doc\guide\en" File "doc\guide\en\mkvmerge-gui.hhc" File "doc\guide\en\mkvmerge-gui.hhk"