From: Martin Mares Date: Tue, 5 Aug 2014 15:14:42 +0000 (+0200) Subject: Doc: The last line ought to end with a newline X-Git-Tag: v6.1~3^2~6 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=670ae6b6507fad04e9d6f2db1b5b52eb731d5ccd;p=libucw.git Doc: The last line ought to end with a newline --- diff --git a/ucw/doc/Makefile b/ucw/doc/Makefile index 0795b84b..bef198c6 100644 --- a/ucw/doc/Makefile +++ b/ucw/doc/Makefile @@ -29,4 +29,4 @@ install-libucw-docs: $(UCW_INDEX) $(UCW_DOCS_HTML) $(UCW_MANPAGES) install -d -m 755 $(DESTDIR)$(INSTALL_DOC_DIR)/ucw/ install -m 644 $^ $(DESTDIR)$(INSTALL_DOC_DIR)/ucw/ install -d -m 755 $(DESTDIR)$(INSTALL_MAN_DIR)/man1 - install -m 644 $(UCW_MANPAGES) $(DESTDIR)$(INSTALL_MAN_DIR)/man1 \ No newline at end of file + install -m 644 $(UCW_MANPAGES) $(DESTDIR)$(INSTALL_MAN_DIR)/man1