diff options
Diffstat (limited to 'databases/postgres-xl/files/patch-doc-src-sgml-Makefile')
-rw-r--r-- | databases/postgres-xl/files/patch-doc-src-sgml-Makefile | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/databases/postgres-xl/files/patch-doc-src-sgml-Makefile b/databases/postgres-xl/files/patch-doc-src-sgml-Makefile deleted file mode 100644 index 0523b73cd52b..000000000000 --- a/databases/postgres-xl/files/patch-doc-src-sgml-Makefile +++ /dev/null @@ -1,46 +0,0 @@ ---- doc/src/sgml/Makefile.orig 2017-04-19 15:17:02 UTC -+++ doc/src/sgml/Makefile -@@ -15,7 +15,7 @@ - - # Make "html" the default target, since that is what most people tend - # to want to use. --html: -+man: - - NO_TEMP_INSTALL=yes - -@@ -24,7 +24,7 @@ top_builddir = ../../.. - include $(top_builddir)/src/Makefile.global - - --all: html man -+all: man - - distprep: html distprep-man - -@@ -81,8 +81,6 @@ override SPFLAGS += -wall -wno-unused-pa - ## Man pages - ## - --man distprep-man: man-stamp -- - man-stamp: stylesheet-man.xsl postgres.xml - $(XMLLINT) --noout --valid postgres.xml - $(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTPROC_MAN_FLAGS) $^ -@@ -326,14 +324,14 @@ check: postgres.sgml $(ALMOSTALLSGML) ch - ## Install - ## - --install: install-html -+install: install-man - - ifneq ($(PORTNAME), sco) - install: install-man - endif - - installdirs: -- $(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum)) -+ $(MKDIR_P) $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum)) - - # If the install used a man directory shared with other applications, this will remove all files. - uninstall: |