Include CSS stylesheet for docs in installer

This commit is contained in:
Moritz Bunkus 2011-11-06 17:25:57 +01:00
parent 287512229e
commit 56e592ee45

View File

@ -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"