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
