Simplify buildobj processing.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jul 2013 00:57:46 +0000 (17:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jul 2013 00:57:46 +0000 (17:57 -0700)
commitc2418359b3e9f2eb7a72f4ea5245637190571cc8
treeca95673e0a271b9e1e53b8b1a708184b10ec824b
parent37afa042f9f56e3b3f22511ff222b49d728558d9
Simplify buildobj processing.

* Makefile.in (buildobj.h): Make it a sequence of strings each
followed by comma, rather than a single string.  Put it into a
.tmp file in case there's an error while generating it.
(gl-stamp): Use .tmp for temp files.
(mostlyclean): Clean .tmp files.
* doc.c (buildobj): Move to just the routine that needs it.
It's now an array of strings, so processing is simpler.
src/ChangeLog
src/Makefile.in
src/doc.c