You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
301 B

  1. REM go to the folder of the current script
  2. pushd %~p0
  3. cp NamespaceDoc.cs Assets/Emgu.CV/Assets/Scripts
  4. wsl doxygen Emgu.CV.Doxyfile
  5. cd latex
  6. wsl make
  7. cd ..
  8. cp latex/refman.pdf ../Emgu.CV.Unity/Assets/Emgu.CV/Documentation/Emgu.CV.Documentation.pdf
  9. rm Assets/Emgu.CV/Assets/Scripts/NamespaceDoc.cs
  10. popd