From 670ae6b6507fad04e9d6f2db1b5b52eb731d5ccd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 5 Aug 2014 17:14:42 +0200 Subject: [PATCH] Doc: The last line ought to end with a newline --- ucw/doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2