Skip to content

Commit 259528a

Browse files
committed
rotate pnm files
1 parent 85e1d77 commit 259528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/latex/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PSFILES=$(wildcard fig/*.ps)
4343
PNGFILES=$(PSFILES:%.ps=%.png)
4444
%.png : %.ps
4545
#ps2png $^ $@
46-
pstopnm -stdout $^ | pnmtopng - > $@
46+
pstopnm -stdout $^ | pnmflip -rotate270 | pnmtopng - > $@
4747

4848

4949
rst: manual.rst

0 commit comments

Comments
 (0)