aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-28 13:01:01 +0100
committerMattias Andrée <maandree@operamail.com>2014-10-28 13:01:01 +0100
commit7c0939cd8dce18177b8e535f7a77136634b352e1 (patch)
tree13e9c753ab70d2f07a0bfd606a891e000e5592b3
parentfix makefile (diff)
downloadscrotty-1.0.tar.gz
scrotty-1.0.tar.bz2
scrotty-1.0.tar.xz
typo1.0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8fbdb7a..0bfef70 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ pdf: scrotty.pdf
.PHONY: dvi
dvi: scrotty.dvi
%.dvi: info/%.texinfo info/fdl.texinfo
- @mkdir -p objo
+ @mkdir -p obj
cd obj ; yes X | $(TEXI2DVI) ../$<
mv obj/$@ $@