diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-28 13:01:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-28 13:01:01 +0100 |
commit | 7c0939cd8dce18177b8e535f7a77136634b352e1 (patch) | |
tree | 13e9c753ab70d2f07a0bfd606a891e000e5592b3 | |
parent | fix makefile (diff) | |
download | scrotty-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/$@ $@ |