Fix make clean for ebook2cw.exe; cosmetics
This commit is contained in:
parent
b5ad22e645
commit
c35b1454b4
2
Makefile
2
Makefile
|
|
@ -53,7 +53,7 @@ uninstall:
|
|||
rm -rf $(DESTDIR)/share/doc/ebook2cw
|
||||
|
||||
clean:
|
||||
rm -f ebook2cw *~ *.mp3 *.ogg *.cgi
|
||||
rm -f ebook2cw *~ *.mp3 *.ogg *.cgi ebook2cw.exe
|
||||
|
||||
dist:
|
||||
sed 's/v[0-9].[0-9].[0-9]/v$(VERSION)/g' README > README2
|
||||
|
|
|
|||
|
|
@ -390,7 +390,7 @@ int main (int argc, char** argv) {
|
|||
|
||||
if (c == '\r') /* DOS linebreaks */
|
||||
continue;
|
||||
if (c == 0x04) /* EOT (Win32 console produces this for Ctl-D */
|
||||
if (c == 0x04) /* EOT; Win32 console produces this for Ctl-D */
|
||||
break;
|
||||
|
||||
word[pos++] = c;
|
||||
|
|
|
|||
Loading…
Reference in New Issue