From 5bc0fcbfb8cce65d6198efa354081954c9096c94 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Mon, 20 Oct 2014 14:15:11 +0200 Subject: [PATCH] Backports --- README | 6 +++--- README-GIT | 3 --- src/export_list | 2 ++ 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README b/README index 710a925dfd..43f95dd29f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Pike by Fredrik H�binette 1994-2001 and the Pike team 2001-2011 +Pike by Fredrik H�binette 1994-2001 and the Pike team 2001-2014 Permission to copy, modify, and distribute this source for any legal purpose granted as long as my name is still attached to it. More @@ -18,8 +18,8 @@ The top-level makefile (in this directory, not the src directory) has all the magic you need to build Pike. Just type 'make'. To install type "make install" or "make install_interactive". -You will need gnu m4, bison and a C compiler. You probably also want -to use GNU make and libz. +You will need a C compiler and libgmp. You probably also want to have +GNU make and libnettle. If that doesn't work, refer to README-GIT, in particular the sections on additional "DEPENDENCIES", on "CONFIGURE OPTIONS AND BUILD VARIABLES", diff --git a/README-GIT b/README-GIT index a1b33ff374..6277a011bb 100644 --- a/README-GIT +++ b/README-GIT @@ -118,9 +118,6 @@ Some options for the configure script are: --prefix=/foo/bar if you want to install Pike in /foo/bar, default is /usr/local. --without-gdbm compile without gdbm support ---without-bignums disable support for large integers ---without-gmp compile without gmp support (implies - --without-bignums) --with-rtldebug compile with runtime debug checks --without-cdebug compile without debug symbols (-g) --with-debug same as --with-rtldebug --with-cdebug diff --git a/src/export_list b/src/export_list index 863a643343..713f9b3673 100644 --- a/src/export_list +++ b/src/export_list @@ -15,6 +15,8 @@ /man /packaging /refdoc/chapters +/refdoc/doxfilter.sh +/refdoc/doxygen.cfg /refdoc/presentation /refdoc/src_images /refdoc/structure -- GitLab