summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint4/files/doc/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-10-06 10:33:34 +0000
committerrillig <rillig@pkgsrc.org>2019-10-06 10:33:34 +0000
commit93e5a6886222a823d6149d3e3c122af50c0b011e (patch)
tree37afd3239635fe4fdd0ed9ccf0930851852aa3bc /pkgtools/pkglint4/files/doc/Makefile
parent77f6d5121c502802ecea0d6d2510549d74fe36f2 (diff)
downloadpkgsrc-93e5a6886222a823d6149d3e3c122af50c0b011e.tar.gz
pkgtools/pkglint4: update to 4.193.0, remove check for absolute paths
The check for absolute paths is not necessary since it doesn't provide any benefit. It had been removed from pkgtools/pkglint already.
Diffstat (limited to 'pkgtools/pkglint4/files/doc/Makefile')
-rw-r--r--pkgtools/pkglint4/files/doc/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/pkgtools/pkglint4/files/doc/Makefile b/pkgtools/pkglint4/files/doc/Makefile
deleted file mode 100644
index 049a20531c0..00000000000
--- a/pkgtools/pkglint4/files/doc/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/11/25 16:42:21 rillig Exp $
-#
-
-XMLDOCS+= pkglint.xml
-XMLDOCS+= chap.intro.xml
-XMLDOCS+= chap.defs.xml
-XMLDOCS+= chap.types.xml
-XMLDOCS+= chap.code.xml
-XMLDOCS+= chap.statemachines.xml
-XMLDOCS+= chap.future.xml
-
-IMAGES+= statemachine.patch.png
-IMAGES+= statemachine.shellcmd.png
-
-.PHONY: all
-all: pkglint.html
-
-pkglint.html: ${XMLDOCS} ${IMAGES} stylesheet.xsl
- xmlto -m stylesheet.xsl html-nochunks pkglint.xml
-
-.PHONY: clean
-clean:
- rm -f *.html *.png
-
-.SUFFIXES: .dia .png
-.dia.png:
- dia -e ${.TARGET:Q} -t png ${.IMPSRC:Q}