From 7d0806ff57733a2ad3b1ff5a97556b584ac96c62 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 13 Apr 2014 16:55:00 +0100 Subject: Format long lines --- manual/Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index 0a0008b2..9df25826 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -24,7 +24,11 @@ VERSION = Version $(shell git describe || python ../setup.py --version) en_sources = $(shell ls en/*.mdwn) de_sources = $(shell ls de/*.mdwn) -outputs = obnam-manual.en.pdf obnam-manual.en.html obnam-manual.de.pdf obnam-manual.de.html +outputs = \ + obnam-manual.en.pdf \ + obnam-manual.en.html \ + obnam-manual.de.pdf \ + obnam-manual.de.html all: $(outputs) @@ -35,10 +39,14 @@ obnam-manual.en.html: Makefile $(en_sources) ../obnam.css ./format-html $@ "$(TITLE_EN)" "$(AUTHOR)" "$(VERSION)" $(en_sources) obnam-manual.de.pdf: Makefile $(de_sources) - ./format-de-pdf $@ "$(TITLE_DE)" "$(AUTHOR)" "$(VERSION)" "$(TRANS_DE)" $(de_sources) + ./format-de-pdf $@ \ + "$(TITLE_DE)" "$(AUTHOR)" "$(VERSION)" "$(TRANS_DE)" \ + $(de_sources) obnam-manual.de.html: Makefile $(de_sources) ../obnam.css - ./format-de-html $@ "$(TITLE_DE)" "$(AUTHOR)" "$(VERSION)" "$(TRANS_DE)" $(de_sources) + ./format-de-html $@ \ + "$(TITLE_DE)" "$(AUTHOR)" "$(VERSION)" "$(TRANS_DE)" \ + $(de_sources) clean: rm -f $(outputs) en/000.mdwn -- cgit v1.2.1