summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-05-31 19:38:30 +0200
committerUlrich Müller <ulm@gentoo.org>2017-05-31 19:38:30 +0200
commit1f44cdf96ee7ccc9ff17b05ad73330c2d89479aa (patch)
tree063c7954ee5caa7a81bdc267009375c28fabcf56
parentMakefile: Option for two-sided layout. (diff)
downloadpms-1f44cdf96ee7ccc9ff17b05ad73330c2d89479aa.tar.gz
pms-1f44cdf96ee7ccc9ff17b05ad73330c2d89479aa.tar.bz2
pms-1f44cdf96ee7ccc9ff17b05ad73330c2d89479aa.zip
Makefile: Disable parallel make.
Parallel make fails because of LaTeX's intermediate files. Making this work may require a separate build directory for each target. Feel free to fix if you think it's worth the effort.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 206a7fc..1f500d5 100644
--- a/Makefile
+++ b/Makefile
@@ -98,3 +98,4 @@ maintainer-clean: clean
.PHONY: all html dist upload clean maintainer-clean
.DELETE_ON_ERROR:
+.NOTPARALLEL: