File: doc_build_install_fix.patch

package info (click to toggle)
nip2 8.9.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,352 kB
  • sloc: ansic: 64,077; sh: 4,681; yacc: 1,133; makefile: 927; lex: 386; xml: 40; perl: 17
file content (33 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description: fix documentation build and install for HTML
 .
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Forwarded: no
Last-Update: 2023-07-19

---

--- nip2-8.9.1.orig/doc/Makefile
+++ nip2-8.9.1/doc/Makefile
@@ -1,7 +1,7 @@
 #
 
 .PHONY: all
-all: $(PS)
+all:
 	cd src; $(MAKE) 
 
 .PHONY: clean
--- nip2-8.9.1.orig/doc/src/Makefile
+++ nip2-8.9.1/doc/src/Makefile
@@ -14,9 +14,9 @@ SRC = \
 mkinstalldirs = $(SHELL) ../../mkinstalldirs
 destdir = ../
 
-all: $(PDF) html
+all: html
 
-install: all $(PDF) html
+install: all html
 	-rm -f ${destdir}/pdf/$(PDF)
 	-mkdir -p ${destdir}/pdf
 	-cp $(PDF) ${destdir}/pdf