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
5d00fa58
Commit
5d00fa58
authored
Aug 18, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo and used QString for directory
parent
4518e537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
cite.cpp
src/cite.cpp
+2
-3
No files found.
src/cite.cpp
View file @
5d00fa58
...
...
@@ -166,10 +166,9 @@ void CiteDict::generatePage() const
f
.
close
();
// 4. for all formats we just copy the bib files to as special output directory
// s bibtex can find them without path (bibtex doesn't support paths or
// s
o
bibtex can find them without path (bibtex doesn't support paths or
// filenames with spaces!)
// Strictly not required when only latex is generated
// copy bib files to the latex output dir
QStrList
&
citeDataList
=
Config_getList
(
"CITE_BIB_FILES"
);
QCString
bibOutputDir
=
outputDir
+
"/"
+
bibTmpDir
;
QCString
bibOutputFiles
=
""
;
...
...
@@ -198,7 +197,7 @@ void CiteDict::generatePage() const
bibdata
=
citeDataList
.
next
();
}
Q
CString
oldDir
=
QDir
::
currentDirPath
().
utf8
();
Q
String
oldDir
=
QDir
::
currentDirPath
();
QDir
::
setCurrent
(
outputDir
);
// 5. run bib2xhtml perl script on the generated file which will insert the
...
...
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