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.