diff options
-rw-r--r-- | src/.gitignore | 1 | ||||
-rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index 406ff7cd5e2..48c78a4f3a6 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -17,3 +17,4 @@ obj prefix-args stamp-oldxmenu temacs +buildobj.lst diff --git a/src/ChangeLog b/src/ChangeLog index 1c413d20c5b..f04cb427831 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + * .cvsignore: Add buildobj.lst. + * doc.c: New variable Vbuild_files. (Fsnarf_documentation): If Vbuild_files is nil, populate it with file names from buildobh.lst. Only attach docstrings from files |