summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-13 16:55:00 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-13 16:55:00 +0100
commit7d0806ff57733a2ad3b1ff5a97556b584ac96c62 (patch)
tree56f0d0b6a97f177f8a5d91086daa7841f67cbb93 /manual/Makefile
parentd8c1689a7fe5966dec55d370a6ad82b9926e0b37 (diff)
downloadobnam-7d0806ff57733a2ad3b1ff5a97556b584ac96c62.tar.gz
Format long lines
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile14
1 files changed, 11 insertions, 3 deletions
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