summarylogtreecommitdiffstats
path: root/0007-Makefile-create-manpages-in-subdirs-via-their-Makefi.patch
diff options
context:
space:
mode:
authorIvan Shapovalov2018-06-03 02:08:03 +0300
committerIvan Shapovalov2018-06-03 02:08:17 +0300
commit21896c6bd0cf96fddf94b4f0e1b349a6ab8eeadc (patch)
tree673610e48bf5c1537a55cab38b63362fd1d1bb38 /0007-Makefile-create-manpages-in-subdirs-via-their-Makefi.patch
parent613c2f841f4ec778bba0c3363a3278ec62ff26e8 (diff)
downloadaur-21896c6bd0cf96fddf94b4f0e1b349a6ab8eeadc.tar.gz
Bump; fix nightly source checksum; rebase patches; fix a race in Makefile
Diffstat (limited to '0007-Makefile-create-manpages-in-subdirs-via-their-Makefi.patch')
-rw-r--r--0007-Makefile-create-manpages-in-subdirs-via-their-Makefi.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/0007-Makefile-create-manpages-in-subdirs-via-their-Makefi.patch b/0007-Makefile-create-manpages-in-subdirs-via-their-Makefi.patch
new file mode 100644
index 000000000000..4f220eee6bdf
--- /dev/null
+++ b/0007-Makefile-create-manpages-in-subdirs-via-their-Makefi.patch
@@ -0,0 +1,29 @@
+From 646853351461539c95cca6b89accc4d06308407e Mon Sep 17 00:00:00 2001
+From: Ivan Shapovalov <intelfx@intelfx.name>
+Date: Sun, 3 Jun 2018 00:14:45 +0300
+Subject: [PATCH 7/7] Makefile: create manpages in subdirs via their Makefiles
+
+Consistently use icc2ps/Makefile and osx-hotplug/Makefile
+to generate respective makefiles. Otherwise subtle races can happen if
+the same man page is generated both via the top-level Makefile and the
+subdir Makefile.
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index dd13c5d..5cbbb39 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1512,7 +1512,7 @@ install-doc: doc
+
+ GROFF=/usr/local/test/bin/groff
+ GROFF=groff
+-manual.pdf: $(MANPAGES) icc2ps/foo2zjs-icc2ps.1 osx-hotplug/osx-hplj-hotplug.1
++manual.pdf: man
+ -$(GROFF) -t -man \
+ `ls $(MANPAGES) \
+ icc2ps/foo2zjs-icc2ps.1 \
+--
+2.17.1
+