From 72520da221afb0b124bf65d973f81ab05b1402a0 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 6 Apr 2010 19:50:52 +0000 Subject: More blatant warning about editing Makefile.defaults. svn path=/trunk/netsurf/; revision=10257 --- Makefile.config.example | 1 + Makefile.defaults | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Makefile.config.example b/Makefile.config.example index b2fc6a5dd..193a94cde 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -1,6 +1,7 @@ # # NetSurf build configuration example # +# # To configure NetSurf's build options create a Makefile.config file. This is # an example Makefile.config. # diff --git a/Makefile.defaults b/Makefile.defaults index 4bfb17cae..dd5400647 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -1,13 +1,13 @@ # -# NetSurf default build configuration +# NetSurf default build setup # -# Some of these options support an 'AUTO' option, as well as YES and NO. -# When an option is set to AUTO, the Makefile will attempt to detect if that -# feature is available, enabling it if possible. # -# Options marked "highly recommended" have a severe impact on NetSurf's -# use as a web browser and should be set to YES unless there is a particularly -# good reason not to. +# | WARNING: You should NOT be editing this file. +# | +# | If you want to configure your build, create a 'Makefile.config' +# | file with 'override' statements to override the settings here. +# | Follow the example in 'Makefile.config.example'. +# # # This file should be treated as INVIOLATE and only altered to alter # the defaults by a core developer. If you wish to configure the build @@ -18,6 +18,14 @@ # Makefile.config can use the TARGET variable to control what to set # the configuration options to. # +# Some of these options support an 'AUTO' option, as well as YES and NO. +# When an option is set to AUTO, the Makefile will attempt to detect if that +# feature is available, enabling it if possible. +# +# Options marked "highly recommended" have a severe impact on NetSurf's +# use as a web browser and should be set to YES unless there is a particularly +# good reason not to. +# # ---------------------------------------------------------------------------- # Options relating to all versions of NetSurf -- cgit v1.2.3