Skip to content

Commit 0840339

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
Fix the tar-file in GenerateDoc.mos
Belonging to [master]: - OpenModelica/OMCompiler#2347
1 parent baa1a25 commit 0840339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/GenerateDoc.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ system("mkdir -p " + dirs);
517517
system("cp '" + py + "' '" + self + "' .");
518518
"tar";
519519
dirs;
520-
cmd := "find . -maxdepth 1 -name '*.html' -print0 | tar cJf ModelicaDocumentation.tar.xz --dereference --null style.css " + dirs + " GenerateDoc.mos generate_icons.py fix-case-sensitive.py FindFiles.log tidy.filtered tidy.links";
520+
cmd := "find . -maxdepth 1 -name '*.html' -print0 | tar cJf ModelicaDocumentation.tar.xz --dereference --null style.css " + dirs + " GenerateDoc.mos generate_icons.py fix-case-sensitive.py FindFiles.log tidy.filtered tidy.links -T -";
521521
system(cmd);
522522
getErrorString();
523523

0 commit comments

Comments
 (0)