mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
The PostgreSQL Global Development Group announces today that the third beta release of PostgreSQL 10 is available for download. This release contains previews of all of the features which will be available in the final release of version 10, including fixes to many of the issues found in the second beta. Users are encouraged to begin testing their applications against 10 beta3. URL: https://www.postgresql.org/about/news/1771/
9 lines
384 B
Text
9 lines
384 B
Text
--- doc/Makefile.orig 2015-10-08 21:45:57.360084007 +0200
|
|
+++ doc/Makefile 2015-10-08 21:46:04.353084097 +0200
|
|
@@ -12,5 +12,5 @@
|
|
top_builddir = ..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
-all distprep html man install installdirs uninstall clean distclean maintainer-clean:
|
|
+all distprep man install installdirs uninstall clean distclean maintainer-clean:
|
|
$(MAKE) -C src $@
|