We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa1a25 commit 0840339Copy full SHA for 0840339
Examples/GenerateDoc.mos
@@ -517,7 +517,7 @@ system("mkdir -p " + dirs);
517
system("cp '" + py + "' '" + self + "' .");
518
"tar";
519
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";
+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 -";
521
system(cmd);
522
getErrorString();
523
0 commit comments