Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
InformatikDKVorstand
Promotionsvereinbarung
Commits
ac031dfc
Commit
ac031dfc
authored
Jun 08, 2015
by
Andreas Zwinkau
Browse files
spellcheck goal in Makefile
parent
509f1538
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ac031dfc
...
...
@@ -13,7 +13,7 @@ build/%.pdf: %.tex
mv
$<
$@
# atomic!
cp
$@
$<
.PHONY
:
show clean distclean
.PHONY
:
show clean distclean
spellcheck
show
:
$(NAME).pdf
xdg-open
$<
...
...
@@ -24,3 +24,6 @@ clean:
distclean
:
clean
rm
-f
$(NAME)
.pdf
spellcheck
:
aspell check
$(NAME)
.tex
--mode
=
tex
--lang
=
de_DE
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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