Skip to content

Commit

Permalink
Documentation|Win32: readme.txt needs cr+nl newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 22, 2012
1 parent 4e19b0a commit 88a2367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/doc/output/Makefile
Expand Up @@ -10,7 +10,7 @@ Read\ Me.rtf: $(sources)
amethyst -dRTF -dMACOSX -oRead\ Me.rtf $(main_source)

readme.txt: $(sources)
amethyst -dTXT -dWIN32 -oreadme.txt $(main_source)
amethyst -dTXT -dWIN32 -dCR_NL -oreadme.txt $(main_source)

clean:
rm -f doomsday.6 Read\ Me.rtf readme.txt

0 comments on commit 88a2367

Please sign in to comment.