added note about autogenerated files (merged from HEAD)

2001-01-14  Sven Neumann  <sven@gimp.org>

	* HACKING: added note about autogenerated files (merged from HEAD)
This commit is contained in:
Sven Neumann 2001-01-14 20:34:24 +00:00 committed by Sven Neumann
parent ae881a0fd0
commit 5ab9fc9dbc
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-01-14 Sven Neumann <sven@gimp.org>
* HACKING: added note about autogenerated files (merged from HEAD)
2001-01-14 Sven Neumann <sven@gimp.org>
* app/menus.c

View file

@ -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.