12010-12-28 16:15  dan
2
3	* configure.ac, testsuite/Makefile.am,
4	  testsuite/texfiles/Makefile.am: rework how the texfiles
5	  subdirectory is distributed to handle spaces in the file names
6
72010-12-28 15:18  dan
8
9	* testsuite/: script_tests.list, script_tests.sh,
10	  latex_mk_ref/Makefile.am, latex_mk_ref/basic_space1.ref,
11	  texfiles/Makefile.am: add test for latex-mk script on a file with
12	  a space in the name
13
142010-12-28 02:28  dan
15
16	* NEWS, latex-mk.in, testsuite/latex_mk_ref/bibtex1.ref,
17	  testsuite/latex_mk_ref/bibtex2.ref,
18	  testsuite/latex_mk_ref/bibtex4.ref,
19	  testsuite/latex_mk_ref/bibtex5.ref,
20	  testsuite/latex_mk_ref/bibunits1.ref,
21	  testsuite/latex_mk_ref/bibunits2.ref,
22	  testsuite/latex_mk_ref/bibunits3.ref,
23	  testsuite/latex_mk_ref/bibunits4.ref,
24	  testsuite/latex_mk_ref/bibunits5.ref,
25	  testsuite/latex_mk_ref/bibunits6.ref,
26	  testsuite/latex_mk_ref/makegls1.ref,
27	  testsuite/latex_mk_ref/makeindex1.ref,
28	  testsuite/latex_mk_ref/makeindex2.ref,
29	  testsuite/latex_mk_ref/makeindex4.ref: Improve quoting for $NAME
30	  and variables derived from NAME in the latex-mk shell script.
31	  This hopefully gets things working when $NAME has spaces in it.
32	  Also improve $ODIR quoting.
33
34	  Addresses bug #3146401 "$NAME needs quoting" reported by Reuben
35	  Thomas.
36
372010-09-21 08:14  dan
38
39	* lgrind.mk.in.in: fix a bug in cleaning the lgrind objects.
40	  Quoted the wrong variable.
41
422010-09-20 19:27  dan
43
44	* htdocs/Makefile: update the rsync setup
45
462010-04-05 23:24  dan
47
48	* htdocs/: index.shtml, news.shtml: add latex-mk-2.0 news and notes
49
502010-04-05 23:07  dan
51
52	* README.to-release: fix up the checksum instructions
53
542010-04-05 22:39  dan
55
56	* configure.ac: Set version for 2.0 release
57
582010-04-05 22:38  dan
59
60	* configure.ac: welcome to 2.0A
61
622010-04-05 19:40  dan
63
64	* ChangeLog: update for 2.0
65
662010-04-05 19:38  dan
67
68	* README.to-release: update to account for autogen.sh not running
69	  configure and also for version 2.0
70
712010-04-05 12:52  dan
72
73	* NEWS, doc/latex-mk.texi: update news/changes for 2.0
74
752010-03-28 01:51  dan
76
77	* latex.mk.in.in: Fix bug #2963890
78	  PDFLATEX_FLAGS=-shell-escape doesn't work.  This manifested
79	  itself when BIBTEXSRCS is also set.  Testsuite was updated to
80	  demonstrate the bug and then with this fix, the testsuite is
81	  happy.
82
832010-03-28 01:46  dan
84
85	* testsuite/: bmake_ref/basic_bibtexsrcs_pdf2.ref,
86	  gmake_ref/basic_bibtexsrcs_pdf2.ref: Fix a bug in the reference
87	  files when USE_PDFLATEX is set at the same time we have
88	  BIBTEXSRCS.  In this case we were calling latex-mk once with the
89	  LaTeX environment instead of the pdfLaTeX environment.
90
912010-03-25 14:26  dan
92
93	* latex-mk.in: Be sure to clean up leftover output files from the
94	  bibunits.sty package
95
962010-03-12 16:21  dan
97
98	* xfig.mk.in.in: When xfig is supposed to produce pdf it had been
99	  producing eps instead.  Fix this behavior.  Reported in bug
100	  #2234783 by Taylor Venable.
101
1022010-03-12 16:15  dan
103
104	* testsuite/script_tests.sh: add help/usage output
105
1062010-03-12 16:14  dan
107
108	* testsuite/latex_mk_ref/: bibtex1.ref, bibtex2.ref, bibtex4.ref,
109	  bibtex5.ref: update after having added bibunits support.  results
110	  were hand verified
111
1122010-03-12 16:13  dan
113
114	* doc/Makefile.am: do not install the ps or dvi manual anymore
115
1162010-03-12 16:12  dan
117
118	* doc/latex-mk.texi: - add some comments to help tidy up the
119	  history section - update copyright date - add placeholder for
120	  version 2.0 history
121
1222010-03-12 16:11  dan
123
124	* COPYING: update copyright date
125
1262010-03-12 16:11  dan
127
128	* latex-mk.in, testsuite/latex_mk_ref/bibunits1.ref,
129	  testsuite/latex_mk_ref/bibunits2.ref,
130	  testsuite/latex_mk_ref/bibunits3.ref,
131	  testsuite/latex_mk_ref/bibunits4.ref,
132	  testsuite/latex_mk_ref/bibunits5.ref,
133	  testsuite/latex_mk_ref/bibunits6.ref,
134	  testsuite/script_tests.list, testsuite/latex_mk_ref/Makefile.am,
135	  testsuite/latex_mk_ref/bibunits7.ref,
136	  testsuite/latex_mk_ref/bibunits8.ref,
137	  testsuite/texfiles/Makefile.am,
138	  testsuite/texfiles/bibliography.bib,
139	  testsuite/texfiles/bibunits1.tex,
140	  testsuite/texfiles/bibunits2.tex: Add support for the bibunits
141	  package.  Suggested by Pallav Gupta (pallav.gupta@villanova.edu)
142
1432010-03-08 13:03  dan
144
145	* autogen.sh: do not automatically run configure
146
1472010-03-08 13:03  dan
148
149	* testsuite/: bmake_ref/xfig_pdflatex_dvi1.ref,
150	  gmake_ref/xfig_pdflatex_dvi1.ref: Fix the rule for making .pdf
151	  from .fig with xfig.	The 'golden' files were wrong too (grrr).
152	  Noted by Tayler Venable in bug report #2234783.
153
1542007-08-26 20:07  dan
155
156	* NEWS, README.to-release, configure.ac, mpost.mk.in.in,
157	  doc/latex-mk.texi, htdocs/history.shtml, htdocs/index.shtml,
158	  htdocs/main_footer.incl, htdocs/news.shtml,
159	  testsuite/bmake_ref/mpostsrcs_clean1.ref,
160	  testsuite/bmake_ref/mpostsrcs_clean2.ref,
161	  testsuite/gmake_ref/mpostsrcs_clean1.ref,
162	  testsuite/gmake_ref/mpostsrcs_clean2.ref: fix the MPOST clean
163	  bug. Fixes from head.
164
1652007-08-26 18:09  dan
166
167	* doc/latex-mk.texi, htdocs/index.shtml, htdocs/news.shtml,
168	  htdocs/history.shtml: 1.9.1 notes
169
1702007-08-26 18:01  dan
171
172	* NEWS: mention metapost bug fix
173
1742007-08-26 16:38  dan
175
176	* mpost.mk.in.in, htdocs/main_footer.incl,
177	  testsuite/bmake_ref/mpostsrcs_clean1.ref,
178	  testsuite/bmake_ref/mpostsrcs_clean2.ref,
179	  testsuite/gmake_ref/mpostsrcs_clean1.ref,
180	  testsuite/gmake_ref/mpostsrcs_clean2.ref: Fix stupid mistake when
181	  cleaning with metapost features being used.  Unfortunately the
182	  testsuite was wrong too.  Grrrr! Andreas Bihlmaier reported that
183	  something wasn't right here..
184
1852007-06-15 19:34  dan
186
187	* NEWS, README.to-release: add missing 1.9 news
188
1892007-06-15 19:18  dan
190
191	* configure.ac: set version for 1.9
192
1932007-06-15 19:17  dan
194
195	* configure.ac: welcome to 1.9A
196
1972007-06-15 19:09  dan
198
199	* ChangeLog, doc/latex-mk.texi, htdocs/history.shtml,
200	  htdocs/index.shtml, htdocs/news.shtml: update for the 1.9 release
201
2022007-06-15 18:54  dan
203
204	* TODO: add sweave support
205
2062007-06-15 18:48  dan
207
208	* README.to-release: update for 1.9
209
2102007-06-15 18:47  dan
211
212	* sweave.mk.in.in: create sweave.mk.in.in by copying
213	  mpost.mk.in.in.  Not fixed up at all yet
214
2152007-06-15 17:51  dan
216
217	* testsuite/golden.mk: added some missing files
218
2192007-06-15 17:44  dan
220
221	* latex.mk.in.in, doc/latex-mk.texi, testsuite/golden.mk,
222	  testsuite/run_tests.sh, testsuite/script_tests.sh,
223	  testsuite/tests.list,
224	  testsuite/bmake_ref/multi1_dvipdfm_flag1.ref,
225	  testsuite/bmake_ref/multi1_dvips_flag1.ref,
226	  testsuite/gmake_ref/multi1_dvipdfm_flag1.ref,
227	  testsuite/gmake_ref/multi1_dvips_flag1.ref: add support for
228	  per-document DVIPS_FLAGS and DVIPDFM_FLAGS
229
2302007-06-15 16:35  dan
231
232	* latex-mk.in: use $PWD instead of some hacks involving csh.  Bug [
233	  1672001 ] latex-mk uses hardcoded csh
234
2352007-06-15 16:29  dan
236
237	* latex.mk.in.in, mpost.mk.in.in, doc/latex-mk.texi,
238	  testsuite/tests.list: remove references to BIBTEX_ENV.  It didn't
239	  work anyway.	Addresses bug report [ 1530580 ] BIBTEX_ENV seems
240	  to be a no-op
241
2422007-06-15 16:16  dan
243
244	* doc/latex-mk.texi: document metapost
245
2462007-06-15 15:48  dan
247
248	* testsuite/: golden.mk, run_tests.sh, testfile.mk.in, tests.list,
249	  bmake_ref/basic_mpostdirs1.ref, bmake_ref/basic_mpostsrcs1.ref,
250	  bmake_ref/basic_mpostsrcs2.ref, bmake_ref/basic_mpostsrcs3.ref,
251	  bmake_ref/mpostsrcs_clean1.ref, bmake_ref/mpostsrcs_clean2.ref,
252	  bmake_ref/vars_mpost.ref, gmake_ref/basic_mpostdirs1.ref,
253	  gmake_ref/basic_mpostsrcs1.ref, gmake_ref/basic_mpostsrcs2.ref,
254	  gmake_ref/basic_mpostsrcs3.ref, gmake_ref/mpostsrcs_clean1.ref,
255	  gmake_ref/mpostsrcs_clean2.ref, gmake_ref/vars_mpost.ref: add
256	  tests for mpost.mk
257
2582007-06-14 12:55  dan
259
260	* latex.mk.in.in: when running latex-mk with --bibtex, also add
261	  --pdflatex if USE_PDFLATEX is set.  From Rafael  Laboissiere
262
2632007-06-14 12:54  dan
264
265	* testsuite/: golden.mk, tests.list,
266	  bmake_ref/basic_bibtexsrcs_pdf1.ref,
267	  bmake_ref/basic_bibtexsrcs_pdf2.ref,
268	  gmake_ref/basic_bibtexsrcs_pdf1.ref,
269	  gmake_ref/basic_bibtexsrcs_pdf2.ref: add tests for bibtex when
270	  pdflatex is being used
271
2722007-06-14 10:02  dan
273
274	* README: add a few more acks
275
2762007-06-14 09:30  dan
277
278	* mpost.mk.in.in: clean up a bunch of stuff which still pointed at
279	  tgif (this file came from tgif.mk.in.in)
280
2812007-02-27 00:01  dan
282
283	* Makefile.am, configure.ac, latex.mk.in.in, mpost.mk.in.in: start
284	  work on metapost support
285
2862007-02-01 20:28  dan
287
288	* doc/latex-mk.texi: document MAKEGLS and MAKEGLS_FLAGS
289
2902007-02-01 20:25  dan
291
292	* latex-mk.in, latex.mk.in.in, testsuite/golden.mk,
293	  testsuite/run_tests.sh, testsuite/script_tests.list,
294	  testsuite/script_tests.sh, testsuite/tests.list,
295	  testsuite/bmake_ref/basic1_clean1.ref,
296	  testsuite/bmake_ref/basic1_dvi1.ref,
297	  testsuite/bmake_ref/basic1_dvi2.ref,
298	  testsuite/bmake_ref/basic1_dvipdfm_dvi1.ref,
299	  testsuite/bmake_ref/basic1_dvipdfm_dvi2.ref,
300	  testsuite/bmake_ref/basic1_dvipdfm_pdf1.ref,
301	  testsuite/bmake_ref/basic1_dvipdfm_pdf2.ref,
302	  testsuite/bmake_ref/basic1_dvipdfm_ps1.ref,
303	  testsuite/bmake_ref/basic1_dvipdfm_ps2.ref,
304	  testsuite/bmake_ref/basic1_html1.ref,
305	  testsuite/bmake_ref/basic1_html2.ref,
306	  testsuite/bmake_ref/basic1_html4.ref,
307	  testsuite/bmake_ref/basic1_html7.ref,
308	  testsuite/bmake_ref/basic1_html8.ref,
309	  testsuite/bmake_ref/basic1_landscape_dvipdfm.ref,
310	  testsuite/bmake_ref/basic1_landscape_pdf.ref,
311	  testsuite/bmake_ref/basic1_landscape_ps.ref,
312	  testsuite/bmake_ref/basic1_landscape_view.ref,
313	  testsuite/bmake_ref/basic1_landscape_viewpdf.ref,
314	  testsuite/bmake_ref/basic1_landscape_viewps.ref,
315	  testsuite/bmake_ref/basic1_pdf1.ref,
316	  testsuite/bmake_ref/basic1_pdf2.ref,
317	  testsuite/bmake_ref/basic1_pdflatex_dvi1.ref,
318	  testsuite/bmake_ref/basic1_pdflatex_dvi2.ref,
319	  testsuite/bmake_ref/basic1_pdflatex_pdf1.ref,
320	  testsuite/bmake_ref/basic1_pdflatex_pdf2.ref,
321	  testsuite/bmake_ref/basic1_pdflatex_ps1.ref,
322	  testsuite/bmake_ref/basic1_pdflatex_ps2.ref,
323	  testsuite/bmake_ref/basic1_ps1.ref,
324	  testsuite/bmake_ref/basic1_ps2.ref,
325	  testsuite/bmake_ref/basic2_dvi1.ref,
326	  testsuite/bmake_ref/basic2_dvi2.ref,
327	  testsuite/bmake_ref/basic2_dvi3.ref,
328	  testsuite/bmake_ref/basic_bibtexsrcs_dvi1.ref,
329	  testsuite/bmake_ref/basic_bibtexsrcs_dvi3.ref,
330	  testsuite/bmake_ref/basic_lgrinddirs.ref,
331	  testsuite/bmake_ref/basic_lgrinddirs2.ref,
332	  testsuite/bmake_ref/basic_lgrinddirs3.ref,
333	  testsuite/bmake_ref/basic_lgrindsrcs.ref,
334	  testsuite/bmake_ref/basic_lgrindsrcs2.ref,
335	  testsuite/bmake_ref/basic_tgifdirs.ref,
336	  testsuite/bmake_ref/basic_tgifsrcs.ref,
337	  testsuite/bmake_ref/basic_xfigdirs.ref,
338	  testsuite/bmake_ref/basic_xfigsrcs.ref,
339	  testsuite/bmake_ref/draft1.ref,
340	  testsuite/bmake_ref/graphic1_dvi1.ref,
341	  testsuite/bmake_ref/multi1_dvi1.ref,
342	  testsuite/bmake_ref/multi1_dvi2.ref,
343	  testsuite/bmake_ref/multi1_dvi3.ref,
344	  testsuite/bmake_ref/multi_lgrinddirs_dvi1.ref,
345	  testsuite/bmake_ref/multi_lgrinddirs_dvi2.ref,
346	  testsuite/bmake_ref/multi_lgrinddirs_dvi3.ref,
347	  testsuite/bmake_ref/multi_lgrinddirs_dvi4.ref,
348	  testsuite/bmake_ref/multi_lgrinddirs_dvi5.ref,
349	  testsuite/bmake_ref/multi_lgrinddirs_dvi6.ref,
350	  testsuite/bmake_ref/multi_lgrindsrcs_dvi1.ref,
351	  testsuite/bmake_ref/multi_lgrindsrcs_dvi2.ref,
352	  testsuite/bmake_ref/multi_lgrindsrcs_dvi3.ref,
353	  testsuite/bmake_ref/multi_lgrindsrcs_dvi5.ref,
354	  testsuite/bmake_ref/multi_lgrindsrcs_dvi6.ref,
355	  testsuite/bmake_ref/multi_lgrindsrcs_dvi7.ref,
356	  testsuite/bmake_ref/multi_texsrcs_dvi1.ref,
357	  testsuite/bmake_ref/multi_texsrcs_dvi2.ref,
358	  testsuite/bmake_ref/multi_texsrcs_dvi3.ref,
359	  testsuite/bmake_ref/multi_texsrcs_dvi5.ref,
360	  testsuite/bmake_ref/multi_tgifsrcs_dvi1.ref,
361	  testsuite/bmake_ref/multi_tgifsrcs_dvi2.ref,
362	  testsuite/bmake_ref/multi_tgifsrcs_dvi3.ref,
363	  testsuite/bmake_ref/multi_tgifsrcs_dvi5.ref,
364	  testsuite/bmake_ref/tgif_pdflatex_dvi1.ref,
365	  testsuite/bmake_ref/tgifsrcs_clean.ref,
366	  testsuite/bmake_ref/vars_bibtex.ref,
367	  testsuite/bmake_ref/vars_dvipdfm.ref,
368	  testsuite/bmake_ref/vars_dvipdfm_landscape.ref,
369	  testsuite/bmake_ref/vars_dvips.ref,
370	  testsuite/bmake_ref/vars_dvips_landscape.ref,
371	  testsuite/bmake_ref/vars_gv.ref,
372	  testsuite/bmake_ref/vars_gv_landscape.ref,
373	  testsuite/bmake_ref/vars_latex.ref,
374	  testsuite/bmake_ref/vars_latex2html.ref,
375	  testsuite/bmake_ref/vars_latex2rtf.ref,
376	  testsuite/bmake_ref/vars_lgrind.ref,
377	  testsuite/bmake_ref/vars_lpr.ref,
378	  testsuite/bmake_ref/vars_makegls.ref,
379	  testsuite/bmake_ref/vars_makeindex.ref,
380	  testsuite/bmake_ref/vars_pdflatex.ref,
381	  testsuite/bmake_ref/vars_ps2pdf.ref,
382	  testsuite/bmake_ref/vars_tex2page.ref,
383	  testsuite/bmake_ref/vars_viewpdf.ref,
384	  testsuite/bmake_ref/vars_viewpdf_landscape.ref,
385	  testsuite/bmake_ref/vars_xdvi.ref,
386	  testsuite/bmake_ref/vars_xdvi_landscape.ref,
387	  testsuite/bmake_ref/xfig_pdflatex_dvi1.ref,
388	  testsuite/bmake_ref/xfigsrcs_clean.ref,
389	  testsuite/gmake_ref/basic1_clean1.ref,
390	  testsuite/gmake_ref/basic1_dvi1.ref,
391	  testsuite/gmake_ref/basic1_dvi2.ref,
392	  testsuite/gmake_ref/basic1_dvipdfm_dvi1.ref,
393	  testsuite/gmake_ref/basic1_dvipdfm_dvi2.ref,
394	  testsuite/gmake_ref/basic1_dvipdfm_pdf1.ref,
395	  testsuite/gmake_ref/basic1_dvipdfm_pdf2.ref,
396	  testsuite/gmake_ref/basic1_dvipdfm_ps1.ref,
397	  testsuite/gmake_ref/basic1_dvipdfm_ps2.ref,
398	  testsuite/gmake_ref/basic1_html1.ref,
399	  testsuite/gmake_ref/basic1_html2.ref,
400	  testsuite/gmake_ref/basic1_html4.ref,
401	  testsuite/gmake_ref/basic1_html7.ref,
402	  testsuite/gmake_ref/basic1_html8.ref,
403	  testsuite/gmake_ref/basic1_landscape_dvipdfm.ref,
404	  testsuite/gmake_ref/basic1_landscape_pdf.ref,
405	  testsuite/gmake_ref/basic1_landscape_ps.ref,
406	  testsuite/gmake_ref/basic1_landscape_view.ref,
407	  testsuite/gmake_ref/basic1_landscape_viewpdf.ref,
408	  testsuite/gmake_ref/basic1_landscape_viewps.ref,
409	  testsuite/gmake_ref/basic1_pdf1.ref,
410	  testsuite/gmake_ref/basic1_pdf2.ref,
411	  testsuite/gmake_ref/basic1_pdflatex_dvi1.ref,
412	  testsuite/gmake_ref/basic1_pdflatex_dvi2.ref,
413	  testsuite/gmake_ref/basic1_pdflatex_pdf1.ref,
414	  testsuite/gmake_ref/basic1_pdflatex_pdf2.ref,
415	  testsuite/gmake_ref/basic1_pdflatex_ps1.ref,
416	  testsuite/gmake_ref/basic1_pdflatex_ps2.ref,
417	  testsuite/gmake_ref/basic1_ps1.ref,
418	  testsuite/gmake_ref/basic1_ps2.ref,
419	  testsuite/gmake_ref/basic2_dvi1.ref,
420	  testsuite/gmake_ref/basic2_dvi2.ref,
421	  testsuite/gmake_ref/basic2_dvi3.ref,
422	  testsuite/gmake_ref/basic_bibtexsrcs_dvi1.ref,
423	  testsuite/gmake_ref/basic_bibtexsrcs_dvi3.ref,
424	  testsuite/gmake_ref/basic_lgrinddirs.ref,
425	  testsuite/gmake_ref/basic_lgrinddirs2.ref,
426	  testsuite/gmake_ref/basic_lgrinddirs3.ref,
427	  testsuite/gmake_ref/basic_lgrindsrcs.ref,
428	  testsuite/gmake_ref/basic_lgrindsrcs2.ref,
429	  testsuite/gmake_ref/basic_tgifdirs.ref,
430	  testsuite/gmake_ref/basic_tgifsrcs.ref,
431	  testsuite/gmake_ref/basic_xfigdirs.ref,
432	  testsuite/gmake_ref/basic_xfigsrcs.ref,
433	  testsuite/gmake_ref/draft1.ref,
434	  testsuite/gmake_ref/graphic1_dvi1.ref,
435	  testsuite/gmake_ref/multi1_dvi1.ref,
436	  testsuite/gmake_ref/multi1_dvi2.ref,
437	  testsuite/gmake_ref/multi1_dvi3.ref,
438	  testsuite/gmake_ref/multi_lgrinddirs_dvi1.ref,
439	  testsuite/gmake_ref/multi_lgrinddirs_dvi2.ref,
440	  testsuite/gmake_ref/multi_lgrinddirs_dvi3.ref,
441	  testsuite/gmake_ref/multi_lgrinddirs_dvi4.ref,
442	  testsuite/gmake_ref/multi_lgrinddirs_dvi5.ref,
443	  testsuite/gmake_ref/multi_lgrinddirs_dvi6.ref,
444	  testsuite/gmake_ref/multi_lgrindsrcs_dvi1.ref,
445	  testsuite/gmake_ref/multi_lgrindsrcs_dvi2.ref,
446	  testsuite/gmake_ref/multi_lgrindsrcs_dvi3.ref,
447	  testsuite/gmake_ref/multi_lgrindsrcs_dvi5.ref,
448	  testsuite/gmake_ref/multi_lgrindsrcs_dvi6.ref,
449	  testsuite/gmake_ref/multi_lgrindsrcs_dvi7.ref,
450	  testsuite/gmake_ref/multi_texsrcs_dvi1.ref,
451	  testsuite/gmake_ref/multi_texsrcs_dvi2.ref,
452	  testsuite/gmake_ref/multi_texsrcs_dvi3.ref,
453	  testsuite/gmake_ref/multi_texsrcs_dvi5.ref,
454	  testsuite/gmake_ref/multi_tgifsrcs_dvi1.ref,
455	  testsuite/gmake_ref/multi_tgifsrcs_dvi2.ref,
456	  testsuite/gmake_ref/multi_tgifsrcs_dvi3.ref,
457	  testsuite/gmake_ref/multi_tgifsrcs_dvi5.ref,
458	  testsuite/gmake_ref/tgif_pdflatex_dvi1.ref,
459	  testsuite/gmake_ref/tgifsrcs_clean.ref,
460	  testsuite/gmake_ref/vars_bibtex.ref,
461	  testsuite/gmake_ref/vars_dvipdfm.ref,
462	  testsuite/gmake_ref/vars_dvipdfm_landscape.ref,
463	  testsuite/gmake_ref/vars_dvips.ref,
464	  testsuite/gmake_ref/vars_dvips_landscape.ref,
465	  testsuite/gmake_ref/vars_gv.ref,
466	  testsuite/gmake_ref/vars_gv_landscape.ref,
467	  testsuite/gmake_ref/vars_latex.ref,
468	  testsuite/gmake_ref/vars_latex2html.ref,
469	  testsuite/gmake_ref/vars_latex2rtf.ref,
470	  testsuite/gmake_ref/vars_lgrind.ref,
471	  testsuite/gmake_ref/vars_lpr.ref,
472	  testsuite/gmake_ref/vars_makegls.ref,
473	  testsuite/gmake_ref/vars_makeindex.ref,
474	  testsuite/gmake_ref/vars_pdflatex.ref,
475	  testsuite/gmake_ref/vars_ps2pdf.ref,
476	  testsuite/gmake_ref/vars_tex2page.ref,
477	  testsuite/gmake_ref/vars_viewpdf.ref,
478	  testsuite/gmake_ref/vars_viewpdf_landscape.ref,
479	  testsuite/gmake_ref/vars_xdvi.ref,
480	  testsuite/gmake_ref/vars_xdvi_landscape.ref,
481	  testsuite/gmake_ref/xfig_pdflatex_dvi1.ref,
482	  testsuite/gmake_ref/xfigsrcs_clean.ref,
483	  testsuite/latex_mk_ref/Makefile.am,
484	  testsuite/latex_mk_ref/basic1.ref,
485	  testsuite/latex_mk_ref/basic2.ref,
486	  testsuite/latex_mk_ref/basic4.ref,
487	  testsuite/latex_mk_ref/bibtex1.ref,
488	  testsuite/latex_mk_ref/bibtex2.ref,
489	  testsuite/latex_mk_ref/bibtex4.ref,
490	  testsuite/latex_mk_ref/bibtex5.ref,
491	  testsuite/latex_mk_ref/makegls1.ref,
492	  testsuite/latex_mk_ref/makeindex1.ref,
493	  testsuite/latex_mk_ref/makeindex2.ref,
494	  testsuite/latex_mk_ref/makeindex4.ref,
495	  testsuite/latex_mk_ref/pdf1.ref, testsuite/latex_mk_ref/pdf2.ref,
496	  testsuite/latex_mk_ref/pdf4.ref,
497	  testsuite/latex_mk_ref/vars1.ref,
498	  testsuite/latex_mk_ref/vars2.ref,
499	  testsuite/latex_mk_ref/vars3.ref,
500	  testsuite/latex_mk_ref/vars4.ref,
501	  testsuite/latex_mk_ref/vars5.ref,
502	  testsuite/latex_mk_ref/vars6.ref,
503	  testsuite/latex_mk_ref/vars7.ref, testsuite/texfiles/Makefile.am,
504	  testsuite/texfiles/nomencl.tex: Add glossary support.  Partial
505	  patch from Recai Okta� (roktas at debian dot org).  I updated the
506	  testsuite since a new variable has been added to the latex-mk run
507	  environments.
508
5092007-01-31 07:56  dan
510
511	* testsuite/: tests.list, bmake_ref/draft1.ref,
512	  gmake_ref/draft1.ref: override the DATED_DRAFT variable to make
513	  sure we don't embed a build (or worse yet, my home directory)
514	  path into the reference and/or log file.
515
5162007-01-30 22:35  dan
517
518	* latex.mk.in.in, testsuite/golden.mk, testsuite/tests.list,
519	  testsuite/bmake_ref/draft1.ref, testsuite/gmake_ref/draft1.ref:
520	  Add a testsuite entry for the foo-draft.ps target.  This shows
521	  sourceforge bugs 1645713 and 1645718.  Fix both of these bugs.
522	  The former is a typo on my part, the latter seems to be a GNU
523	  make bug, but the workaround is easy so do that.
524
5252007-01-30 22:21  dan
526
527	* latex.mk.in.in: add a missing : after a GMK.	Sourceforge bug
528	  1645713
529
5302007-01-30 22:13  dan
531
532	* latex.mk.in.in, testsuite/tests.list, doc/latex-mk.texi: forgot
533	  to bump copyright date on last commit
534
5352007-01-30 22:12  dan
536
537	* latex.mk.in.in, doc/latex-mk.texi, testsuite/tests.list,
538	  testsuite/bmake_ref/basic1_dvipdfm_ps1.ref,
539	  testsuite/bmake_ref/basic1_dvipdfm_ps2.ref,
540	  testsuite/bmake_ref/basic1_landscape_pdf.ref,
541	  testsuite/bmake_ref/basic1_landscape_ps.ref,
542	  testsuite/bmake_ref/basic1_landscape_viewpdf.ref,
543	  testsuite/bmake_ref/basic1_landscape_viewps.ref,
544	  testsuite/bmake_ref/basic1_pdf1.ref,
545	  testsuite/bmake_ref/basic1_pdf2.ref,
546	  testsuite/bmake_ref/basic1_pdflatex_ps1.ref,
547	  testsuite/bmake_ref/basic1_pdflatex_ps2.ref,
548	  testsuite/bmake_ref/basic1_ps1.ref,
549	  testsuite/bmake_ref/basic1_ps2.ref,
550	  testsuite/bmake_ref/vars_dvips.ref,
551	  testsuite/bmake_ref/vars_dvips_landscape.ref,
552	  testsuite/bmake_ref/vars_gv.ref,
553	  testsuite/bmake_ref/vars_gv_landscape.ref,
554	  testsuite/bmake_ref/vars_lpr.ref,
555	  testsuite/bmake_ref/vars_ps2pdf.ref,
556	  testsuite/bmake_ref/vars_viewpdf.ref,
557	  testsuite/bmake_ref/vars_viewpdf_landscape.ref,
558	  testsuite/gmake_ref/basic1_dvipdfm_ps1.ref,
559	  testsuite/gmake_ref/basic1_dvipdfm_ps2.ref,
560	  testsuite/gmake_ref/basic1_landscape_pdf.ref,
561	  testsuite/gmake_ref/basic1_landscape_ps.ref,
562	  testsuite/gmake_ref/basic1_landscape_viewpdf.ref,
563	  testsuite/gmake_ref/basic1_landscape_viewps.ref,
564	  testsuite/gmake_ref/basic1_pdf1.ref,
565	  testsuite/gmake_ref/basic1_pdf2.ref,
566	  testsuite/gmake_ref/basic1_pdflatex_ps1.ref,
567	  testsuite/gmake_ref/basic1_pdflatex_ps2.ref,
568	  testsuite/gmake_ref/basic1_ps1.ref,
569	  testsuite/gmake_ref/basic1_ps2.ref,
570	  testsuite/gmake_ref/vars_dvips.ref,
571	  testsuite/gmake_ref/vars_dvips_landscape.ref,
572	  testsuite/gmake_ref/vars_gv.ref,
573	  testsuite/gmake_ref/vars_gv_landscape.ref,
574	  testsuite/gmake_ref/vars_lpr.ref,
575	  testsuite/gmake_ref/vars_ps2pdf.ref,
576	  testsuite/gmake_ref/vars_viewpdf.ref,
577	  testsuite/gmake_ref/vars_viewpdf_landscape.ref: Add a DVIPS_ENV
578	  variable, document it, and update the testsuite accordingly.	The
579	  idea and basic patch came from Steven Mestdagh - steven.mestdagh
580	  at esat kuleuven be The documentation and testsuite updates are
581	  from me.
582
5832007-01-30 21:39  dan
584
585	* configure.ac, doc/latex-mk.texi, doc/prefix.texi.in: Put the
586	  actual installation prefix into the manual.  Patch from Rafael
587	  Laboissiere.
588
5892006-11-26 19:13  dan
590
591	* testsuite/script_tests.sh: When executing latex-mk, redirect
592	  stdin to /dev/null (< /dev/null) to avoid tex possibly sitting
593	  waiting for user input.  Patch suggested by Rafael Laboissiere
594	  from Debian.
595
5962006-09-21 10:02  dan
597
598	* testsuite/script_tests.sh: Be sure to eat white space in the
599	  return value field in the test list file.  Otherwise a " " gets
600	  fed to   test $? -ne " "
601
6022006-09-21 09:52  dan
603
604	* testsuite/: bmake_ref/xfigsrcs_clean.ref, golden.mk,
605	  gmake_ref/xfigsrcs_clean.ref, tests.list: add xfigsrcs_clean test
606	  as a result of a bug in removing xfig output files.
607
6082006-09-21 09:49  dan
609
610	* xfig.mk.in.in: fix a bug in cleaning files created via XFIGSRCS
611
6122006-09-21 09:48  dan
613
614	* tgif.mk.in.in: fix a bug in cleaning files created via TGIFSRCS
615
6162006-09-21 09:47  dan
617
618	* testsuite/: bmake_ref/tgifsrcs_clean.ref, tests.list,
619	  gmake_ref/tgifsrcs_clean.ref, golden.mk: add tgifsrcs_clean test
620	  as a result of a bug in cleaning files created via TGIFSRCS
621
6222006-06-23 14:23  dan
623
624	* README: note that Rafael helped with testsuite issues
625
6262006-06-23 14:22  dan
627
628	* testsuite/: script_tests.list, script_tests.sh: skip some tests
629	  when run as root since they will fail (root can write to a 555
630	  directory)
631
6322006-06-23 09:09  dan
633
634	* testsuite/: run_tests.sh, script_tests.sh: use diff -w to ignore
635	  white space differences due to different makes.  Also avoide csh
636
6372006-06-22 23:50  dan
638
639	* configure.ac: welcome to 1.8A
640
6412006-06-22 14:46  dan
642
643	* configure.ac: set version for 1.8
644
6452006-06-22 14:42  dan
646
647	* NEWS: one last 1.8 news item
648
6492006-06-22 14:33  dan
650
651	* ChangeLog: update for 1.8 release
652
6532006-06-22 14:25  dan
654
655	* README: add one more acknowledgement
656
6572006-06-22 12:22  dan
658
659	* README.to-release: update for 1.8
660
6612006-06-22 11:22  dan
662
663	* doc/latex-mk.texi, htdocs/history.shtml, htdocs/news.shtml: one
664	  more news item for 1.8
665
6662006-06-22 10:09  dan
667
668	* testsuite/script_tests.sh: use srcdir to find the scripts
669
6702006-06-22 09:55  dan
671
672	* testsuite/script_tests.sh: Add a syntax check on all shell
673	  scripts (sh -n).  Suggested by Rafael Laboissiere.
674
6752006-06-21 13:49  dan
676
677	* htdocs/: history.shtml, index.shtml, news.shtml: add 1.8 release
678	  notes
679
6802006-06-21 13:42  dan
681
682	* doc/latex-mk.texi: add 1.8 release notes
683
6842006-06-20 15:51  dan
685
686	* NEWS: start on latex-mk-1.8 release notes
687
6882006-06-20 15:51  dan
689
690	* README: add some more acknowledgements
691
6922006-06-20 15:48  dan
693
694	* testsuite/: golden.mk, tests.list, bmake_ref/basic1_clean1.ref,
695	  gmake_ref/basic1_clean1.ref: add a basic test for the clean
696	  target
697
6982006-06-20 08:51  dan
699
700	* testsuite/script_tests.sh: normalize the environment before
701	  running the tests
702
7032006-06-20 07:26  dan
704
705	* testsuite/run_tests.sh: normalize the name of the bmake program
706	  when comparing to the golden files
707
7082006-06-19 18:13  dan
709
710	* testsuite/latex_mk_ref/: Makefile.am, bibtex1.ref, bibtex2.ref,
711	  bibtex3.ref, bibtex4.ref, bibtex5.ref: add some bibtex tests
712
7132006-06-11 07:59  dan
714
715	* testsuite/: texfiles/Makefile.am, script_tests.list,
716	  texfiles/bibliography.bib, texfiles/bibliography.tex,
717	  texfiles/bibliography2.tex: add some bibtex tests
718
7192006-06-11 07:59  dan
720
721	* testsuite/latex_mk_ref/Makefile.am: add the .dlog files to the
722	  list to be cleaned
723
7242006-06-11 07:59  dan
725
726	* testsuite/script_tests.sh: be sure to clean out the rundirectory
727	  first
728
7292006-06-11 07:58  dan
730
731	* latex-mk.in: if the .idx file exists but not a .ind file then
732	  also be sure to run makeindex.  Suggested by Antoine Reilles.
733
7342006-06-11 07:26  dan
735
736	* latex.mk.in.in: clean .glo, .idx, and .ind files
737
7382006-06-11 07:25  dan
739
740	* latex-mk.in: be sure and clean out the .idx.old file
741
7422006-06-10 09:23  dan
743
744	* latex-mk.in: add some more annotation output
745
7462006-06-10 09:23  dan
747
748	* testsuite/: script_tests.list, latex_mk_ref/Makefile.am,
749	  latex_mk_ref/basic3.ref, latex_mk_ref/makeindex1.ref,
750	  latex_mk_ref/makeindex2.ref, latex_mk_ref/makeindex3.ref,
751	  latex_mk_ref/makeindex4.ref, latex_mk_ref/pdf1.ref,
752	  latex_mk_ref/pdf3.ref, texfiles/Makefile.am, texfiles/index.tex:
753	  add makeindex tests
754
7552006-06-10 09:22  dan
756
757	* testsuite/script_tests.sh: - check return code from latex-mk.
758	  Used in a few cases where we intentionally   error out right away
759	  before a log file is created.
760
761	  - if the testlog is not created, make our own by grabbing the
762	  output from	latex-mk and also add some text
763
764	  - add a --noclean flag to preserve the run directory for
765	  debugging.
766
767	  - be sure to clean up the testlog after we're done each time.
768	  Besides   being nicer, we avoid the results of one test
769	  corrupting the results of   another test from the same run
770
7712006-06-10 08:36  dan
772
773	* latex-mk.in: fix a non-portable shell construct (empty then
774	  clause).  Spotted by Antoine Reilles
775
7762006-06-09 18:52  dan
777
778	* configure.ac: set version to 1.7
779
7802006-06-09 18:50  dan
781
782	* configure.ac: welcome to 1.7A
783
7842006-06-09 18:26  dan
785
786	* testsuite/: golden.mk, tests.list, bmake_ref/vars_makeindex.ref,
787	  gmake_ref/vars_makeindex.ref: add vars_makeindex test
788
7892006-06-09 17:33  dan
790
791	* testsuite/: run_tests.sh, bmake_ref/basic1_dvi1.ref,
792	  bmake_ref/basic1_dvi2.ref, bmake_ref/basic1_dvipdfm_dvi1.ref,
793	  bmake_ref/basic1_dvipdfm_dvi2.ref,
794	  bmake_ref/basic1_dvipdfm_pdf1.ref,
795	  bmake_ref/basic1_dvipdfm_pdf2.ref,
796	  bmake_ref/basic1_dvipdfm_ps1.ref,
797	  bmake_ref/basic1_dvipdfm_ps2.ref, bmake_ref/basic1_html1.ref,
798	  bmake_ref/basic1_html2.ref, bmake_ref/basic1_html4.ref,
799	  bmake_ref/basic1_html7.ref, bmake_ref/basic1_html8.ref,
800	  bmake_ref/basic1_landscape_dvipdfm.ref,
801	  bmake_ref/basic1_landscape_pdf.ref,
802	  bmake_ref/basic1_landscape_ps.ref,
803	  bmake_ref/basic1_landscape_view.ref,
804	  bmake_ref/basic1_landscape_viewpdf.ref,
805	  bmake_ref/basic1_landscape_viewps.ref, bmake_ref/basic1_pdf1.ref,
806	  bmake_ref/basic1_pdf2.ref, bmake_ref/basic1_pdflatex_dvi1.ref,
807	  bmake_ref/basic1_pdflatex_dvi2.ref,
808	  bmake_ref/basic1_pdflatex_pdf1.ref,
809	  bmake_ref/basic1_pdflatex_pdf2.ref,
810	  bmake_ref/basic1_pdflatex_ps1.ref,
811	  bmake_ref/basic1_pdflatex_ps2.ref, bmake_ref/basic1_ps1.ref,
812	  bmake_ref/basic1_ps2.ref, bmake_ref/basic2_dvi1.ref,
813	  bmake_ref/basic2_dvi2.ref, bmake_ref/basic2_dvi3.ref,
814	  bmake_ref/basic_bibtexsrcs_dvi1.ref,
815	  bmake_ref/basic_bibtexsrcs_dvi3.ref,
816	  bmake_ref/basic_lgrinddirs.ref, bmake_ref/basic_lgrinddirs2.ref,
817	  bmake_ref/basic_lgrinddirs3.ref, bmake_ref/basic_lgrindsrcs.ref,
818	  bmake_ref/basic_lgrindsrcs2.ref, bmake_ref/basic_tgifdirs.ref,
819	  bmake_ref/basic_tgifsrcs.ref, bmake_ref/basic_xfigdirs.ref,
820	  bmake_ref/basic_xfigsrcs.ref, bmake_ref/graphic1_dvi1.ref,
821	  bmake_ref/multi1_dvi1.ref, bmake_ref/multi1_dvi2.ref,
822	  bmake_ref/multi1_dvi3.ref, bmake_ref/multi_lgrinddirs_dvi1.ref,
823	  bmake_ref/multi_lgrinddirs_dvi2.ref,
824	  bmake_ref/multi_lgrinddirs_dvi3.ref,
825	  bmake_ref/multi_lgrinddirs_dvi4.ref,
826	  bmake_ref/multi_lgrinddirs_dvi5.ref,
827	  bmake_ref/multi_lgrinddirs_dvi6.ref,
828	  bmake_ref/multi_lgrindsrcs_dvi1.ref,
829	  bmake_ref/multi_lgrindsrcs_dvi2.ref,
830	  bmake_ref/multi_lgrindsrcs_dvi3.ref,
831	  bmake_ref/multi_lgrindsrcs_dvi5.ref,
832	  bmake_ref/multi_lgrindsrcs_dvi6.ref,
833	  bmake_ref/multi_lgrindsrcs_dvi7.ref,
834	  bmake_ref/multi_texsrcs_dvi1.ref,
835	  bmake_ref/multi_texsrcs_dvi2.ref,
836	  bmake_ref/multi_texsrcs_dvi3.ref,
837	  bmake_ref/multi_texsrcs_dvi5.ref,
838	  bmake_ref/multi_tgifsrcs_dvi1.ref,
839	  bmake_ref/multi_tgifsrcs_dvi2.ref,
840	  bmake_ref/multi_tgifsrcs_dvi3.ref,
841	  bmake_ref/multi_tgifsrcs_dvi5.ref,
842	  bmake_ref/tgif_pdflatex_dvi1.ref, bmake_ref/vars_bibtex.ref,
843	  bmake_ref/vars_dvipdfm.ref, bmake_ref/vars_dvipdfm_landscape.ref,
844	  bmake_ref/vars_dvips.ref, bmake_ref/vars_dvips_landscape.ref,
845	  bmake_ref/vars_gv.ref, bmake_ref/vars_gv_landscape.ref,
846	  bmake_ref/vars_latex.ref, bmake_ref/vars_latex2html.ref,
847	  bmake_ref/vars_latex2rtf.ref, bmake_ref/vars_lgrind.ref,
848	  bmake_ref/vars_lpr.ref, bmake_ref/vars_pdflatex.ref,
849	  bmake_ref/vars_ps2pdf.ref, bmake_ref/vars_tex2page.ref,
850	  bmake_ref/vars_viewpdf.ref, bmake_ref/vars_viewpdf_landscape.ref,
851	  bmake_ref/vars_xdvi.ref, bmake_ref/vars_xdvi_landscape.ref,
852	  bmake_ref/xfig_pdflatex_dvi1.ref, gmake_ref/basic1_dvi1.ref,
853	  gmake_ref/basic1_dvi2.ref, gmake_ref/basic1_dvipdfm_dvi1.ref,
854	  gmake_ref/basic1_dvipdfm_dvi2.ref,
855	  gmake_ref/basic1_dvipdfm_pdf1.ref,
856	  gmake_ref/basic1_dvipdfm_pdf2.ref,
857	  gmake_ref/basic1_dvipdfm_ps1.ref,
858	  gmake_ref/basic1_dvipdfm_ps2.ref, gmake_ref/basic1_html1.ref,
859	  gmake_ref/basic1_html2.ref, gmake_ref/basic1_html4.ref,
860	  gmake_ref/basic1_html7.ref, gmake_ref/basic1_html8.ref,
861	  gmake_ref/basic1_landscape_dvipdfm.ref,
862	  gmake_ref/basic1_landscape_pdf.ref,
863	  gmake_ref/basic1_landscape_ps.ref,
864	  gmake_ref/basic1_landscape_view.ref,
865	  gmake_ref/basic1_landscape_viewpdf.ref,
866	  gmake_ref/basic1_landscape_viewps.ref, gmake_ref/basic1_pdf1.ref,
867	  gmake_ref/basic1_pdf2.ref, gmake_ref/basic1_pdflatex_dvi1.ref,
868	  gmake_ref/basic1_pdflatex_dvi2.ref,
869	  gmake_ref/basic1_pdflatex_pdf1.ref,
870	  gmake_ref/basic1_pdflatex_pdf2.ref,
871	  gmake_ref/basic1_pdflatex_ps1.ref,
872	  gmake_ref/basic1_pdflatex_ps2.ref, gmake_ref/basic1_ps1.ref,
873	  gmake_ref/basic1_ps2.ref, gmake_ref/basic2_dvi1.ref,
874	  gmake_ref/basic2_dvi2.ref, gmake_ref/basic2_dvi3.ref,
875	  gmake_ref/basic_bibtexsrcs_dvi1.ref,
876	  gmake_ref/basic_bibtexsrcs_dvi3.ref,
877	  gmake_ref/basic_lgrinddirs.ref, gmake_ref/basic_lgrinddirs2.ref,
878	  gmake_ref/basic_lgrinddirs3.ref, gmake_ref/basic_lgrindsrcs.ref,
879	  gmake_ref/basic_lgrindsrcs2.ref, gmake_ref/basic_tgifdirs.ref,
880	  gmake_ref/basic_tgifsrcs.ref, gmake_ref/basic_xfigdirs.ref,
881	  gmake_ref/basic_xfigsrcs.ref, gmake_ref/graphic1_dvi1.ref,
882	  gmake_ref/multi1_dvi1.ref, gmake_ref/multi1_dvi2.ref,
883	  gmake_ref/multi1_dvi3.ref, gmake_ref/multi_lgrinddirs_dvi1.ref,
884	  gmake_ref/multi_lgrinddirs_dvi2.ref,
885	  gmake_ref/multi_lgrinddirs_dvi3.ref,
886	  gmake_ref/multi_lgrinddirs_dvi4.ref,
887	  gmake_ref/multi_lgrinddirs_dvi5.ref,
888	  gmake_ref/multi_lgrinddirs_dvi6.ref,
889	  gmake_ref/multi_lgrindsrcs_dvi1.ref,
890	  gmake_ref/multi_lgrindsrcs_dvi2.ref,
891	  gmake_ref/multi_lgrindsrcs_dvi3.ref,
892	  gmake_ref/multi_lgrindsrcs_dvi5.ref,
893	  gmake_ref/multi_lgrindsrcs_dvi6.ref,
894	  gmake_ref/multi_lgrindsrcs_dvi7.ref,
895	  gmake_ref/multi_texsrcs_dvi1.ref,
896	  gmake_ref/multi_texsrcs_dvi2.ref,
897	  gmake_ref/multi_texsrcs_dvi3.ref,
898	  gmake_ref/multi_texsrcs_dvi5.ref,
899	  gmake_ref/multi_tgifsrcs_dvi1.ref,
900	  gmake_ref/multi_tgifsrcs_dvi2.ref,
901	  gmake_ref/multi_tgifsrcs_dvi3.ref,
902	  gmake_ref/multi_tgifsrcs_dvi5.ref,
903	  gmake_ref/tgif_pdflatex_dvi1.ref, gmake_ref/vars_bibtex.ref,
904	  gmake_ref/vars_dvipdfm.ref, gmake_ref/vars_dvipdfm_landscape.ref,
905	  gmake_ref/vars_dvips.ref, gmake_ref/vars_dvips_landscape.ref,
906	  gmake_ref/vars_gv.ref, gmake_ref/vars_gv_landscape.ref,
907	  gmake_ref/vars_latex.ref, gmake_ref/vars_latex2html.ref,
908	  gmake_ref/vars_latex2rtf.ref, gmake_ref/vars_lgrind.ref,
909	  gmake_ref/vars_lpr.ref, gmake_ref/vars_pdflatex.ref,
910	  gmake_ref/vars_ps2pdf.ref, gmake_ref/vars_tex2page.ref,
911	  gmake_ref/vars_viewpdf.ref, gmake_ref/vars_viewpdf_landscape.ref,
912	  gmake_ref/vars_xdvi.ref, gmake_ref/vars_xdvi_landscape.ref,
913	  gmake_ref/xfig_pdflatex_dvi1.ref: update after adding MAKEIDX and
914	  MAKEIDX_FLAGS
915
9162006-06-09 14:30  dan
917
918	* configure.ac, latex.mk.in.in, doc/latex-mk.texi: add MAKEIDX and
919	  MAKEIDX_FLAGS and document them
920
9212006-06-09 14:23  dan
922
923	* NEWS, doc/latex-mk.texi, htdocs/history.shtml,
924	  htdocs/index.shtml, htdocs/news.shtml: update htdocs, manual, and
925	  release notes for 1.7
926
9272006-06-09 14:11  dan
928
929	* ChangeLog: update for version 1.7
930
9312006-06-09 14:08  dan
932
933	* example/ex5.tex: add a glossary (or the start of one)
934
9352006-06-09 14:06  dan
936
937	* README.to-release: update with 1.7 as the example release
938
9392006-06-09 13:00  dan
940
941	* testsuite/Makefile.am: fix typo
942
9432006-06-09 12:57  dan
944
945	* testsuite/script_tests.sh: point to latex-mk, not latex-mk.in
946
9472006-06-09 12:56  dan
948
949	* testsuite/README.txt: update notes to mention script_tests.sh
950
9512006-06-09 12:54  dan
952
953	* configure.ac, testsuite/Makefile.am, testsuite/script_tests.list,
954	  testsuite/script_tests.sh, testsuite/latex_mk_ref/Makefile.am,
955	  testsuite/latex_mk_ref/basic1.ref,
956	  testsuite/latex_mk_ref/basic2.ref,
957	  testsuite/latex_mk_ref/basic3.ref,
958	  testsuite/latex_mk_ref/basic4.ref,
959	  testsuite/latex_mk_ref/pdf1.ref, testsuite/latex_mk_ref/pdf2.ref,
960	  testsuite/latex_mk_ref/pdf3.ref, testsuite/latex_mk_ref/pdf4.ref,
961	  testsuite/latex_mk_ref/vars1.ref,
962	  testsuite/latex_mk_ref/vars2.ref,
963	  testsuite/latex_mk_ref/vars3.ref,
964	  testsuite/latex_mk_ref/vars4.ref,
965	  testsuite/latex_mk_ref/vars5.ref,
966	  testsuite/latex_mk_ref/vars6.ref,
967	  testsuite/latex_mk_ref/vars7.ref: add some (very basic for now)
968	  tests of the latex-mk script
969
9702006-06-09 12:39  dan
971
972	* latex-mk.in: log the flags and environment before exiting if the
973	  input args are bad
974
9752006-06-08 07:49  dan
976
977	* testsuite/Makefile.am, configure.ac: add texfiles subdirectory
978
9792006-06-08 07:49  dan
980
981	* testsuite/texfiles/: Makefile.am, README.txt: add some
982	  documentation and a makefile
983
9842006-06-08 07:45  dan
985
986	* testsuite/texfiles/: basic1.tex, figures.tex, lof.tex, lot.tex,
987	  tables.tex, toc.tex: add various example latex files
988
9892006-06-07 19:15  dan
990
991	* latex-mk.in: - add makeindex support - use TEFMFOUTPUT to
992	  correctly (I think) deal with the case where the   current
993	  directory is not writeable.  - consolidate some common code to a
994	  function
995
9962006-06-07 13:55  dan
997
998	* example/: ex5.tex, Makefile.am: add example with an index
999
10002006-06-07 09:49  dan
1001
1002	* example/ex2.tex: make compatible with pdflatex
1003
10042006-05-31 21:33  dan
1005
1006	* latex-mk.in: remove a strange line I had near the copyright
1007	  statement.
1008
10092006-05-31 21:31  dan
1010
1011	* latex-mk.in: log the environment variables to the testlog file
1012
10132006-05-31 21:29  dan
1014
1015	* latex-mk.in: - add usage output - add parial support for
1016	  makeindex - add --testlog logfile option that lets you log
1017	  actions to a file.	The goal is to provide a way for me to do
1018	  regression testing on    this script.  I'll do a real set of runs
1019	  and then compare the log    file to a known good log.
1020
10212006-05-31 01:01  dan
1022
1023	* doc/latex-mk.texi: add an alternatives section
1024
10252006-05-31 00:49  dan
1026
1027	* doc/latex-mk.texi: ispell the manual.
1028
10292006-05-31 00:44  dan
1030
1031	* doc/latex-mk.texi: be consistent with how "Postscript" is
1032	  written.  Noted by Reuben Thomas.
1033
10342006-04-04 19:14  dan
1035
1036	* README.to-release: it is md5 not md6!
1037
10382006-04-04 18:35  dan
1039
1040	* README.to-release: it is md5 not md6...
1041
10422006-04-04 18:22  dan
1043
1044	* configure.ac: set rev for 1.6 release
1045
10462006-04-04 18:21  dan
1047
1048	* configure.ac: bump rev for after the 1.6 branch
1049
10502006-04-04 18:11  dan
1051
1052	* AUTHORS: add a contributers section
1053
10542006-04-04 18:09  dan
1055
1056	* ChangeLog, README.to-release, doc/latex-mk.texi,
1057	  htdocs/history.shtml, htdocs/index.shtml, htdocs/news.shtml:
1058	  update changelog, add news and notes for version 1.6
1059
10602006-04-04 17:41  dan
1061
1062	* latex-mk.in: When run with --force-bibtex, run latex once, run
1063	  bibtex once and continue on instead of exiting.  Bug noted by
1064	  Peter Bex.
1065
10662006-04-04 17:27  dan
1067
1068	* latex.mk.in.in: fix a typo in last commit caught via the
1069	  testsuite (yay!)
1070
10712006-04-04 16:32  dan
1072
1073	* latex-mk.in, latex.mk.in.in, lgrind.mk.in.in, tgif.mk.in.in,
1074	  xfig.mk.in.in: Add a bunch of quoting to deal with spaces in the
1075	  program path names.  Patch supplied by Peter Bex with a few minor
1076	  additions from me.
1077
10782006-02-01 09:33  dan
1079
1080	* ieee-copyout.in: fix a syntax error noted by Rafael Laboissiere
1081	  (rafael at debian dot org)
1082
10832006-02-01 09:30  dan
1084
1085	* config.sub, config.guess: update to the version from
1086	  automake-1.9.6
1087
10882006-01-31 08:24  dan
1089
1090	* TODO: - recursive make support + improved variable quoting
1091
10922006-01-28 00:51  dan
1093
1094	* doc/Makefile.am: distribute the pre-built docs
1095
10962006-01-28 00:32  dan
1097
1098	* doc/Makefile.am: distribute and install the formatted docs
1099
11002006-01-27 23:53  dan
1101
1102	* configure.ac: set version to 1.5 for release
1103
11042006-01-27 23:52  dan
1105
1106	* configure.ac: welcome to 1.5A
1107
11082006-01-27 23:43  dan
1109
1110	* latex.subdir.mk.in.in: fix one last bug in the gmake version with
1111	  multiple subdirectories
1112
11132006-01-27 23:39  dan
1114
1115	* testsuite/run_tests.sh: fix reference file directory in messages
1116	  for failed tests when building outside the source tree
1117
11182006-01-27 23:32  dan
1119
1120	* ChangeLog: update for 1.5 release
1121
11222006-01-27 23:30  dan
1123
1124	* README.to-release: - be sure to use --enable-maintainer-mode to
1125	  update version.texi - autogen.sh runs configure.  No need to run
1126	  that by hand.  - add some details about sourceforge file release
1127
11282006-01-27 23:25  dan
1129
1130	* doc/latex-mk.texi, htdocs/history.shtml, htdocs/news.shtml:
1131	  document latex.subdir.mk
1132
11332006-01-27 14:43  dan
1134
1135	* latex.subdir.mk.in.in, testsuite/Makefile.am,
1136	  testsuite/golden.mk, testsuite/run_tests.sh, testsuite/simple.mk,
1137	  testsuite/testfile.mk.in, testsuite/tests.list,
1138	  testsuite/bmake_ref/subdir1.ref, testsuite/bmake_ref/subdir2.ref,
1139	  testsuite/bmake_ref/subdir3.ref, testsuite/bmake_ref/subdir4.ref,
1140	  testsuite/bmake_ref/subdir5.ref, testsuite/gmake_ref/subdir1.ref,
1141	  testsuite/gmake_ref/subdir2.ref, testsuite/gmake_ref/subdir3.ref,
1142	  testsuite/gmake_ref/subdir4.ref, testsuite/gmake_ref/subdir5.ref:
1143	  - fix a few latex.subdir.mk bugs - add 5 tests for this to the
1144	  testsuite - extend the testsuite framework to allow some tests to
1145	  execute   make without the "-n" flag.  - extend the testsuite
1146	  framework to allow copying files from   the source directory to
1147	  the run directory
1148
11492006-01-27 12:21  dan
1150
1151	* Makefile.am, latex.subdir.mk.in.in: get latex.subdir.mk working
1152	  and add it to the list of files which we process.
1153
11542006-01-25 15:24  dan
1155
1156	* doc/latex-mk.texi, htdocs/history.shtml, htdocs/main_footer.incl,
1157	  htdocs/news.shtml: fix up the history, news, and manual for 1.5
1158
11592006-01-25 15:13  dan
1160
1161	* latex-mk.in, latex.mk.in.in,
1162	  testsuite/bmake_ref/basic1_html1.ref,
1163	  testsuite/bmake_ref/basic1_html2.ref,
1164	  testsuite/bmake_ref/basic1_html4.ref,
1165	  testsuite/bmake_ref/basic1_html5.ref,
1166	  testsuite/bmake_ref/basic1_html6.ref,
1167	  testsuite/bmake_ref/basic1_html7.ref,
1168	  testsuite/bmake_ref/basic1_html8.ref,
1169	  testsuite/bmake_ref/vars_hevea.ref,
1170	  testsuite/bmake_ref/vars_latex2html.ref,
1171	  testsuite/bmake_ref/vars_tex2page.ref,
1172	  testsuite/gmake_ref/basic1_html1.ref,
1173	  testsuite/gmake_ref/basic1_html2.ref,
1174	  testsuite/gmake_ref/basic1_html4.ref,
1175	  testsuite/gmake_ref/basic1_html5.ref,
1176	  testsuite/gmake_ref/basic1_html6.ref,
1177	  testsuite/gmake_ref/basic1_html7.ref,
1178	  testsuite/gmake_ref/basic1_html8.ref,
1179	  testsuite/gmake_ref/vars_hevea.ref,
1180	  testsuite/gmake_ref/vars_latex2html.ref,
1181	  testsuite/gmake_ref/vars_tex2page.ref: Add a --tex2page mode for
1182	  latex-mk.  This is because tex2page sometimes must be run
1183	  multiple times to get references right just like latex.
1184
1185	  Improved the clean target when tex2page is used.
1186
1187	  Update the testsuite accordingly.
1188
1189	  These changes and patches (except for the testsuite) came from
1190	  Peter Bex.
1191
11922006-01-25 15:11  dan
1193
1194	* doc/Makefile.am: change how the manual building and cleaning
1195	  works a bit because the latest automake just didn't like the old
1196	  way.
1197
11982005-12-16 17:03  dan
1199
1200	* latex.mk.in.in: clean up the .Z*.tex files left in the top
1201	  project directory by tex2page.  Noted by Peter Bex.
1202
12032005-12-15 13:04  dan
1204
1205	* latex.mk.in.in: make sure that BIBTEXSRCS and foo_BIBTEXSRCS are
1206	  ?= set to empty to keep some older versions of bmake happy when
1207	  trying empty(BIBTEXSRCS).
1208
12092005-12-14 21:37  dan
1210
1211	* latex-mk.in, latex.mk.in.in, doc/latex-mk.texi,
1212	  htdocs/history.shtml, htdocs/news.shtml, testsuite/tests.list,
1213	  testsuite/bmake_ref/basic_bibtexsrcs_dvi1.ref,
1214	  testsuite/bmake_ref/basic_bibtexsrcs_dvi3.ref,
1215	  testsuite/gmake_ref/basic_bibtexsrcs_dvi1.ref,
1216	  testsuite/gmake_ref/basic_bibtexsrcs_dvi3.ref: Fix a bug where if
1217	  the bibtex input file is modified, latex will be rerun but bibtex
1218	  is not always run again.  To achieve this, a new flag for
1219	  latex-mk is added, -b|--bibtex, which will run latex once and
1220	  then run bibtex once.  If any of BIBTEXSRCS or foo_BIBTEXSRCS is
1221	  touched then latex-mk --bibtex is run once and a .bib-stamp file
1222	  is created.  This is used as a dependency for the .dvi and other
1223	  output files.
1224
1225	  Fixed up the testsuite to deal with this change.
1226
12272005-12-12 16:53  dan
1228
1229	* latex.mk.in.in, doc/latex-mk.texi, htdocs/history.shtml,
1230	  htdocs/index.shtml, htdocs/news.shtml,
1231	  testsuite/bmake_ref/basic1_html5.ref,
1232	  testsuite/bmake_ref/basic1_html6.ref,
1233	  testsuite/bmake_ref/basic1_html7.ref,
1234	  testsuite/bmake_ref/basic1_html8.ref,
1235	  testsuite/bmake_ref/vars_hevea.ref,
1236	  testsuite/bmake_ref/vars_tex2page.ref,
1237	  testsuite/gmake_ref/basic1_html5.ref,
1238	  testsuite/gmake_ref/basic1_html6.ref,
1239	  testsuite/gmake_ref/basic1_html7.ref,
1240	  testsuite/gmake_ref/basic1_html8.ref,
1241	  testsuite/gmake_ref/vars_hevea.ref,
1242	  testsuite/gmake_ref/vars_tex2page.ref: avoid running latex when
1243	  generating html output unless we're using latex2html (which needs
1244	  the .aux file generated by latex).  Suggested by Peter Bex in bug
1245	  #1357485
1246
12472005-10-05 09:20  dan
1248
1249	* tgif.mk.in.in, xfig.mk.in.in: fix the dist target when using
1250	  TGIFDIRS/SRCS and XFIGDIRS/SRCS
1251
12522005-10-04 21:39  dan
1253
1254	* testsuite/run_tests.sh: try again with the correct value for
1255	  LGRIND_FLAGS
1256
12572005-10-04 21:37  dan
1258
1259	* testsuite/run_tests.sh: define LGRIND and LGRIND_FLAGS to
1260	  normalize the test environment
1261
12622005-10-04 19:09  dan
1263
1264	* configure.ac: set version to 1.4 for release
1265
12662005-10-04 19:07  dan
1267
1268	* configure.ac: bump rev to 1.4A
1269
12702005-10-04 19:05  dan
1271
1272	* ChangeLog: update for the 1.4 release
1273
12742005-10-04 18:08  dan
1275
1276	* README.to-release: update these notes a bit
1277
12782005-10-04 18:04  dan
1279
1280	* doc/latex-mk.texi, htdocs/history.shtml, htdocs/index.shtml,
1281	  htdocs/news.shtml: set the release date to today!
1282
12832005-10-04 17:51  dan
1284
1285	* latex.mk.in.in, testsuite/bmake_ref/multi_distfile1.ref,
1286	  testsuite/bmake_ref/multi_distfile2.ref,
1287	  testsuite/bmake_ref/multi_distfile3.ref,
1288	  testsuite/gmake_ref/multi_distfile1.ref,
1289	  testsuite/gmake_ref/multi_distfile2.ref,
1290	  testsuite/gmake_ref/multi_distfile3.ref: improve the dist target
1291	  to support a tar of all documents
1292
12932005-10-04 17:51  dan
1294
1295	* htdocs/: Makefile, history.shtml, index.shtml, main_footer.incl,
1296	  news.shtml: add v1.4 release notes
1297
12982005-10-04 17:51  dan
1299
1300	* doc/latex-mk.texi: add some missing variables and add v1.4 notes
1301
13022005-10-04 17:51  dan
1303
1304	* ChangeLog: regen with cvs2cl.pl
1305
13062005-10-04 17:51  dan
1307
1308	* configure.ac, testsuite/run_tests.sh: add gzcat/GZCAT used by the
1309	  dist target
1310
13112005-10-04 08:51  dan
1312
1313	* TODO: lgrind support and dist target now exist
1314
13152005-10-04 06:57  dan
1316
1317	* AUTHORS: add note about lgrind
1318
13192005-10-04 06:52  dan
1320
1321	* doc/latex-mk.texi: the v1.3 section was incorrectly identified as
1322	  v1.2
1323
13242005-10-04 06:45  dan
1325
1326	* doc/latex-mk.texi: bump copyright date
1327
13282005-10-03 21:36  dan
1329
1330	* configure.ac, latex.mk.in.in, lgrind.mk.in.in, tgif.mk.in.in,
1331	  xfig.mk.in.in, doc/latex-mk.texi, testsuite/golden.mk,
1332	  testsuite/run_tests.sh, testsuite/tests.list,
1333	  testsuite/bmake_ref/multi_distfile1.ref,
1334	  testsuite/bmake_ref/multi_distfile2.ref,
1335	  testsuite/bmake_ref/multi_distfile3.ref,
1336	  testsuite/gmake_ref/multi_distfile1.ref,
1337	  testsuite/gmake_ref/multi_distfile2.ref,
1338	  testsuite/gmake_ref/multi_distfile3.ref: add a 'dist' target
1339	  which currently produces a distfile for each project.  I still
1340	  need the master distfile.
1341
13422005-10-03 14:10  dan
1343
1344	* tgif.mk.in.in, xfig.mk.in.in, doc/latex-mk.texi,
1345	  testsuite/golden.mk, testsuite/run_tests.sh,
1346	  testsuite/tests.list, testsuite/bmake_ref/basic_xfigdirs.ref,
1347	  testsuite/bmake_ref/basic_xfigsrcs.ref,
1348	  testsuite/bmake_ref/tgif_pdflatex_dvi1.ref,
1349	  testsuite/bmake_ref/xfig_pdflatex_dvi1.ref,
1350	  testsuite/gmake_ref/basic_xfigdirs.ref,
1351	  testsuite/gmake_ref/basic_xfigsrcs.ref,
1352	  testsuite/gmake_ref/tgif_pdflatex_dvi1.ref,
1353	  testsuite/gmake_ref/xfig_pdflatex_dvi1.ref: when using pdflatex,
1354	  export tgif and xfig directly to pdf rather than eps.
1355
13562005-10-03 13:00  dan
1357
1358	* lgrind.mk.in.in, testsuite/golden.mk, testsuite/testfile.mk.in,
1359	  testsuite/tests.list,
1360	  testsuite/bmake_ref/multi_lgrinddirs_dvi1.ref,
1361	  testsuite/bmake_ref/multi_lgrinddirs_dvi2.ref,
1362	  testsuite/bmake_ref/multi_lgrinddirs_dvi3.ref,
1363	  testsuite/bmake_ref/multi_lgrinddirs_dvi4.ref,
1364	  testsuite/bmake_ref/multi_lgrinddirs_dvi5.ref,
1365	  testsuite/bmake_ref/multi_lgrinddirs_dvi6.ref,
1366	  testsuite/bmake_ref/multi_lgrindsrcs_dvi1.ref,
1367	  testsuite/bmake_ref/multi_lgrindsrcs_dvi2.ref,
1368	  testsuite/bmake_ref/multi_lgrindsrcs_dvi3.ref,
1369	  testsuite/bmake_ref/multi_lgrindsrcs_dvi4.ref,
1370	  testsuite/bmake_ref/multi_lgrindsrcs_dvi5.ref,
1371	  testsuite/bmake_ref/multi_lgrindsrcs_dvi6.ref,
1372	  testsuite/bmake_ref/multi_lgrindsrcs_dvi7.ref,
1373	  testsuite/gmake_ref/basic_lgrinddirs2.ref,
1374	  testsuite/gmake_ref/basic_lgrinddirs3.ref,
1375	  testsuite/gmake_ref/multi_lgrinddirs_dvi1.ref,
1376	  testsuite/gmake_ref/multi_lgrinddirs_dvi2.ref,
1377	  testsuite/gmake_ref/multi_lgrinddirs_dvi3.ref,
1378	  testsuite/gmake_ref/multi_lgrinddirs_dvi4.ref,
1379	  testsuite/gmake_ref/multi_lgrinddirs_dvi5.ref,
1380	  testsuite/gmake_ref/multi_lgrinddirs_dvi6.ref,
1381	  testsuite/gmake_ref/multi_lgrindsrcs_dvi1.ref,
1382	  testsuite/gmake_ref/multi_lgrindsrcs_dvi2.ref,
1383	  testsuite/gmake_ref/multi_lgrindsrcs_dvi3.ref,
1384	  testsuite/gmake_ref/multi_lgrindsrcs_dvi4.ref,
1385	  testsuite/gmake_ref/multi_lgrindsrcs_dvi5.ref,
1386	  testsuite/gmake_ref/multi_lgrindsrcs_dvi6.ref,
1387	  testsuite/gmake_ref/multi_lgrindsrcs_dvi7.ref: fix up GNU make
1388	  support for foo_LGRIND_FLAGS.  Add lots of tests to veryify that
1389	  this stuff is working right.
1390
13912005-10-03 08:03  dan
1392
1393	* testsuite/: bmake_ref/vars_lgrind.ref, gmake_ref/vars_lgrind.ref:
1394	  Update for some whitespace changes which resulted from expanded
1395	  lgrind flags support.
1396
13972005-10-02 22:23  dan
1398
1399	* lgrind.mk.in.in, doc/latex-mk.texi, testsuite/golden.mk,
1400	  testsuite/tests.list, testsuite/bmake_ref/basic_lgrinddirs.ref,
1401	  testsuite/bmake_ref/basic_lgrinddirs2.ref,
1402	  testsuite/bmake_ref/basic_lgrinddirs3.ref,
1403	  testsuite/bmake_ref/basic_lgrindsrcs.ref,
1404	  testsuite/bmake_ref/basic_lgrindsrcs2.ref,
1405	  testsuite/gmake_ref/basic_lgrinddirs.ref,
1406	  testsuite/gmake_ref/basic_lgrinddirs2.ref,
1407	  testsuite/gmake_ref/basic_lgrinddirs3.ref,
1408	  testsuite/gmake_ref/basic_lgrindsrcs.ref,
1409	  testsuite/gmake_ref/basic_lgrindsrcs2.ref: Fix up the lgrind
1410	  support quite a bit by adding per directory and per file
1411	  variables for setting flags to lgrind.  Fully works with BSD
1412	  make, not fully working yet with GNU make.
1413
14142005-10-01 09:47  dan
1415
1416	* testsuite/golden.mk: add vars_lgrind
1417
14182005-09-30 23:19  dan
1419
1420	* lgrind.mk.in.in, doc/latex-mk.texi: remove the *.c *.h only
1421	  restriction on lgrind inputs
1422
14232005-09-30 22:46  dan
1424
1425	* doc/latex-mk.texi: document lgrind support
1426
14272005-09-30 22:38  dan
1428
1429	* testsuite/tests.list: expand on comments for the @ special
1430	  character
1431
14322005-09-30 22:37  dan
1433
1434	* testsuite/: tests.list, bmake_ref/vars_lgrind.ref,
1435	  gmake_ref/vars_lgrind.ref: add tsts for LGRIND and LGRIND_FLAGS
1436	  variables
1437
14382005-09-30 18:11  dan
1439
1440	* Makefile.am, configure.ac, latex.mk.in.in, lgrind.mk.in.in,
1441	  testsuite/golden.mk, testsuite/testfile.mk.in,
1442	  testsuite/tests.list, testsuite/bmake_ref/basic_lgrinddirs.ref,
1443	  testsuite/bmake_ref/basic_lgrindsrcs.ref,
1444	  testsuite/gmake_ref/basic_lgrinddirs.ref,
1445	  testsuite/gmake_ref/basic_lgrindsrcs.ref: add initial support for
1446	  lgrind based on patches from Peter Bex
1447
14482005-09-30 18:11  dan
1449
1450	* testsuite/Makefile.am: make sure the test makefile gets built
1451	  properly
1452
14532005-09-30 10:09  dan
1454
1455	* latex.mk.in.in: if we have USE_PDFLATEX set, then do not build a
1456	  .dvi file by default.  Make the default view_${NAME} target be
1457	  one which views the pdf file instead of the dvi file.  Patch
1458	  provided in bug #977584 by Peter Bex.
1459
14602005-09-30 09:45  dan
1461
1462	* configure.ac, latex.mk.in.in, doc/latex-mk.texi,
1463	  testsuite/golden.mk, testsuite/tests.list,
1464	  testsuite/bmake_ref/basic1_html1.ref,
1465	  testsuite/bmake_ref/basic1_html2.ref,
1466	  testsuite/bmake_ref/basic1_html4.ref,
1467	  testsuite/bmake_ref/basic1_html5.ref,
1468	  testsuite/bmake_ref/basic1_html6.ref,
1469	  testsuite/bmake_ref/basic1_html7.ref,
1470	  testsuite/bmake_ref/basic1_html8.ref,
1471	  testsuite/bmake_ref/vars_hevea.ref,
1472	  testsuite/bmake_ref/vars_latex2html.ref,
1473	  testsuite/bmake_ref/vars_tex2page.ref,
1474	  testsuite/gmake_ref/basic1_html1.ref,
1475	  testsuite/gmake_ref/basic1_html2.ref,
1476	  testsuite/gmake_ref/basic1_html4.ref,
1477	  testsuite/gmake_ref/basic1_html5.ref,
1478	  testsuite/gmake_ref/basic1_html6.ref,
1479	  testsuite/gmake_ref/basic1_html7.ref,
1480	  testsuite/gmake_ref/basic1_html8.ref,
1481	  testsuite/gmake_ref/vars_hevea.ref,
1482	  testsuite/gmake_ref/vars_latex2html.ref,
1483	  testsuite/gmake_ref/vars_tex2page.ref: Add support for tex2page
1484	  for generating html output.  Initial patch supplied by Peter Bex.
1485	  Documentation, testsuite, and GNU make fixes by me.
1486
14872005-09-30 07:01  dan
1488
1489	* configure.ac: if GNUmake >= 3.80 is not found _and_ no BSD make
1490	  is found, then print a loud warning message about it.
1491
14922005-09-30 06:53  dan
1493
1494	* acinclude.m4: improve quoting to keep more recent aclocal happy
1495
14962005-09-30 06:52  dan
1497
1498	* doc/Makefile.am: clean up this file now that html, pdf, ps
1499	  targets are dealt with by automake
1500
15012005-09-30 06:52  dan
1502
1503	* configure.ac: add AM_MAINTAINER_MODE
1504
15052005-09-29 23:02  dan
1506
1507	* COPYING, latex.mk.in.in, doc/latex-mk.texi, testsuite/golden.mk,
1508	  testsuite/tests.list: add a LANDSCAPE variable which will trigger
1509	  various other flags like DVIPS_LANDSCAPE_FLAGS, etc to be added
1510	  the the appropriate tools.
1511
15122005-09-29 22:57  dan
1513
1514	* testsuite/bmake_ref/: basic1_landscape_view.ref,
1515	  vars_xdvi_landscape.ref: repair some broken golden files that had
1516	  some of my .latex-mk.conf settings in them
1517
15182005-09-29 22:52  dan
1519
1520	* testsuite/run_tests.sh: make sure we don't pull in a users
1521	  MAKECONF or USER_MAKECONF which can completely throw off these
1522	  tests.
1523
15242005-09-29 20:07  dan
1525
1526	* autogen.sh: oops. no need to run autoheader.
1527
15282005-09-29 20:05  dan
1529
1530	* autogen.sh: be a bit more verbose and abort on errors
1531
15322004-07-28 22:34  dan
1533
1534	* xfig.mk.in.in: use -L eps instead of -L ps for FIG2DEV_FLAGS.
1535	  Bug #972353
1536
15372004-06-26 16:33  dan
1538
1539	* testsuite/: bmake_ref/vars_dvipdfm_landscape.ref,
1540	  bmake_ref/vars_dvips_landscape.ref,
1541	  bmake_ref/vars_gv_landscape.ref,
1542	  bmake_ref/vars_viewpdf_landscape.ref,
1543	  bmake_ref/vars_xdvi_landscape.ref,
1544	  gmake_ref/vars_dvipdfm_landscape.ref,
1545	  gmake_ref/vars_dvips_landscape.ref,
1546	  gmake_ref/vars_gv_landscape.ref,
1547	  gmake_ref/vars_viewpdf_landscape.ref,
1548	  gmake_ref/vars_xdvi_landscape.ref: add more landscape checks
1549
15502004-06-26 16:03  dan
1551
1552	* testsuite/: bmake_ref/basic1_landscape_dvipdfm.ref,
1553	  bmake_ref/basic1_landscape_pdf.ref,
1554	  bmake_ref/basic1_landscape_ps.ref,
1555	  bmake_ref/basic1_landscape_view.ref,
1556	  bmake_ref/basic1_landscape_viewpdf.ref,
1557	  bmake_ref/basic1_landscape_viewps.ref,
1558	  gmake_ref/basic1_landscape_dvipdfm.ref,
1559	  gmake_ref/basic1_landscape_pdf.ref,
1560	  gmake_ref/basic1_landscape_ps.ref,
1561	  gmake_ref/basic1_landscape_view.ref,
1562	  gmake_ref/basic1_landscape_viewpdf.ref,
1563	  gmake_ref/basic1_landscape_viewps.ref: add various tests for the
1564	  landscape variables
1565
15662004-05-29 09:18  dan
1567
1568	* configure.ac: set to version 1.3
1569
15702004-05-29 09:17  dan
1571
1572	* configure.ac: welcome to 1.3A
1573
15742004-05-29 09:09  dan
1575
1576	* example/Makefile.am: add ex4.tex and ex4.bib
1577
15782004-05-29 09:09  dan
1579
1580	* doc/latex-mk.texi: correct location of freebsd port
1581
15822004-05-29 09:07  dan
1583
1584	* doc/latex-mk.texi: add latex-mk-1.3 notes
1585
15862004-05-29 09:03  dan
1587
1588	* htdocs/Makefile: make this stupid makefile actually work
1589
15902004-05-29 08:59  dan
1591
1592	* example/Makefile.am: makefile.in -> mkfile.in
1593
15942004-05-29 08:55  dan
1595
1596	* htdocs/: history.shtml, index.shtml, news.shtml: latex-mk-1.3
1597	  updates
1598
15992004-05-29 08:49  dan
1600
1601	* ChangeLog: update with latest using cvs2cl.pl
1602
16032004-05-29 08:46  dan
1604
1605	* latex-mk.in: Correctly detect that a bibtex run is needed in the
1606	  case where the document has no explicit \cite{} commands.  For
1607	  example, you could have uncited references by just doing
1608	  \nocite{*}.  Reported in bug report #927068.
1609
16102004-05-29 08:42  dan
1611
1612	* example/: ex4.bib, ex4.tex: add an example of a document where
1613	  the bibliography is generated with \nocite{*}
1614
16152004-05-29 08:28  dan
1616
1617	* example/: biblio.tex, ex2.tex, ex3.tex, example.tex, refs.bib:
1618	  RCS Id police
1619
16202004-05-28 23:24  dan
1621
1622	* example/: Makefile.am, README-example.txt, makefile.in,
1623	  mkfile.in: rename makefile.in to mkfile.in to avoid problems with
1624	  non-case-sensitive filesystems (cygwin)
1625
16262004-04-13 11:28  dan
1627
1628	* htdocs/obtaining.shtml: update freebsd port URL
1629
16302004-03-18 22:55  dan
1631
1632	* configure.ac: set to version 1.2 for release
1633
16342004-03-18 22:53  dan
1635
1636	* configure.ac: welcome to 1.2A
1637
16382004-03-18 21:28  dan
1639
1640	* htdocs/Makefile: add latex-mk.html target and favicon.ico to all:
1641	  target
1642
16432004-03-18 21:27  dan
1644
1645	* htdocs/upload_list: add favicon.ico
1646
16472004-03-18 21:15  dan
1648
1649	* htdocs/: Makefile, favicon.xpm, bugs.shtml, examples.shtml,
1650	  faq.shtml, history.shtml, index.shtml, news.shtml,
1651	  obtaining.shtml: add favicon icon
1652
16532004-03-18 18:11  dan
1654
1655	* testsuite/golden.mk: add graphic1_dvi1
1656
16572004-03-18 17:13  dan
1658
1659	* doc/latex-mk.texi: fix more texinfo syntax errors
1660
16612004-03-18 17:12  dan
1662
1663	* doc/latex-mk.texi, htdocs/history.shtml, htdocs/news.shtml: add
1664	  some docs about png and jpeg conversion
1665
16662004-03-18 17:02  dan
1667
1668	* testsuite/: run_tests.sh, testfile.mk.in, tests.list,
1669	  bmake_ref/graphic1_dvi1.ref, gmake_ref/graphic1_dvi1.ref: add
1670	  tests for jpeg and png graphic file conversion
1671
16722004-03-18 15:31  dan
1673
1674	* doc/latex-mk.texi: fix one more texinfo syntax bug
1675
16762004-03-18 15:24  dan
1677
1678	* doc/latex-mk.texi: fix a texinfo syntax bug
1679
16802004-03-18 15:22  dan
1681
1682	* doc/latex-mk.texi, latex.mk.in.in: add JPG2EPS and PNG2EPS for
1683	  converting png and jpeg files to eps
1684
16852004-03-18 07:31  dan
1686
1687	* latex.mk.in.in: fix up the call to latex-mk --clean after recent
1688	  changes to the latex-mk script
1689
16902004-03-18 07:28  dan
1691
1692	* latex-mk.in: be explicit about which project we are cleaning
1693
16942004-03-17 16:41  dan
1695
1696	* TODO: HTML output is in testsuite now
1697
16982004-03-17 16:39  dan
1699
1700	* testsuite/: tests.list, bmake_ref/vars_latex.ref,
1701	  gmake_ref/vars_latex.ref: exercise the POST_BIBTEX_HOOK variable
1702
17032004-03-17 16:08  dan
1704
1705	* htdocs/obtaining.shtml, doc/latex-mk.texi: add link to freebsd
1706	  port
1707
17082004-03-17 15:45  dan
1709
1710	* htdocs/main_footer.incl: update copyright date
1711
17122004-03-17 15:40  dan
1713
1714	* doc/latex-mk.texi, htdocs/history.shtml, htdocs/index.shtml,
1715	  htdocs/news.shtml: add updates for latex-mk version 1.2
1716
17172004-03-17 15:20  dan
1718
1719	* latex-mk.in: make sure we clean up the .old versions of the files
1720	  we were monitoring
1721
17222004-03-17 15:13  dan
1723
1724	* testsuite/: bmake_ref/basic1_dvipdfm_pdf1.ref,
1725	  bmake_ref/basic1_pdflatex_pdf1.ref,
1726	  bmake_ref/basic1_pdflatex_pdf2.ref,
1727	  gmake_ref/basic1_dvipdfm_pdf2.ref,
1728	  gmake_ref/basic1_pdflatex_pdf1.ref,
1729	  gmake_ref/basic1_pdflatex_pdf2.ref: update for POST_BIBTEX_HOOK
1730	  and DVIPDFM_ENV
1731
17322004-03-17 15:09  dan
1733
1734	* testsuite/: bmake_ref/vars_dvipdfm.ref,
1735	  gmake_ref/vars_dvipdfm.ref: update for DVIPDFM_ENV
1736
17372004-03-17 15:09  dan
1738
1739	* testsuite/: bmake_ref/vars_bibtex.ref, gmake_ref/vars_bibtex.ref,
1740	  bmake_ref/vars_latex.ref, gmake_ref/vars_latex.ref,
1741	  bmake_ref/vars_pdflatex.ref, gmake_ref/vars_pdflatex.ref: update
1742	  for POST_BIBTEX_HOOK
1743
17442004-03-17 14:56  dan
1745
1746	* testsuite/: bmake_ref/basic1_dvipdfm_pdf2.ref,
1747	  gmake_ref/basic1_dvipdfm_pdf1.ref: update golden files for having
1748	  DVIPDFM_ENV
1749
17502004-03-17 14:50  dan
1751
1752	* testsuite/: bmake_ref/basic1_dvipdfm_ps1.ref,
1753	  bmake_ref/basic1_dvipdfm_ps2.ref, bmake_ref/basic1_pdf1.ref,
1754	  bmake_ref/basic1_pdf2.ref, bmake_ref/basic1_pdflatex_ps1.ref,
1755	  bmake_ref/basic1_pdflatex_ps2.ref, bmake_ref/basic1_ps1.ref,
1756	  bmake_ref/basic1_ps2.ref, bmake_ref/vars_gv.ref,
1757	  bmake_ref/vars_lpr.ref, bmake_ref/vars_ps2pdf.ref,
1758	  bmake_ref/vars_viewpdf.ref, gmake_ref/basic1_dvipdfm_ps1.ref,
1759	  gmake_ref/basic1_dvipdfm_ps2.ref, gmake_ref/basic1_pdf1.ref,
1760	  gmake_ref/basic1_pdf2.ref, gmake_ref/basic1_pdflatex_ps1.ref,
1761	  gmake_ref/basic1_pdflatex_ps2.ref, gmake_ref/basic1_ps1.ref,
1762	  gmake_ref/basic1_ps2.ref, gmake_ref/vars_gv.ref,
1763	  gmake_ref/vars_lpr.ref, gmake_ref/vars_ps2pdf.ref,
1764	  gmake_ref/vars_viewpdf.ref: update golden files for not having
1765	  -Ppdf forced on you for dvips
1766
17672004-03-17 14:45  dan
1768
1769	* testsuite/: bmake_ref/basic1_dvi1.ref, bmake_ref/basic1_dvi2.ref,
1770	  bmake_ref/basic1_dvipdfm_dvi1.ref,
1771	  bmake_ref/basic1_dvipdfm_dvi2.ref,
1772	  bmake_ref/basic1_dvipdfm_pdf1.ref,
1773	  bmake_ref/basic1_dvipdfm_pdf2.ref,
1774	  bmake_ref/basic1_dvipdfm_ps1.ref,
1775	  bmake_ref/basic1_dvipdfm_ps2.ref, bmake_ref/basic1_html1.ref,
1776	  bmake_ref/basic1_html2.ref, bmake_ref/basic1_html4.ref,
1777	  bmake_ref/basic1_html5.ref, bmake_ref/basic1_html6.ref,
1778	  bmake_ref/basic1_pdf1.ref, bmake_ref/basic1_pdf2.ref,
1779	  bmake_ref/basic1_pdflatex_dvi1.ref,
1780	  bmake_ref/basic1_pdflatex_dvi2.ref,
1781	  bmake_ref/basic1_pdflatex_ps1.ref,
1782	  bmake_ref/basic1_pdflatex_ps2.ref, bmake_ref/basic1_ps1.ref,
1783	  bmake_ref/basic1_ps2.ref, bmake_ref/basic2_dvi1.ref,
1784	  bmake_ref/basic2_dvi2.ref, bmake_ref/basic2_dvi3.ref,
1785	  bmake_ref/basic_bibtexsrcs_dvi1.ref,
1786	  bmake_ref/basic_bibtexsrcs_dvi3.ref,
1787	  bmake_ref/basic_tgifdirs.ref, bmake_ref/basic_tgifsrcs.ref,
1788	  bmake_ref/basic_xfigdirs.ref, bmake_ref/basic_xfigsrcs.ref,
1789	  bmake_ref/multi1_dvi1.ref, bmake_ref/multi1_dvi2.ref,
1790	  bmake_ref/multi1_dvi3.ref, bmake_ref/multi_texsrcs_dvi1.ref,
1791	  bmake_ref/multi_texsrcs_dvi2.ref,
1792	  bmake_ref/multi_texsrcs_dvi3.ref,
1793	  bmake_ref/multi_texsrcs_dvi5.ref,
1794	  bmake_ref/multi_tgifsrcs_dvi1.ref,
1795	  bmake_ref/multi_tgifsrcs_dvi2.ref,
1796	  bmake_ref/multi_tgifsrcs_dvi3.ref,
1797	  bmake_ref/multi_tgifsrcs_dvi5.ref, bmake_ref/vars_dvipdfm.ref,
1798	  bmake_ref/vars_dvips.ref, bmake_ref/vars_gv.ref,
1799	  bmake_ref/vars_hevea.ref, bmake_ref/vars_latex2html.ref,
1800	  bmake_ref/vars_lpr.ref, bmake_ref/vars_ps2pdf.ref,
1801	  bmake_ref/vars_viewpdf.ref, bmake_ref/vars_xdvi.ref,
1802	  gmake_ref/basic1_dvi1.ref, gmake_ref/basic1_dvi2.ref,
1803	  gmake_ref/basic1_dvipdfm_dvi1.ref,
1804	  gmake_ref/basic1_dvipdfm_dvi2.ref,
1805	  gmake_ref/basic1_dvipdfm_pdf1.ref,
1806	  gmake_ref/basic1_dvipdfm_pdf2.ref,
1807	  gmake_ref/basic1_dvipdfm_ps1.ref,
1808	  gmake_ref/basic1_dvipdfm_ps2.ref, gmake_ref/basic1_html1.ref,
1809	  gmake_ref/basic1_html2.ref, gmake_ref/basic1_html4.ref,
1810	  gmake_ref/basic1_html5.ref, gmake_ref/basic1_html6.ref,
1811	  gmake_ref/basic1_pdf1.ref, gmake_ref/basic1_pdf2.ref,
1812	  gmake_ref/basic1_pdflatex_dvi1.ref,
1813	  gmake_ref/basic1_pdflatex_dvi2.ref,
1814	  gmake_ref/basic1_pdflatex_ps1.ref,
1815	  gmake_ref/basic1_pdflatex_ps2.ref, gmake_ref/basic1_ps1.ref,
1816	  gmake_ref/basic1_ps2.ref, gmake_ref/basic2_dvi1.ref,
1817	  gmake_ref/basic2_dvi2.ref, gmake_ref/basic2_dvi3.ref,
1818	  gmake_ref/basic_bibtexsrcs_dvi1.ref,
1819	  gmake_ref/basic_bibtexsrcs_dvi3.ref,
1820	  gmake_ref/basic_tgifdirs.ref, gmake_ref/basic_tgifsrcs.ref,
1821	  gmake_ref/basic_xfigdirs.ref, gmake_ref/basic_xfigsrcs.ref,
1822	  gmake_ref/multi1_dvi1.ref, gmake_ref/multi1_dvi2.ref,
1823	  gmake_ref/multi1_dvi3.ref, gmake_ref/multi_texsrcs_dvi1.ref,
1824	  gmake_ref/multi_texsrcs_dvi2.ref,
1825	  gmake_ref/multi_texsrcs_dvi3.ref,
1826	  gmake_ref/multi_texsrcs_dvi5.ref,
1827	  gmake_ref/multi_tgifsrcs_dvi1.ref,
1828	  gmake_ref/multi_tgifsrcs_dvi2.ref,
1829	  gmake_ref/multi_tgifsrcs_dvi3.ref,
1830	  gmake_ref/multi_tgifsrcs_dvi5.ref, gmake_ref/vars_dvipdfm.ref,
1831	  gmake_ref/vars_dvips.ref, gmake_ref/vars_gv.ref,
1832	  gmake_ref/vars_hevea.ref, gmake_ref/vars_latex2html.ref,
1833	  gmake_ref/vars_lpr.ref, gmake_ref/vars_ps2pdf.ref,
1834	  gmake_ref/vars_viewpdf.ref, gmake_ref/vars_xdvi.ref: update
1835	  golden files for having POST_BIBTEX_HOOK set in LATEX_ENV
1836
18372004-03-17 14:34  dan
1838
1839	* testsuite/: tests.list, golden.mk: update copyright date
1840
18412004-03-17 14:33  dan
1842
1843	* testsuite/run_tests.sh: add DVIPDFM_ENV and the latex2rtf
1844	  variables
1845
18462004-03-17 14:32  dan
1847
1848	* testsuite/tests.list: add vars_latex2rtf test and add DVIPDFM_ENV
1849	  to vars_dvipdfm
1850
18512004-03-17 14:28  dan
1852
1853	* testsuite/: bmake_ref/vars_latex2rtf.ref,
1854	  gmake_ref/vars_latex2rtf.ref, golden.mk: add vars_latex2rtf test
1855
18562004-03-17 13:07  dan
1857
1858	* COPYING: update copyright date
1859
18602004-03-17 13:04  dan
1861
1862	* latex-mk.in: add support for monitoring certain files such as the
1863	  .toc, .lof, and .lot files (table of contents, list of figures,
1864	  list of tables).  If these files change or appear after a latex
1865	  run, then an addition run will be triggered.	This addresses a
1866	  bug noted by Herve Quiroz and reproduced by myself where the
1867	  table of contents might not get properly updated.
1868
18692004-02-02 22:30  dan
1870
1871	* example/README-example.txt: LATEX-MK -> LATEX_MK
1872
18732003-11-17 17:48  dan
1874
1875	* doc/latex-mk.texi: added some info about the 1.2 release
1876
18772003-11-17 17:22  dan
1878
1879	* configure.ac: check for convert (from ImageMagick) for png to eps
1880	  conversion
1881
18822003-11-17 17:19  dan
1883
1884	* example/makefile.in: add missing BIBTEXSRCS adn TEXSRCS entries
1885
18862003-11-17 17:02  dan
1887
1888	* latex.mk.in.in: Apply several fixes to the RTF output.  This
1889	  target should actually work now.  (added .rtf to suffixes, set
1890	  the LATEX2RTF* variables, added the dependency on the .dvi file)
1891
18922003-11-17 17:01  dan
1893
1894	* latex-mk.in: fix a shell quoting bug which causes an errored exit
1895	  at the end of the latex runs.
1896
1897	  Also add a --debug option for getting some debug output.
1898
18992003-11-17 13:08  dan
1900
1901	* doc/latex-mk.texi: note the rtf target
1902
19032003-11-17 13:05  dan
1904
1905	* doc/latex-mk.texi: document the latex2rtf variables, the
1906	  DVIPDFM_ENV variable, and note the change in DVIPS_FLAGS default
1907
19082003-11-17 12:58  dan
1909
1910	* latex.mk.in.in: Fix a handful of bugs noted by Brook Milligan who
1911	  supplied patches.  In particular:
1912
1913	  - don't force -Ppdf on everyone as a DVIPS flag.  This now needs
1914	  to go in a site/user/project config file now if you want -Ppdf.
1915
1916	  - make sure POST_BIBTEX_HOOK ends up in REAL_{PDF,}LATEX_ENV so
1917	  it can be detected by latex-mk.
1918
1919	  - add DVIPDFM_ENV and use it when calling dvipdfm.
1920
19212003-11-17 12:49  dan
1922
1923	* latex.mk.in.in: add preliminary support for RTF output
1924
19252003-11-17 12:49  dan
1926
1927	* configure.ac: look for latex2rtf
1928
19292003-09-05 16:04  dan
1930
1931	* latex-mk.in: add checks at the end for multiply defined labels
1932
19332003-08-24 20:14  dan
1934
1935	* latex.mk.in.in: clean the images.out file which got created with
1936	  latex2html
1937
19382003-06-14 10:16  dan
1939
1940	* testsuite/run_tests.sh: do not fail the entire test if we have
1941	  skipped one flavor of make
1942
19432003-06-14 08:38  dan
1944
1945	* configure.ac: set version to 1.1 for release
1946
19472003-06-14 08:34  dan
1948
1949	* configure.ac: bump rev to 1.1A
1950
19512003-06-12 17:58  dan
1952
1953	* testsuite/run_tests.sh: replace $GMAKE with gmake in the log
1954	  files and the reference files to account for the differing names
1955	  that GNU make may be installed under.
1956
1957	  Also minor clean up of variables.
1958
19592003-06-11 20:49  dan
1960
1961	* testsuite/: bmake_ref/vars_hevea.ref, gmake_ref/vars_hevea.ref:
1962	  s;/usr/bin/;;g
1963
19642003-06-11 08:27  dan
1965
1966	* testsuite/: bmake_ref/basic1_html1.ref,
1967	  bmake_ref/basic1_html2.ref, bmake_ref/basic1_html4.ref,
1968	  bmake_ref/basic1_html5.ref, bmake_ref/basic1_html6.ref,
1969	  bmake_ref/vars_latex2html.ref, gmake_ref/basic1_html1.ref,
1970	  gmake_ref/basic1_html2.ref, gmake_ref/basic1_html4.ref,
1971	  gmake_ref/basic1_html5.ref, gmake_ref/basic1_html6.ref,
1972	  gmake_ref/vars_latex2html.ref: s;/usr/bin;;g
1973
19742003-06-11 08:24  dan
1975
1976	* latex.mk.in.in: allow FIND and GREP to be overridden
1977
19782003-06-11 08:23  dan
1979
1980	* testsuite/run_tests.sh: override FIND, GREP, and RM
1981
19822003-06-11 07:43  dan
1983
1984	* acinclude.m4: do not try and test out an empty string to see if
1985	  it is BSD make
1986
19872003-06-09 00:33  dan
1988
1989	* doc/latex-mk.texi, htdocs/history.shtml, htdocs/index.shtml,
1990	  htdocs/news.shtml: add documentation relating to the version 1.1
1991	  release
1992
19932003-06-09 00:24  dan
1994
1995	* configure.ac: bump to 1.0B now that HTML output works
1996
19972003-06-09 00:14  dan
1998
1999	* testsuite/: golden.mk, tests.list, bmake_ref/basic1_html1.ref,
2000	  bmake_ref/basic1_html2.ref, bmake_ref/basic1_html3.ref,
2001	  bmake_ref/basic1_html4.ref, bmake_ref/basic1_html5.ref,
2002	  bmake_ref/basic1_html6.ref, bmake_ref/vars_hevea.ref,
2003	  bmake_ref/vars_latex2html.ref, gmake_ref/basic1_html1.ref,
2004	  gmake_ref/basic1_html2.ref, gmake_ref/basic1_html3.ref,
2005	  gmake_ref/basic1_html4.ref, gmake_ref/basic1_html5.ref,
2006	  gmake_ref/basic1_html6.ref, gmake_ref/vars_hevea.ref,
2007	  gmake_ref/vars_latex2html.ref: add HTML output tests to
2008	  testsuite.
2009
20102003-06-07 23:42  dan
2011
2012	* testsuite/run_tests.sh: if BMAKE or GMAKE is set to none then
2013	  skip that test
2014
20152003-06-07 23:30  dan
2016
2017	* configure.ac: look for GNU and BSD make
2018
20192003-06-07 14:18  dan
2020
2021	* testsuite/Makefile.am: add BMAKE and GMAKE to the test
2022	  environment
2023
20242003-06-07 09:03  dan
2025
2026	* acinclude.m4: fix up bsd and gnu make tests
2027
20282003-06-04 10:12  dan
2029
2030	* acinclude.m4: add the start of some checks for GNU make and BSD
2031	  make
2032
20332003-06-04 08:28  dan
2034
2035	* testsuite/run_tests.sh: add the variables for latex output
2036
20372003-06-01 17:24  dan
2038
2039	* README: add Brook Milligan to ack. section
2040
20412003-06-01 16:46  dan
2042
2043	* doc/latex-mk.texi: document POST_BIBTEX_HOOK
2044
20452003-05-31 18:39  dan
2046
2047	* latex-mk.in: on second thought, don't use ". $POST_BIBTEX_HOOK",
2048	  but rather just "$POST_BIBTEX_HOOK" to allow for any sort of
2049	  executible to be used rather than just a bourne shell script.
2050
20512003-05-29 05:23  dan
2052
2053	* latex-mk.in: add the option of running a script after a bibtex
2054	  run.	If the POST_BIBTEX_HOOK variable is set to an executible
2055	  script, then it is run immediately after a bibtex run.  The
2056	  script can set the 'exit_status' variable to something non-zero
2057	  to cause latex-mk to exit.
2058
2059	  Suggested by Brook Milligan.
2060
20612003-05-27 07:10  dan
2062
2063	* doc/latex-mk.texi: its @{ not \{...  also fix the next field for
2064	  the variables node
2065
20662003-05-27 06:59  dan
2067
2068	* latex.mk.in.in: protect default and all targets with .if !().
2069	  Also add missing .PHONY:default.  From Brook Milligan
2070
20712003-05-27 06:56  dan
2072
2073	* doc/latex-mk.texi: escape { and }
2074
20752003-05-27 06:42  dan
2076
2077	* TODO: add 2 more items
2078
20792003-05-26 15:15  dan
2080
2081	* doc/latex-mk.texi: add documentation for html output
2082
20832003-05-26 15:15  dan
2084
2085	* configure.ac: add check for imagen
2086
20872003-05-26 15:14  dan
2088
2089	* latex.mk.in.in: - imagen -> ${IMAGEN}
2090
2091	  - also add 'foo.html' targets
2092
20932003-05-25 16:12  dan
2094
2095	* latex.mk.in.in: fix some bugs in the html clean:: section for GNU
2096	  make which rendered this file non-functional.  GNU make html
2097	  generation now seems to work.
2098
20992003-05-25 00:14  dan
2100
2101	* testsuite/run_tests.sh: add awk, grep, rm, and rmdir variables
2102
21032003-05-25 00:07  dan
2104
2105	* latex.mk.in.in: add HTML output support via Hevea or Latex2HTML
2106
21072003-05-25 00:07  dan
2108
2109	* configure.ac: add checks for awk, grep, and rmdir
2110
21112003-05-18 23:24  dan
2112
2113	* latex-mk.in: fix a bug where bibtex would not get run due to
2114	  slightly different LaTeX output in teTeX-1.0.7 than what I had
2115	  observed.  Noted by Brook Milligan brook at biology dot nmsu dot
2116	  edu.
2117
21182003-05-07 07:09  dan
2119
2120	* configure.ac, latex.mk.in.in: add the start of HTML output
2121	  support suggested by Brook Milligan.	Not finished yet.
2122
21232003-04-19 00:08  dan
2124
2125	* TODO: pdflatex support has been added
2126
21272003-04-18 23:47  dan
2128
2129	* htdocs/history.shtml: fix html typo
2130
21312003-03-19 13:46  dan
2132
2133	* doc/latex-mk.texi: - add URL to tgif - add example of setting
2134	  NAME
2135
21362003-03-07 19:04  dan
2137
2138	* latex.mk.in.in: add dependency on ${DATED_DRAFT_PS} to
2139	  foo-draft.ps so that users who override the default
2140	  DATED_DRAFT_PS get the correct dependency.
2141
21422003-03-07 18:53  dan
2143
2144	* latex-mk.in: after executing --help, exit instead of looping
2145	  forever
2146
21472003-02-28 05:38  dan
2148
2149	* doc/latex-mk.texi: correct some typos
2150
21512003-02-26 20:57  dan
2152
2153	* htdocs/index.shtml: add latex-mk-1.0 release new
2154
21552003-02-26 19:17  dan
2156
2157	* testsuite/: bmake_ref/Makefile.am, gmake_ref/Makefile.am: do not
2158	  install the testsuite.  its only for use at build time
2159
21602003-02-26 18:32  dan
2161
2162	* testsuite/run_tests.sh: fixes to run on solaris
2163
21642003-02-26 05:20  dan
2165
2166	* htdocs/history.shtml: add release date for 1.0
2167
21682003-02-25 20:53  dan
2169
2170	* configure.ac: bump rev to 1.0
2171
21722003-02-25 20:50  dan
2173
2174	* configure.ac: bump rev to 1.0A
2175
21762003-02-25 20:50  dan
2177
2178	* testsuite/: Makefile.am: make sure we build the .{,g}mk files
2179	  needed by the tests
2180
21812003-02-25 20:45  dan
2182
2183	* htdocs/faq.shtml: add note about GNU make version
2184
21852003-02-25 20:28  dan
2186
2187	* autogen.sh: no need to run autoheader.  we do not have one...
2188
21892003-02-25 19:57  dan
2190
2191	* testsuite/golden.mk: add several missing tests
2192
21932003-02-25 19:42  dan
2194
2195	* testsuite/: bmake_ref/basic2_dvi1.ref, bmake_ref/basic2_dvi2.ref,
2196	  bmake_ref/basic2_dvi3.ref, gmake_ref/basic2_dvi1.ref,
2197	  gmake_ref/basic2_dvi2.ref, gmake_ref/basic2_dvi3.ref: add some
2198	  missing reference files
2199
22002003-02-25 18:56  dan
2201
2202	* htdocs/history.shtml, htdocs/news.shtml, doc/latex-mk.texi: add
2203	  notes about the 1.0 release
2204
22052003-02-24 21:05  dan
2206
2207	* testsuite/: testfile.mk.in, tests.list,
2208	  bmake_ref/multi_texsrcs_dvi1.ref,
2209	  bmake_ref/multi_texsrcs_dvi2.ref,
2210	  bmake_ref/multi_texsrcs_dvi3.ref,
2211	  bmake_ref/multi_texsrcs_dvi4.ref,
2212	  bmake_ref/multi_texsrcs_dvi5.ref,
2213	  bmake_ref/multi_tgifsrcs_dvi1.ref,
2214	  bmake_ref/multi_tgifsrcs_dvi2.ref,
2215	  bmake_ref/multi_tgifsrcs_dvi3.ref,
2216	  bmake_ref/multi_tgifsrcs_dvi4.ref,
2217	  bmake_ref/multi_tgifsrcs_dvi5.ref,
2218	  gmake_ref/multi_texsrcs_dvi1.ref,
2219	  gmake_ref/multi_texsrcs_dvi2.ref,
2220	  gmake_ref/multi_texsrcs_dvi3.ref,
2221	  gmake_ref/multi_texsrcs_dvi4.ref,
2222	  gmake_ref/multi_texsrcs_dvi5.ref,
2223	  gmake_ref/multi_tgifsrcs_dvi1.ref,
2224	  gmake_ref/multi_tgifsrcs_dvi2.ref,
2225	  gmake_ref/multi_tgifsrcs_dvi3.ref,
2226	  gmake_ref/multi_tgifsrcs_dvi4.ref,
2227	  gmake_ref/multi_tgifsrcs_dvi5.ref: add several more tests.
2228	  These are for multiple document projects
2229
22302003-02-24 21:01  dan
2231
2232	* testsuite/Makefile.am: do not install testsuite.  this is a
2233	  compile time check
2234
22352003-02-24 19:26  dan
2236
2237	* testsuite/: Makefile.am, README.txt: add some docs on the
2238	  testsuite
2239
22402003-02-24 19:14  dan
2241
2242	* testsuite/run_tests.sh: add --without-{b,g}make flags to disable
2243	  BSD or GNU make test
2244
22452003-02-24 07:29  dan
2246
2247	* README.to-release, autogen.sh: update notes on how to release to
2248	  reflect using a GNU auto* tools build system.
2249
22502003-02-22 22:17  dan
2251
2252	* example/ex2.tex: remove extra junk from bottom of file
2253
22542003-02-22 22:17  dan
2255
2256	* example/makefile.in: add ex3
2257
22582003-02-22 22:16  dan
2259
2260	* example/: Makefile.am, ex3.tex: add an example which has a
2261	  bibliography but does not include postscript files.  This is used
2262	  for testing the latex-mk script with --pdflatex.
2263
22642003-02-22 09:28  dan
2265
2266	* latex-mk.in: fix a bug with running bibtex that caused latex-mk
2267	  to sometimes stop processing after running bibtex once.
2268
22692003-02-17 07:11  dan
2270
2271	* latex.mk.in.in, tgif.mk.in.in, xfig.mk.in.in,
2272	  testsuite/testfile.mk.in: add  -*- Makefile -*- to let emacs
2273	  figure out the major mode
2274
22752003-02-15 15:35  dan
2276
2277	* testsuite/: bmake_ref/basic1_dvi1.ref, bmake_ref/basic1_dvi2.ref,
2278	  bmake_ref/basic1_dvipdfm_dvi1.ref,
2279	  bmake_ref/basic1_dvipdfm_dvi2.ref,
2280	  bmake_ref/basic1_dvipdfm_pdf1.ref,
2281	  bmake_ref/basic1_dvipdfm_pdf2.ref,
2282	  bmake_ref/basic1_dvipdfm_ps1.ref,
2283	  bmake_ref/basic1_dvipdfm_ps2.ref, bmake_ref/basic1_pdf1.ref,
2284	  bmake_ref/basic1_pdf2.ref, bmake_ref/basic1_pdflatex_dvi1.ref,
2285	  bmake_ref/basic1_pdflatex_dvi2.ref,
2286	  bmake_ref/basic1_pdflatex_pdf1.ref,
2287	  bmake_ref/basic1_pdflatex_pdf2.ref,
2288	  bmake_ref/basic1_pdflatex_ps1.ref,
2289	  bmake_ref/basic1_pdflatex_ps2.ref, bmake_ref/basic1_ps1.ref,
2290	  bmake_ref/basic1_ps2.ref, bmake_ref/basic_bibtexsrcs_dvi1.ref,
2291	  bmake_ref/basic_bibtexsrcs_dvi3.ref,
2292	  bmake_ref/basic_tgifdirs.ref, bmake_ref/basic_tgifsrcs.ref,
2293	  bmake_ref/basic_xfigdirs.ref, bmake_ref/basic_xfigsrcs.ref,
2294	  bmake_ref/multi1_dvi1.ref, bmake_ref/multi1_dvi2.ref,
2295	  bmake_ref/multi1_dvi3.ref, bmake_ref/vars_dvipdfm.ref,
2296	  bmake_ref/vars_dvips.ref, bmake_ref/vars_gv.ref,
2297	  bmake_ref/vars_lpr.ref, bmake_ref/vars_ps2pdf.ref,
2298	  bmake_ref/vars_viewpdf.ref, bmake_ref/vars_xdvi.ref,
2299	  gmake_ref/basic1_dvi1.ref, gmake_ref/basic1_dvi2.ref,
2300	  gmake_ref/basic1_dvipdfm_dvi1.ref,
2301	  gmake_ref/basic1_dvipdfm_dvi2.ref,
2302	  gmake_ref/basic1_dvipdfm_pdf1.ref,
2303	  gmake_ref/basic1_dvipdfm_pdf2.ref,
2304	  gmake_ref/basic1_dvipdfm_ps1.ref,
2305	  gmake_ref/basic1_dvipdfm_ps2.ref, gmake_ref/basic1_pdf1.ref,
2306	  gmake_ref/basic1_pdf2.ref, gmake_ref/basic1_pdflatex_dvi1.ref,
2307	  gmake_ref/basic1_pdflatex_dvi2.ref,
2308	  gmake_ref/basic1_pdflatex_pdf1.ref,
2309	  gmake_ref/basic1_pdflatex_pdf2.ref,
2310	  gmake_ref/basic1_pdflatex_ps1.ref,
2311	  gmake_ref/basic1_pdflatex_ps2.ref, gmake_ref/basic1_ps1.ref,
2312	  gmake_ref/basic1_ps2.ref, gmake_ref/basic_bibtexsrcs_dvi1.ref,
2313	  gmake_ref/basic_bibtexsrcs_dvi3.ref,
2314	  gmake_ref/basic_tgifdirs.ref, gmake_ref/basic_tgifsrcs.ref,
2315	  gmake_ref/basic_xfigdirs.ref, gmake_ref/basic_xfigsrcs.ref,
2316	  gmake_ref/multi1_dvi1.ref, gmake_ref/multi1_dvi2.ref,
2317	  gmake_ref/multi1_dvi3.ref, gmake_ref/vars_dvipdfm.ref,
2318	  gmake_ref/vars_dvips.ref, gmake_ref/vars_gv.ref,
2319	  gmake_ref/vars_lpr.ref, gmake_ref/vars_ps2pdf.ref,
2320	  gmake_ref/vars_viewpdf.ref, gmake_ref/vars_xdvi.ref: all calls to
2321	  latex-mk now include an env call to set PDF/LATEX,
2322	  PDF/LATEX_FLAGS, BIBTEX, BIBTEX_FLAGS
2323
23242003-02-15 15:07  dan
2325
2326	* latex-mk.in, latex.mk.in.in: set {{PDF,}LA},BIB}TEX{,_FLAGS} in
2327	  the environment that latex-mk is run in.  Also follow these flags
2328	  inside of latex-mk.
2329
23302003-02-15 14:43  dan
2331
2332	* testsuite/: golden.mk, tests.list, bmake_ref/vars_bibtex.ref,
2333	  bmake_ref/vars_latex.ref, bmake_ref/vars_pdflatex.ref,
2334	  gmake_ref/vars_bibtex.ref, gmake_ref/vars_latex.ref,
2335	  gmake_ref/vars_pdflatex.ref: add BIBTEX, LATEX, and PDFLATEX
2336	  variable checks
2337
23382003-02-15 09:17  dan
2339
2340	* latex.mk.in.in: add VIEWPDF{,_FLAGS} to comments near top
2341
23422003-02-15 09:06  dan
2343
2344	* testsuite/: golden.mk, testfile.mk.in, tests.list,
2345	  bmake_ref/basic_bibtexsrcs_dvi1.ref,
2346	  bmake_ref/basic_bibtexsrcs_dvi2.ref,
2347	  bmake_ref/basic_bibtexsrcs_dvi3.ref, bmake_ref/vars_dvipdfm.ref,
2348	  bmake_ref/vars_dvips.ref, bmake_ref/vars_gv.ref,
2349	  bmake_ref/vars_lpr.ref, bmake_ref/vars_ps2pdf.ref,
2350	  bmake_ref/vars_viewpdf.ref, bmake_ref/vars_xdvi.ref,
2351	  gmake_ref/basic_bibtexsrcs_dvi1.ref,
2352	  gmake_ref/basic_bibtexsrcs_dvi2.ref,
2353	  gmake_ref/basic_bibtexsrcs_dvi3.ref, gmake_ref/vars_dvipdfm.ref,
2354	  gmake_ref/vars_dvips.ref, gmake_ref/vars_gv.ref,
2355	  gmake_ref/vars_lpr.ref, gmake_ref/vars_ps2pdf.ref,
2356	  gmake_ref/vars_viewpdf.ref, gmake_ref/vars_xdvi.ref: add lots of
2357	  tests related to variables defining executables and their flags
2358
23592003-02-10 08:07  dan
2360
2361	* testsuite/golden.mk: add multi1_dvi{1,2,3} tests
2362
23632003-02-09 23:00  dan
2364
2365	* testsuite/: testfile.mk.in, tests.list,
2366	  bmake_ref/multi1_dvi1.ref, bmake_ref/multi1_dvi2.ref,
2367	  bmake_ref/multi1_dvi3.ref, gmake_ref/multi1_dvi1.ref,
2368	  gmake_ref/multi1_dvi2.ref, gmake_ref/multi1_dvi3.ref: add tests
2369	  for projects with multiple .tex files and multiple documents
2370
23712003-02-08 16:42  dan
2372
2373	* testsuite/: Makefile.am, golden.mk, bmake_ref/Makefile.am,
2374	  gmake_ref/Makefile.am: put the list of reference files for the
2375	  testsuite into a single file (golden.mk) which is included by the
2376	  two subdirectory makefiles.
2377
23782003-02-08 16:39  dan
2379
2380	* testsuite/run_tests.sh: add support for inserting delays between
2381	  touching files which need to be created during each test run.
2382
23832003-02-07 20:32  dan
2384
2385	* configure.ac: move testsuite/{b,g}make to testsuite/{b,g}make_ref
2386
23872003-02-07 20:22  dan
2388
2389	* testsuite/: Makefile.am, run_tests.sh, bmake_ref/Makefile.am,
2390	  bmake_ref/basic1_dvi1.ref, bmake_ref/basic1_dvi2.ref,
2391	  bmake_ref/basic1_dvipdfm_dvi1.ref,
2392	  bmake_ref/basic1_dvipdfm_dvi2.ref,
2393	  bmake_ref/basic1_dvipdfm_pdf1.ref,
2394	  bmake_ref/basic1_dvipdfm_pdf2.ref,
2395	  bmake_ref/basic1_dvipdfm_ps1.ref,
2396	  bmake_ref/basic1_dvipdfm_ps2.ref, bmake_ref/basic1_pdf1.ref,
2397	  bmake_ref/basic1_pdf2.ref, bmake_ref/basic1_pdflatex_dvi1.ref,
2398	  bmake_ref/basic1_pdflatex_dvi2.ref,
2399	  bmake_ref/basic1_pdflatex_pdf1.ref,
2400	  bmake_ref/basic1_pdflatex_pdf2.ref,
2401	  bmake_ref/basic1_pdflatex_ps1.ref,
2402	  bmake_ref/basic1_pdflatex_ps2.ref, bmake_ref/basic1_ps1.ref,
2403	  bmake_ref/basic1_ps2.ref, bmake_ref/basic_tgifdirs.ref,
2404	  bmake_ref/basic_tgifsrcs.ref, bmake_ref/basic_xfigdirs.ref,
2405	  bmake_ref/basic_xfigsrcs.ref, gmake_ref/Makefile.am,
2406	  gmake_ref/basic1_dvi1.ref, gmake_ref/basic1_dvi2.ref,
2407	  gmake_ref/basic1_dvipdfm_dvi1.ref,
2408	  gmake_ref/basic1_dvipdfm_dvi2.ref,
2409	  gmake_ref/basic1_dvipdfm_pdf1.ref,
2410	  gmake_ref/basic1_dvipdfm_pdf2.ref,
2411	  gmake_ref/basic1_dvipdfm_ps1.ref,
2412	  gmake_ref/basic1_dvipdfm_ps2.ref, gmake_ref/basic1_pdf1.ref,
2413	  gmake_ref/basic1_pdf2.ref, gmake_ref/basic1_pdflatex_dvi1.ref,
2414	  gmake_ref/basic1_pdflatex_dvi2.ref,
2415	  gmake_ref/basic1_pdflatex_pdf1.ref,
2416	  gmake_ref/basic1_pdflatex_pdf2.ref,
2417	  gmake_ref/basic1_pdflatex_ps1.ref,
2418	  gmake_ref/basic1_pdflatex_ps2.ref, gmake_ref/basic1_ps1.ref,
2419	  gmake_ref/basic1_ps2.ref, gmake_ref/basic_tgifdirs.ref,
2420	  gmake_ref/basic_tgifsrcs.ref, gmake_ref/basic_xfigdirs.ref,
2421	  gmake_ref/basic_xfigsrcs.ref: rename bmake and gmake directories
2422	  to bmake_ref and gmake_ref to avoid problems with users who may
2423	  include '.' in their path.
2424
24252003-02-06 05:31  dan
2426
2427	* doc/latex-mk.texi, htdocs/history.shtml: add some news about the
2428	  up and coming 1.0 release
2429
24302003-02-05 10:28  dan
2431
2432	* testsuite/: Makefile.am, run_tests, run_tests.sh: move run_tests
2433	  to run_tests.sh and fix up the script.  In particular, it now
2434	  properly functions when the build directory is not the same as
2435	  the source directory.  Its now open season on adding tests!
2436
24372003-02-03 07:13  dan
2438
2439	* testsuite/run_tests: look in ${srcdir} for tests.list
2440
24412003-02-03 07:09  dan
2442
2443	* testsuite/Makefile.am: do not try and chmod run_test.  It should
2444	  be ok already and we may have a write-only source tree
2445
24462003-02-03 07:04  dan
2447
2448	* testsuite/Makefile.am: add run_test, tests.list, and
2449	  testfile.mk.in to EXTRA_DIST
2450
24512003-02-03 06:45  dan
2452
2453	* configure.ac: bump to 0.9C with the addition of a testsuite
2454
24552003-02-03 06:41  dan
2456
2457	* testsuite/Makefile.am: enable the testsuite
2458
24592003-02-03 06:39  dan
2460
2461	* testsuite/run_tests: clean up the environment a bit for running
2462	  the test make's.  This lets the testsuite actually run as part of
2463	  'make check'
2464
24652003-02-02 22:34  dan
2466
2467	* latex.mk.in.in, testsuite/Makefile.am, testsuite/run_tests,
2468	  testsuite/testfile.mk.in, testsuite/tests.list: import the first
2469	  pass at part of a testsuite.	As a bonus I've already caught a
2470	  bug with this.  Testsuite still needs to be incorporated into the
2471	  'make check' part of the automake build system.
2472
24732003-02-02 22:27  dan
2474
2475	* configure.ac: add testsuite/{b,g}make/Makefile output
2476
24772003-02-02 22:25  dan
2478
2479	* tgif.mk.in.in, xfig.mk.in.in: fix bug in which only one directory
2480	  of multiple directories listed in {TGIF,XFIG}DIRS actually got
2481	  processed with BSD make.  Caught when creating the testsuite.
2482
24832003-02-02 07:38  dan
2484
2485	* Makefile.am, configure.ac, testsuite/Makefile.am,
2486	  testsuite/run_tests, testsuite/testfile.mk.in: add the start of a
2487	  testsuite.
2488
24892003-02-02 07:07  dan
2490
2491	* xfig.mk.in.in: - fix some typos in comments -
2492	  s/XFIG2DEV_FLAGS/FIG2DEV_FLAGS
2493
24942003-02-01 22:43  dan
2495
2496	* latex-mk.in: add a very short -h|--help output
2497
24982003-02-01 22:42  dan
2499
2500	* configure.ac, latex.mk.in.in, doc/latex-mk.texi: provide
2501	  preliminary support for using pdflatex to directly produce pdf
2502	  files from latex files.
2503
25042003-02-01 21:33  dan
2505
2506	* doc/latex-mk.texi: update copyright year
2507
25082003-02-01 20:28  dan
2509
2510	* configure.ac, latex.mk.in.in, doc/latex-mk.texi: add preliminary
2511	  support for using dvipdfm to directly create PDF from DVI.  This
2512	  addresses feature request "[ 620891 ] support for dvipdfm"
2513	  entered on sourceforge.
2514
25152003-02-01 19:14  dan
2516
2517	* latex.mk.in.in, tgif.mk.in.in, xfig.mk.in.in: - fix remaining
2518	  bugs with correct inclusion of tgif.mk and xfig.mk   when
2519	  foo_TGIFDIRS and bar_XFIGSRCS, etc are used with gmake.
2520
2521	  - correctly add the dependencies for tgif and xfig files with
2522	  gmake and foo_{TGIF,XFIG}{DIRS,SRCS}
2523
25242003-02-01 11:01  dan
2525
2526	* latex.mk.in.in: correctly pull in latex.[g]mk and xfig.[g]mk when
2527	  foo_TGIFDIRS and similar constructs are used but without TGIFDIRS
2528	  being defined.
2529
25302002-10-31 09:59  dan
2531
2532	* htdocs/faq.shtml: add note about GNU make version and how to get
2533	  bmake
2534
25352002-10-31 09:57  dan
2536
2537	* htdocs/history.shtml: fix the 0.9.1 section to be labeled as
2538	  0.9.1
2539
25402002-10-30 05:16  dan
2541
2542	* htdocs/: Makefile, bugs.shtml, examples.shtml, faq.shtml,
2543	  history.shtml, index.shtml, news.shtml, obtaining.shtml,
2544	  upload_list: sync with the head for the 0.9.1 release
2545
25462002-10-29 05:29  dan
2547
2548	* configure.ac: bump version to 0.9.1
2549
25502002-10-28 21:50  dan
2551
2552	* htdocs/: history.shtml, index.shtml, news.shtml: add news and
2553	  history for latex-mk-0.9.1
2554
25552002-10-28 21:17  dan
2556
2557	* doc/latex-mk.texi: pullup revs 1.16, 1.17, 1.18
2558
25592002-10-28 21:14  dan
2560
2561	* xfig.mk.in.in: pullup rev 1.3
2562
25632002-10-28 21:13  dan
2564
2565	* tgif.mk.in.in: pullup revs 1.6 and 1.7
2566
25672002-10-28 21:10  dan
2568
2569	* latex.mk.in.in: pullup revision 1.22 to fix many GNU make related
2570	  bugs
2571
25722002-10-26 21:23  dan
2573
2574	* doc/latex-mk.texi: - add system requirements section with info on
2575	  required GNU make version (>=3.80)   and where to get a BSD make
2576	  program
2577
2578	  - add a history section
2579
25802002-10-17 22:23  dan
2581
2582	* ChangeLog: add ChangeLog
2583
25842002-10-17 22:22  dan
2585
2586	* tgif.mk.in.in: remove some whitespace.  move ALLTGIFOBJS up
2587	  higher in the file.
2588
25892002-10-17 22:21  dan
2590
2591	* xfig.mk.in.in: Support per-document xfig dependencies.  Somehow
2592	  this was missed when support was added for tgif per-docuemnt
2593	  dependencies.
2594
25952002-10-17 06:54  dan
2596
2597	* latex.mk.in.in, tgif.mk.in.in: many fixes for gmake.	Uses
2598	  gmake-3.80 features, but the other approach to the dynamic
2599	  dependencies and targets was a total hack which proved to not be
2600	  portable across different versions of gmake.	The big change here
2601	  is how we handle multiple top level documents with gmake.
2602
26032002-10-10 08:50  dan
2604
2605	* doc/latex-mk.texi: - document the VIEWPDF and VIEWPDF_FLAGS
2606	  variables
2607
2608	  - XDVI is for .dvi previews, not .pdf previews
2609
26102002-10-09 21:32  dan
2611
2612	* htdocs/bugs.shtml, htdocs/examples.shtml, htdocs/faq.shtml,
2613	  htdocs/history.shtml, htdocs/index.shtml, htdocs/news.shtml,
2614	  htdocs/obtaining.shtml, doc/latex-mk.texi:
2615	  s/danmc@sourceforge.net/danmc@users.sourceforge.net/
2616
26172002-10-09 01:03  dan
2618
2619	* htdocs/: Makefile, upload_list: add 'upload' target.	this uses
2620	  the upload_list to select which files get rsynced
2621
26222002-10-09 00:35  dan
2623
2624	* htdocs/: Makefile, history.shtml, index.shtml, news.shtml: add
2625	  the news section and update for the 0.9 release
2626
26272002-10-09 00:11  dan
2628
2629	* configure.ac: set to version 0.9
2630
26312002-10-09 00:10  dan
2632
2633	* configure.ac: bump to 0.9A
2634
26352002-10-08 23:46  dan
2636
2637	* Makefile.am: add all-local to chmod 755 the scripts.	otherwise
2638	  they are not executible prior to installation
2639
26402002-10-08 23:37  dan
2641
2642	* COPYING: note that its more than just .mk files
2643
26442002-10-08 23:36  dan
2645
2646	* doc/latex-mk.texi: add the ps_<name>-draft target
2647
26482002-10-08 23:22  dan
2649
2650	* TODO: add ieee-copyout and dist items
2651
26522002-10-08 23:19  dan
2653
2654	* example/ex2.tex: add missing example to CVS
2655
26562002-10-08 23:17  dan
2657
2658	* latex.mk.in.in: clean the draft_stamp.ps file
2659
26602002-10-08 23:13  dan
2661
2662	* example/README-example.txt: add more notes on runnng the example
2663
26642002-10-08 22:53  dan
2665
2666	* example/: Makefile.am, example.conf.in, makefile.in: example.conf
2667	  is deprecated.  Just set the env vars per the readme file
2668
26692002-10-08 20:59  dan
2670
2671	* htdocs/: Makefile, bugs.shtml, examples.shtml, faq.shtml,
2672	  history.shtml, index.shtml, left_column.incl, obtaining.shtml:
2673	  several updates, add a history section, add some faq's about GNU
2674	  vs BSD make, correct some spellings, grammar, etc.
2675
26762002-10-08 09:46  dan
2677
2678	* example/tgif/Makefile.am: install the tgif files in a
2679	  subdirectory
2680
26812002-10-08 09:45  dan
2682
2683	* example/: Makefile.am, README-example.txt: add a readme file
2684	  about how to try the example
2685
26862002-10-07 17:15  dan
2687
2688	* doc/Makefile.am: distribute the .dvi files to avoid needing tex
2689	  to build the docs
2690
26912002-10-07 17:00  dan
2692
2693	* example/Makefile.am: fix for BSD make
2694
26952002-10-07 15:31  dan
2696
2697	* latex.mk.in.in: s/BMK/GMK in a key spot.  Fixes gmake
2698	  foo-draft.ps and prevents creating garbage pdf-draft files with
2699	  bmake
2700
27012002-10-07 14:34  dan
2702
2703	* latex.mk.in.in: fix the test for draft output with gmake.  clean
2704	  the -draft.ps and -draft.pdf files
2705
27062002-10-07 10:11  dan
2707
2708	* latex-mk.in: add a check for
2709
2710	    LaTeX Warning: There were undefined references.
2711
2712	  after the final run.	For now, just issue a warning.	In the
2713	  future, this should support a bunch of flags saying which are
2714	  warnings and which are fatal errors
2715
27162002-10-06 23:08  dan
2717
2718	* latex-mk.in, latex.mk.in.in: add support for IGNORE_LATEX_ERRORS
2719	  makefile variable which will pass --ignore-errors to latex-mk.
2720	  This lets you build with undefined references.
2721
2722	  While here, add --pdflatex support to latex-mk.  Still need
2723	  support in the makefiles.
2724
27252002-10-06 22:30  dan
2726
2727	* latex-mk.in: correctly capture the latex return code when piping
2728	  the output to a log file.  Thanks to Valeriy E. Ushakov
2729	  <uwe@netbsd.org> for shell programming help on this one.
2730
27312002-10-06 22:28  dan
2732
2733	* Makefile.am, latex.mk.in.in: fix exec_dir processing
2734
27352002-10-06 22:27  dan
2736
2737	* ieee-copyout, ieee-copyout.in: move ieee-copyout to
2738	  ieee-copyout.in
2739
27402002-10-05 16:34  dan
2741
2742	* README: Add an acknowledgement for Karthikesh Raju
2743	  <karthik@james.hut.fi>
2744
27452002-10-05 16:18  dan
2746
2747	* README.to-release: pull in some notes on releasing with cvs
2748
27492002-10-05 16:18  dan
2750
2751	* example/README.to-release: move to top directory
2752
27532002-10-05 16:08  dan
2754
2755	* example/README.to-release: pull in some notes on releasing with
2756	  cvs
2757
27582002-10-02 22:34  dan
2759
2760	* README: add some formatting and some acknowledgements
2761
27622002-09-29 23:10  dan
2763
2764	* htdocs/index.shtml: note that latex-mk has scripts as well as
2765	  makefiles
2766
27672002-09-29 23:05  dan
2768
2769	* latex-mk.in, latex.mk.in.in: fix support for -draft targets
2770
27712002-09-29 21:46  dan
2772
2773	* doc/latex-mk.texi: document the -draft targets and the options
2774	  for multiple top level documents.
2775
27762002-09-29 21:18  dan
2777
2778	* configure.ac, ieee-copyout, Makefile.am: add script (not finished
2779	  yet) to make a sanitized copy of the document for IEEE
2780	  submission.
2781
27822002-09-27 09:27  dan
2783
2784	* latex.mk.in.in: fix the name for viewps-draft, viewps-all-draft,
2785	  print-draft, and print-all-draft
2786
27872002-09-26 23:11  dan
2788
2789	* dated_draft.ps, latex.mk.in.in: add initial support for draft
2790	  watermark and time stamp in postscript and later output
2791
27922002-09-26 22:53  dan
2793
2794	* Makefile.am, TODO: add TODO list
2795
27962002-09-21 10:40  dan
2797
2798	* latex.mk.in.in, tgif.mk.in.in: cause the gmake dependency files
2799	  to always be remade.	Hopefully this ugly hack brings gmake
2800	  support up to what BSD make does.
2801
28022002-09-21 10:39  dan
2803
2804	* example/Makefile.am: add ex2.tex to distfiles
2805
28062002-09-20 22:57  dan
2807
2808	* example/Makefile.am: add example.conf to distclean list
2809
28102002-09-20 22:56  dan
2811
2812	* doc/latex-mk.texi: fix texi formatting bugs
2813
28142002-09-20 22:44  dan
2815
2816	* configure.ac: bump rev now that multiple docs are supported
2817
28182002-09-20 22:38  dan
2819
2820	* configure.ac, latex.mk.in.in, tgif.mk.in.in, doc/latex-mk.texi,
2821	  example/Makefile.am, example/makefile.in: many changes to allow
2822	  GNU make to deal with multiple documents per directory and some
2823	  common and some shared dependencies.	Now fully supports things
2824	  like:
2825
2826	  NAME= doc1 doc2 TEXSRCS= common.tex doc1_TEXSRCS=extra1.tex
2827	  doc2_TEXSRCS=extra2.tex
2828
28292002-09-20 22:32  dan
2830
2831	* latex-mk.in: be sure and cleanup on exit
2832
28332002-09-20 22:31  dan
2834
2835	* latex-mk.in: add a --clean flag which deletes any leftover log
2836	  files
2837
28382002-09-20 08:05  dan
2839
2840	* example/: Makefile.am, example.conf.in: more work on the
2841	  examples, but not ready for prime-time yet
2842
28432002-09-20 07:58  dan
2844
2845	* Makefile.am: add copyright info
2846
28472002-09-20 07:58  dan
2848
2849	* configure.ac: correct help text for --with-{user,}{g,}mkconf
2850
28512002-09-17 22:45  dan
2852
2853	* latex.mk.in.in, tgif.mk.in.in, example/Makefile.am,
2854	  example/makefile.in: add support for having multiple documents
2855	  with individual and shared dependencies in the same directory.
2856	  Idea from Jeff McMahill.
2857
28582002-09-17 22:11  dan
2859
2860	* latex-mk.in: use   if test ! -f $file instead of   if ! test -f
2861	  $file
2862
2863	  and fix some echo "" quotes to make this work properly on
2864	  solaris.
2865
28662002-09-16 07:12  dan
2867
2868	* Makefile.am, configure.ac, example/Makefile.am,
2869	  example/biblio.tex, example/example.tex, example/makefile.in,
2870	  example/refs.bib, example/tgif/Makefile.am: add an example of
2871	  using latex-mk
2872
28732002-09-16 07:11  dan
2874
2875	* latex.mk.in.in: search for the included .mk files in
2876	  LATEX_MK_DIR.  This will let me more easily setup a config file
2877	  for pre-installation testing.
2878
28792002-09-15 07:43  dan
2880
2881	* latex-mk.in, latex.mk.in.in: more improvements to the latex-mk
2882	  script.  It now seems to correctly detect when a bibtex run is
2883	  needed and actually appears to run latex the right number of
2884	  times now.
2885
2886	  Given this, try switching to latex-mk instead of latex in the
2887	  makefiles now.
2888
28892002-09-15 07:34  dan
2890
2891	* Makefile.am: add @bindir@ to the list of common variables to
2892	  substitute for
2893
28942002-09-14 22:14  dan
2895
2896	* latex.mk.in.in: for gmake, include the .gmk files, not the .mk
2897	  files
2898
28992002-09-14 07:34  dan
2900
2901	* Makefile.am, configure.ac, latex-mk.in: add a latex-mk shell
2902	  script which actually will (not yet) do the work of running
2903	  latex.  It will keep track of if latex and/or bibtex need to be
2904	  re-run to resolve changed labels, etc.  Also, it has a
2905	  configurable limit on how many times it will run latex.
2906
29072002-09-12 22:50  dan
2908
2909	* htdocs/images/: curved.png, curved.xcf, logo.jpg, logo.png,
2910	  logo2.png: add some images
2911
29122002-09-12 08:59  dan
2913
2914	* htdocs/: Makefile, bugs.shtml: add bug reporting info
2915
29162002-09-12 08:59  dan
2917
2918	* htdocs/examples.shtml: add some examples
2919
29202002-09-11 22:55  dan
2921
2922	* htdocs/Makefile: makefile for building static pages
2923
29242002-09-11 22:54  dan
2925
2926	* htdocs/: examples.shtml, left_column.incl: add template for an
2927	  example
2928
29292002-09-11 22:53  dan
2930
2931	* htdocs/main_footer.incl: add sourceforge logo and counter
2932
29332002-08-31 00:06  dan
2934
2935	* htdocs/: faq.shtml, index.shtml, left_column.incl,
2936	  main_footer.incl, obtaining.shtml, page_start.incl,
2937	  images/logo.xcf, utils/shtml2html: start on web page
2938
29392002-08-29 18:36  dan
2940
2941	* doc/latex-mk.texi: - fix the table of contents so it actually
2942	  shows up - fix the concepts index so it actually shows up - start
2943	  new pages with each new chapter
2944
29452002-08-29 18:32  dan
2946
2947	* aclocal.m4: this is a generated file.  no need to put in cvs
2948
29492002-08-28 21:01  dan
2950
2951	* Makefile.am, configure.ac, latex.mk.in.in, doc/latex-mk.texi: fix
2952	  up the config files.	In particular, use sysconfdir to specify
2953	  the locations for latex-mk.conf and latex-gmk.conf.
2954
2955	  switch to make the default user config file be
2956	  ${HOME}/.latex-{g,}mk.conf
2957
29582002-08-28 19:53  dan
2959
2960	* latex.subdir.mk.in.in: add stub makefile for subdirectories
2961
29622002-08-28 09:10  dan
2963
2964	* configure.ac, doc/latex-mk.texi: use ${sysconfdir} instead of
2965	  hardcoding /etc
2966
29672002-08-28 08:55  dan
2968
2969	* doc/latex-mk.texi: document the --with-mkconf, --with-gmkconf,
2970	  --with-usermkconf, and --with-usergmkconf options
2971
2972	  start work on the installation chapter
2973
29742002-08-28 08:52  dan
2975
2976	* configure.ac, latex.mk.in.in: fix up the --with-mkconf,
2977	  --with-gmkconf, --with-usermkconf, and --with-usergmkconf options
2978
29792002-08-28 08:47  dan
2980
2981	* README: point to the real documentation
2982
29832002-08-25 22:14  dan
2984
2985	* configure.ac: fix up the previous commit
2986
29872002-08-25 22:07  dan
2988
2989	* configure.ac, latex.mk.in.in, xfig.mk.in.in: add --with-mkconf
2990	  and --with-gmkconf to change /etc/mk.conf and /etc/gmk.conf
2991
29922002-08-24 00:14  dan
2993
2994	* doc/Makefile.am: install the html, postscript and pdf manuals
2995
29962002-08-24 00:05  dan
2997
2998	* doc/latex-mk.texi: add minimal documentation on MAKECONF and
2999	  USER_MAKECONF
3000
30012002-08-23 23:57  dan
3002
3003	* latex.mk.in.in: use mk.conf for BSD make and gmk.conf for GNU
3004	  make
3005
30062002-08-23 21:27  dan
3007
3008	* latex.mk.in.in: - fix autoconf-iguration of ENV_PROG.  - check
3009	  for XFIGSRCS and XFIGDIRS and pull in xfig.mk if either is set.
3010	  fixes processing of xfig figures.
3011
30122002-08-22 22:41  dan
3013
3014	* doc/latex-mk.texi: fix up copyright notice and license
3015
30162002-08-21 23:14  dan
3017
3018	* doc/latex-mk.texi: - add a bunch of introductory text - sort
3019	  variables by type - add barebones "obtaining" section
3020
30212002-08-21 23:13  dan
3022
3023	* doc/Makefile.am: sort DISTCLEANFILES and add .pdf
3024
30252002-08-21 07:53  dan
3026
3027	* doc/latex-mk.texi: add some sections and nodes for targets and
3028	  variables
3029
30302002-08-20 22:28  dan
3031
3032	* Makefile.am: do not distribute the .mk.in files.  they are
3033	  installation dependent
3034
30352002-08-20 21:50  dan
3036
3037	* doc/latex-mk.texi: first pass through listing of all targets and
3038	  variables.  Need to add examples and a good bit of explanatory
3039	  text still.
3040
30412002-08-19 07:40  dan
3042
3043	* doc/texinfo.tex: update to version 2002-06-04.06
3044
30452002-08-18 22:12  dan
3046
3047	* doc/Makefile.am: use DISTCLEANFILES instead of distclean-local:
3048
30492002-08-16 07:05  dan
3050
3051	* configure.ac: add more program checks
3052
30532002-08-14 22:50  dan
3054
3055	* Makefile.am, aclocal.m4, configure.ac, latex.mk.in.in,
3056	  tgif.mk.in.in, example/tgif/myfig.obj: lots of changes to build
3057	  system.  use configure to find paths to many of the executibles
3058	  which are needed.  Also add xfig tests and an example.
3059
30602002-08-14 22:44  dan
3061
3062	* xfig.mk.in.in: add (untested) xfig make fragment
3063
30642002-08-14 07:40  dan
3065
3066	* latex.mk.in.in, latex.mk.in, tgif.mk.in.in, tgif.mk.in: move
3067	  latex.mk.in tgif.mk.in to latex.mk.in.in tgif.mk.in.in
3068
30692002-07-01 08:32  dan
3070
3071	* doc/Makefile.am: remove .fns files during distclean
3072
30732002-06-02 07:07  dan
3074
3075	* latex.mk.in: add .PHONY everywhere where needed (did not have any
3076	  before)
3077
30782002-06-02 07:04  dan
3079
3080	* doc/latex-mk.texi: add small example on formatting code examples
3081
30822002-05-20 22:10  dan
3083
3084	* doc/Makefile.am: cleanup and fix distclean target
3085
30862002-05-20 21:50  dan
3087
3088	* doc/: mdate-sh, texinfo.tex: add rcs id
3089
30902002-05-20 21:50  dan
3091
3092	* doc/Makefile.am: add html and pdf ouptut
3093
30942002-05-20 21:26  dan
3095
3096	* AUTHORS, COPYING, Makefile.am, README, configure.ac, latex.mk.in,
3097	  doc/latex-mk.texi, doc/mdate-sh, doc/texinfo.tex: add texinfo
3098	  skeleton
3099
31002002-05-20 10:25  dan
3101
3102	* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
3103	  aclocal.m4, config.guess, config.sub, configure.ac, install-sh,
3104	  latex.mk.in, missing, mkinstalldirs, tgif.mk.in: move here from
3105	  localsrc/share/mk since it is its own package now
3106
3107