From 9743a6ea63b237af6d4b5dd66971d551cfc5b817 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Fri, 29 Oct 2010 13:23:06 +0200
Subject: [PATCH] Add parallel PDF to Windows package

---
 windows/dynare.nsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index 555e0af060..03d6f3a597 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -120,7 +120,7 @@ SectionEnd
 
 Section "Documentation and examples (Dynare and Dynare++)"
  SetOutPath $INSTDIR\doc
- File ..\doc\manual.pdf ..\doc\guide.pdf ..\doc\userguide\UserGuide.pdf ..\doc\bvar-a-la-sims.pdf ..\doc\dr.pdf ..\doc\macroprocessor\macroprocessor.pdf ..\doc\preprocessor\preprocessor.pdf
+ File ..\doc\manual.pdf ..\doc\guide.pdf ..\doc\userguide\UserGuide.pdf ..\doc\bvar-a-la-sims.pdf ..\doc\dr.pdf ..\doc\macroprocessor\macroprocessor.pdf ..\doc\preprocessor\preprocessor.pdf ..\doc\parallel\parallel.pdf
 
  SetOutPath $INSTDIR\doc\manual-html
  File ..\doc\manual-html\*.html
-- 
GitLab