Skip to content
GitLab
Menu
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
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
ac031dfc
...
@@ -13,7 +13,7 @@ build/%.pdf: %.tex
...
@@ -13,7 +13,7 @@ build/%.pdf: %.tex
mv
$<
$@
# atomic!
mv
$<
$@
# atomic!
cp
$@
$<
cp
$@
$<
.PHONY
:
show clean distclean
.PHONY
:
show clean distclean
spellcheck
show
:
$(NAME).pdf
show
:
$(NAME).pdf
xdg-open
$<
xdg-open
$<
...
@@ -24,3 +24,6 @@ clean:
...
@@ -24,3 +24,6 @@ clean:
distclean
:
clean
distclean
:
clean
rm
-f
$(NAME)
.pdf
rm
-f
$(NAME)
.pdf
spellcheck
:
aspell check
$(NAME)
.tex
--mode
=
tex
--lang
=
de_DE
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