From 38c2975855a60e4023a583b5a9a973b5424aa85b Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 22 Sep 2017 13:13:08 +0200
Subject: [PATCH] files that should have been included in
 5c821b784dbbe208b74502f1ec4151508c28c948

---
 osx/createOsxFolderForPkg.sh | 1 -
 windows/dynare.nsi           | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/osx/createOsxFolderForPkg.sh b/osx/createOsxFolderForPkg.sh
index 2fe344f8c..3f5fa6630 100755
--- a/osx/createOsxFolderForPkg.sh
+++ b/osx/createOsxFolderForPkg.sh
@@ -79,7 +79,6 @@ cp $TOP_DYN_DIR/doc/guide.pdf                                    $INSTALLDIR/doc
 cp $TOP_DYN_DIR/doc/macroprocessor/macroprocessor.pdf            $INSTALLDIR/doc
 cp $TOP_DYN_DIR/doc/parallel/parallel.pdf                        $INSTALLDIR/doc
 cp $TOP_DYN_DIR/doc/preprocessor/preprocessor.pdf                $INSTALLDIR/doc
-cp $TOP_DYN_DIR/doc/userguide/UserGuide.pdf                      $INSTALLDIR/doc
 cp $TOP_DYN_DIR/doc/gsa/gsa.pdf                                  $INSTALLDIR/doc
 
 # doc (dynare++)
diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index 60b575149..b9b106042 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -126,7 +126,7 @@ SectionEnd
 
 Section "Documentation and examples (Dynare and Dynare++)"
  SetOutPath $INSTDIR\doc
- File ..\doc\dynare.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 ..\doc\gsa\gsa.pdf ..\doc\dseries-and-reporting\dseriesReporting.pdf
+ File ..\doc\dynare.pdf ..\doc\guide.pdf ..\doc\bvar-a-la-sims.pdf ..\doc\dr.pdf ..\doc\macroprocessor\macroprocessor.pdf ..\doc\preprocessor\preprocessor.pdf ..\doc\parallel\parallel.pdf ..\doc\gsa\gsa.pdf ..\doc\dseries-and-reporting\dseriesReporting.pdf
 
  SetOutPath $INSTDIR\doc\dynare.html
  File ..\doc\dynare.html\*.html ..\doc\dynare.html\*.png
-- 
GitLab