Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
baeed6b9
Commit
baeed6b9
authored
May 26, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #174 from jannick0/patch-1
make.bat: change current directory
parents
4f6e6913
1f877b09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
latexgen.cpp
src/latexgen.cpp
+4
-0
No files found.
src/latexgen.cpp
View file @
baeed6b9
...
...
@@ -186,6 +186,8 @@ static void writeMakeBat()
exit
(
1
);
}
FTextStream
t
(
&
file
);
t
<<
"set Dir_Old=%cd%
\n
"
;
t
<<
"cd /D %~dp0
\n\n
"
;
t
<<
"del /s /f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf
\n\n
"
;
if
(
!
Config_getBool
(
"USE_PDFLATEX"
))
// use plain old latex
{
...
...
@@ -246,6 +248,8 @@ static void writeMakeBat()
t
<<
"endlocal
\n
"
;
t
<<
mkidx_command
<<
" refman.idx
\n
"
;
t
<<
"pdflatex refman
\n
"
;
t
<<
"cd /D %Dir_Old%
\n
"
;
t
<<
"set Dir_Old=
\n
"
;
}
#endif
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment