summary refs log tree commit diff stats
path: root/qemu.nsi
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-10-06 16:12:11 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2016-10-07 10:05:54 +0200
commit78e87797ba0b6612fc1c95216a0b81c744fb85b0 (patch)
tree3dc18d465c3b472cc7abe7e87f3a7b68cf33cc6b /qemu.nsi
parent36e4970e9d658143cc53e409a94e32ece2a36626 (diff)
downloadfocaccia-qemu-78e87797ba0b6612fc1c95216a0b81c744fb85b0.tar.gz
focaccia-qemu-78e87797ba0b6612fc1c95216a0b81c744fb85b0.zip
qemu-doc: merge qemu-tech and qemu-doc
Merge what is left of qemu-tech into the main manual as an appendix.
Ultimately we should have a new internals manual built from docs/, and
then the "Translator Internals" parts of qemu-tech could move to docs/
as well.  The bits on limitation and features of CPU emulation should
remain in qemu-doc.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu.nsi')
-rw-r--r--qemu.nsi3
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu.nsi b/qemu.nsi
index a20f6ef35b..1a2d7d18a8 100644
--- a/qemu.nsi
+++ b/qemu.nsi
@@ -171,10 +171,8 @@ SectionEnd
 Section "Documentation" SectionDoc
     SetOutPath "$INSTDIR"
     File "${BINDIR}\qemu-doc.html"
-    File "${BINDIR}\qemu-tech.html"
     CreateDirectory "$SMPROGRAMS\${PRODUCT}"
     CreateShortCut "$SMPROGRAMS\${PRODUCT}\User Documentation.lnk" "$INSTDIR\qemu-doc.html" "" "$INSTDIR\qemu-doc.html" 0
-    CreateShortCut "$SMPROGRAMS\${PRODUCT}\Technical Documentation.lnk" "$INSTDIR\qemu-tech.html" "" "$INSTDIR\qemu-tech.html" 0
 SectionEnd
 !endif
 
@@ -219,7 +217,6 @@ Section "Uninstall"
     Delete "$INSTDIR\qemu.exe"
     Delete "$INSTDIR\qemu-system-*.exe"
     Delete "$INSTDIR\qemu-doc.html"
-    Delete "$INSTDIR\qemu-tech.html"
     RMDir /r "$INSTDIR\keymaps"
     RMDir /r "$INSTDIR\share"
     ; Remove generated files