From 5ab9fc9dbc7d30687780f7f5b7e51022d798046a Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 14 Jan 2001 20:34:24 +0000 Subject: [PATCH] added note about autogenerated files (merged from HEAD) 2001-01-14 Sven Neumann * HACKING: added note about autogenerated files (merged from HEAD) --- ChangeLog | 4 ++++ HACKING | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ff3143b297..9ba83187d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-14 Sven Neumann + + * HACKING: added note about autogenerated files (merged from HEAD) + 2001-01-14 Sven Neumann * app/menus.c diff --git a/HACKING b/HACKING index ae45635f9e..83e18b75d9 100644 --- a/HACKING +++ b/HACKING @@ -47,3 +47,8 @@ list. All kinds of contributions are accepted. Patches that you wish to go into the distribution should also be uploaded to ftp://ftp.gimp.org/incoming. Follow the rules there for naming your patches. +Please notice that some files in the source are generated from other sources. +Among these are the files ending in _pdb.[ch] in the libgimp directory +and the files ending in _cmds.c in the app subdirectory. Those are generated +from the respective .pdb files in tools/pdbgen/pdb. All those files have a +short notice about being autogenerated somewhere at the top.