all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob b03b57a6ed5255d93e4cd90b4b1b0efc3228c04d 780 bytes (raw)
name: gnu/packages/patches/nasm-no-ps-pdf.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
Avoid building PS and PDF docs, which do not build bit-reproducible.  NASM
already installs doc in info and html.

--- nasm-2.12.01/doc/Makefile.in.orig	2016-06-21 18:02:59.483484829 +0200
+++ nasm-2.12.01/doc/Makefile.in	2016-06-21 18:03:46.700151410 +0200
@@ -27,7 +27,7 @@
 PS2PDF          = @PS2PDF@		# Part of GhostScript
 
 SRCS		= nasmdoc.src inslist.src changes.src
-OUT		= info html nasmdoc.txt nasmdoc.ps nasmdoc.pdf
+OUT		= info html nasmdoc.txt
 
 # exports
 export srcdir
@@ -100,4 +100,4 @@
 	$(INSTALL_DATA) info/* $(INSTALLROOT)$(infodir)
 	mkdir -p $(INSTALLROOT)$(docdir)/html
 	$(INSTALL_DATA) html/* $(INSTALLROOT)$(docdir)/html
-	$(INSTALL_DATA) nasmdoc.ps nasmdoc.pdf nasmdoc.txt $(INSTALLROOT)$(docdir)
+	$(INSTALL_DATA) nasmdoc.txt $(INSTALLROOT)$(docdir)

debug log:

solving b03b57a ...
found b03b57a in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.