From 0b66f6f4c28c2b33a761326852cc5311c687eaab Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 27 Mar 2009 13:48:00 +0000 Subject: Ensure the example Makefile.config is just that -- an example svn path=/trunk/netsurf/; revision=6940 --- Makefile.config | 10 ---------- Makefile.config.example | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 Makefile.config create mode 100644 Makefile.config.example diff --git a/Makefile.config b/Makefile.config deleted file mode 100644 index 041bc8de3..000000000 --- a/Makefile.config +++ /dev/null @@ -1,10 +0,0 @@ -# -# NetSurf default build configuration -# -# This file is included after Makefile.defaults and can be used to -# provide local build configuration overrides. -# -# For example, by default, NetSurf builds with BMP support. If you -# wish to disable this, then uncomment the following line. - -# override NETSURF_USE_BMP := NO diff --git a/Makefile.config.example b/Makefile.config.example new file mode 100644 index 000000000..041bc8de3 --- /dev/null +++ b/Makefile.config.example @@ -0,0 +1,10 @@ +# +# NetSurf default build configuration +# +# This file is included after Makefile.defaults and can be used to +# provide local build configuration overrides. +# +# For example, by default, NetSurf builds with BMP support. If you +# wish to disable this, then uncomment the following line. + +# override NETSURF_USE_BMP := NO -- cgit v1.2.3