| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/databases/postgresql13-server/files/ |
Upload File : |
--- doc/src/sgml/Makefile.orig 2018-10-15 23:12:02.000000000 +0200 +++ doc/src/sgml/Makefile 2018-10-18 22:34:13.656029000 +0200 @@ -15,7 +15,7 @@ # Make "html" the default target, since that is what most people tend # to want to use. -html: +man: # We don't need the tree-wide headers or install support here. NO_GENERATED_HEADERS=yes @@ -26,7 +26,7 @@ include $(top_builddir)/src/Makefile.global -all: html man +all: man distprep: html distprep-man @@ -62,7 +62,6 @@ ## Man pages ## -man distprep-man: man-stamp man-stamp: stylesheet-man.xsl postgres.sgml $(ALLSGML) $(XMLLINT) $(XMLINCLUDE) --noout --valid $(word 2,$^) @@ -212,10 +211,10 @@ ## Install ## -install: install-html install-man +install: install-man 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: