Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Krause
tardis-doc
Commits
3c2db3f6
Commit
3c2db3f6
authored
Jul 10, 2020
by
Michael Krause
🎉
Browse files
make: update
parent
2e694397
Changes
1
Hide whitespace changes
Inline
Side-by-side
make
View file @
3c2db3f6
#!/bin/sh
WATCHSOURCE
=
"**/*.rst *.rst"
shopt
-s
globstar
WATCHSOURCE
=
"**/*.rst"
MAKEFUNC
=
makeindex
function
makeindex
()
{
...
...
@@ -11,7 +12,6 @@ function makeindex() {
while
true
;
do
inotifywait
-e
modify
$WATCHSOURCE
-qq
WATCHSOURCE
=
"**/*.rst *.rst"
$MAKEFUNC
done
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