]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/ChangeLog
c113b3de3de3936f3eb019b548632edb7c7e41d1
[lyx.git] / src / tex2lyx / ChangeLog
1 2005-02-05  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2
3         * context.C (begin_deeper, end_deeper): adjust output to LyX
4         * preamble.C (h_output_changes): new
5         * preamble.C (end_preamble): output paperfontsize without unit
6         * preamble.C (end_preamble): change file format from 237 to 241
7         * text.C (parse_environment, parse_text): adjust paragraph parameters
8         to new file format
9         * text.C (handle_ert, handle_comment): adjust newlines to new file
10         format
11
12 2005-02-03  Angus Leeming  <leeming@lyx.org>
13
14         * Makefile.am: make -lz conditional on USE_COMPRESSION.
15
16 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
17
18         * text.C (parse_text): handle \includegraphics*
19         * Makefile.am: readd -lz library since gcc 3.3 needs it.
20
21 2005-02-02  Angus Leeming  <leeming@lyx.org>
22
23         * Makefile.am: remove -lz library from the linker call.
24
25 2005-02-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
26
27         * text.C (parse_text): Use '\n' and not '\\n' for a newline ;-)
28
29 2005-02-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
30
31         * text.C (parse_text): Only reset font changes if not at the
32         beginning of a new layout
33
34 2005-01-31  Angus Leeming  <leeming@lyx.org>
35
36         * tex2lyx.C (main): enable tex2lyx to find the top level
37         build directory when run in-place.
38
39         Also add "fs::path::default_name_check(fs::no_check);"
40
41 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
42
43         * tex2lyx.C: rewrite to use boost.filesystem
44         * text.C: ditto
45
46         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
47
48 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
49
50         * Spacing (set): take double instead of float
51
52         * tex2lyx.C: convert stuff
53
54 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
55
56         * Spacing.h: remove unused parameters
57
58 2005-01-10  Angus Leeming  <leeming@lyx.org>
59
60         * tex2lyx.C: use support/package.h to provide the paths to the
61         various directories used by LyX.
62
63 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
64
65         * text.C: tostr -> convert
66
67 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
68
69         * Spacing.h: adapt dummy file to the changes in src/Spacing.h.
70
71 2005-01-04  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
72
73         * preamble.C (parse_preamble): handle second optional arg of
74         \newcommand etc. and add the command to the known commands (fixes
75         bug 1750)
76         * texparser.[Ch] (getFullOpt): new, like getOpt but distinguish
77         between empty arguments and no argument found
78         * tex2lyx.[Ch]: (add_known_command): new
79         * text.C (parse_text): handle \newcommand etc. (see above)
80         * text.C (parse_text): add comment about \underline
81         * text.C (getCiteArguments): use getFullOpt
82
83 2004-12-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
84
85         * table.C (ColInfo, LTRowType, RowInfo, CellInfo, verbose_align):
86         new, extended from math_gridinfo.h and tabular.h
87         * table.C (write_attribute): new, from tabular.C
88         * table.C (read_hlines): remove
89         * table.C (parse_hlines): new
90         * table.C (RowPosition): new
91         * table.C (parse_table): handle comments in hlines
92         * table.C (parse_table, handle_tabular): add longtable support
93         * table.C (handle_tabular): fix "unexpected dummy size" error message
94         * table.C (handle_tabular): fix off by one error for clines
95         * text.C (parse_environment): add longtable support
96
97 2004-12-14  Angus Leeming  <leeming@lyx.org>
98
99         * tex2lyx.C (main): no longer pass pointers to os::init.
100
101 2004-12-14  Angus Leeming  <leeming@lyx.org>
102
103         * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
104         to overcome bug in the MinGW port of g++ 3.4.2.
105
106 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
107
108         * Makefile.am (tex2lyx_LDADD): use boost variables
109
110 2004-11-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
111
112         * table.C (handle_colalign): handle comments
113         * table.C (handle_tabular): don't crash on clines with out of range
114         columns
115
116 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
117
118         * tex2lyx.C: remove format hack
119
120 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
121
122         * texparser.C (getNewline): new
123         * texparser.C (tokenize): fix bug 1730 by handling MAC line endings
124         correctly
125
126 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
127
128         * tex2lyx.C (formats): new, needed for libsupport.a
129
130 2004-10-20  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
131
132         * text.C (parse_text): replace newlines with spaces in arguments to
133         known latex commands, fixes bug 1620
134
135 2004-10-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
136
137         * preamble.C (end_preamble): change file format from 236 to 237
138         * preamble.C (h_use_geometry, h_use_bibtopic, h_tracking_changes):
139         change from "0" to "false"
140
141 2004-08-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
142
143         * preamble.C (end_preamble): change file format from 235 to 236
144         * preamble.C (end_preamble): add \begin_document, \begin_header and
145         \begin_body tags
146         * preamble.C (h_papersize): change from "Default" to "default"
147         * tex2lyx.C (tex2lyx): add end_body tag
148
149 2008-08-16  José Matos  <jamatos@lyx.org>
150
151         * context.C (begin_deeper, end_deeper):
152         * preamble.C (end_preamble):
153         * table.C (handle_tabular):
154         * text.C (end_inset, handle_ert, handle_comment):
155         (parse_text_attributes, parse_text): remove space at end of line.
156
157 2004-08-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
158
159         * preamble.C (split_options): new, split package options into vector
160         * preamble.C (add_package): new, add a package with options to
161         used_packages
162         * preamble.C, tex2lyx.h (used_packages): new map of used packages
163         and options
164         * preamble.C (handle_package): handle natbib and jurabib package
165         * preamble.C (handle_package): output a message for unhandled options
166         * preamble.C (parse_preamble): handle \jurabibsetup
167         * text.C (known_natbib_commands): new list of known natbib ccommands
168         * text.C (known_jurabib_commands): new list of known jurabib ccommands
169         * text.C (getCiteArguments): new, parse cite command arguments
170         * text.C (parse_text): handle natbib and jurabib citation commands
171
172 2004-07-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
173
174         * preamble.C (end_preamble): change file format from 228 to 235
175         * preamble.C (end_preamble): add use_bibtopic flag
176         * preamble.C (end_preamble): replace use_natbib with cite_engine
177         * preamble.C: change the paperpackage default from "default" to
178         "none". The old setting only worked by accident.
179         * tex2lyx.[Ch] (getMasterFilePath): new, needed for included graphics
180         * text.C (parse_environment): add sideways flag for float insets
181         * text.C (parse_text): add graphics file extension if necessary
182         * text.C (find_file): new helper function
183
184 2004-07-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
185
186         * math.C (parse_math): change tex "\\cr" line ending to "\\\\"
187         * table.C (parse_table): recognize tex "\\cr" line ending
188
189 2004-06-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
190
191         * math.C, preamble.C, tex2lyx.[Ch], text.C: const fixes
192         * context.[Ch]: new Font struct, and add it to Context
193         * text.C (parse_text): reset size after size change
194         * text.C: handle declaration form of font attribute changes (new
195         and old style)
196         * text.C (parse_text): handle \textmd, \textup and \textnormal
197         * text.C (parse_text_attributes): new
198
199 2004-06-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
200
201         * text.C (output_command_layout, parse_environment): fix bug 1446
202         by passing parent_context.deeper_paragraph to the child context
203
204 2004-06-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
205
206         * preamble.C, text.C: s/wether/whether/g
207         * text.C (eat_whitespace): new method
208         * texparser.C (getArg): use always curr_token().asInput()
209         * texparser.[Ch] (isParagraph): new method
210         * texparser.C (skip_spaces): handle "\n +\n" correctly
211         * texparser.[Ch] (asMode): remove, since it is unused
212
213 2004-05-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
214
215         * Makefile.am (BUILT_SOURCES): move lengthcommon.C from here...
216         (tex2lyx_SOURCES): ... to here
217
218         * lengthcommon.C: new file
219
220 2004-04-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
221
222         * preamble.C: recognize \lyxdot
223         * text.C (parse_text): translate \lyxdot in graphics file names
224         * text.C (handle_ert): translate '\n' (fixes %-newline combinations
225         in \def commands)
226
227 2004-03-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
228
229         * text.C (parse_text): handle vspaces like '1cm' correctly
230
231 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
232
233         * text.C (parse_box): "\\" -> '\\' in calls to contains.
234
235 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
236
237         * text.C: reorder the using statements.
238         (translate_len): remove usage of a uninitialized variable.
239         (isLayout): make it adaptable and constify operator()
240         (findLayout): reformat slightly and dont use the same var for
241         different things.
242
243 2004-01-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
244
245         * text.C: fix status tag output for ERT inset
246
247 2003-12-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
248
249         * preamble.C: Change file format from 225 to 228
250         * text.C: Convert minipages and parboxes to box insets
251         * text.C: Changes for format 228 (see ../../development/FORMAT)
252         * text.C: Add lyxgreyedout environment
253         * context.[Ch]: New function Context::add_extra_stuff()
254
255 2003-12-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
256
257         * text.C: Use the new VSpace inset (fixes a bug with added_space top)
258         * text.C: Fix \= in tabbing env again
259         * text.C: Fix invocation of parse_command()
260
261 2003-11-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
262
263         * tex2lyx.C:
264         * tex2lyx.h:
265         * text.C: Read a list of commands and their arguments from a reLyX
266         compatible syntax file in order to parse optional argumnts correctly.
267         * preamble.C:
268         * table.C:
269         * text.C:
270         * tex2lyx.C:
271         * texparser.C
272         * math.C: change size() to !empty() where it was used as bool
273
274 2003-11-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
275
276         * math.C:
277         * table.C:
278         * text.C:
279         * context.[Ch]: New functions Context::set_item(),
280         Context::new_paragraph(ostream & os) and Context::atParagraphStart()
281         to make Context usage more explicit
282         * texparser.[Ch]: Rework Parser::tokenize (see comment in texparser.h)
283         * table.C:
284         * math.C:
285         * texparser.C: Don't silently drop comments
286         * texparser.C: Token::asInput() does not append a space anymore
287         * texparser.[Ch]: Renamed Parser::prev_token() to Parser::curr_token().
288         New function Parser::prev_token() returns now really the previous token
289         * Context.[Ch]:
290         * text.C: Convert known vspaces at paragraph start to \\added_space_top
291         * preamble.C: Don't put out newlines twice.
292         * text.C: Fix minipage position bug
293         * text.C: Fix \labelwidthstring bug
294         * text.C: Recognize alignment environments
295         * text.C: Fix a few cases of incorrect context usage, resulting
296         in missing or superflous \begin_layout / \end_laout lines.
297
298 2003-10-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
299
300         * math.C:
301         * preamble.C:
302         * table.C:
303         * tex2lyx.C:
304         * tex2lyx.h:
305         * texparser.C:
306         * texparser.h:
307         * text.C:
308         - add \text{}, \intertext{} and \fbox{} support in mathmode.
309         - add support for some math environments like displaymath
310         - allow parsing of partial documents (for inclusion with \input).
311         - steal commandline switches -c and -f from reLyX to support the
312                      previous point
313         - add support for lengths with comma (4,5cm instead of 4.5cm) to
314                      minipage environments. Handle \textwidth etc. without factor
315         - rearrange active_environments.[push,pop]back() so that they are always
316                called in pairs
317         - write an error message if layout file could not be found.
318         - convert \begin{comment}...\end{comment} to comment inset
319         - handle \= correctly inside tabbing environments
320         - fix multicolumn vertical rule bug in tables
321         - add missing \includegraphics options
322         - output minipages with latex lengths as ERT, since lyx cannot handle them
323         - recognize \textsl{}
324         - remove duplicate \ldots
325         - recognize \bibliographystyle and \bibliography
326         - handle \psfrag{ps-text}[ps-pos][tex-pos]{tex-text} correctly
327         - handle environments in table cells correctly
328         - add missing -userdir and -sysdir commandline switches
329         - recognize start of appendix
330         - handle optional arg to \item as ERT in itemize environment, since LyX
331                      does not support it directly
332
333 2003-10-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
334
335         * Makefile.am (BUILT_SOURCES): use this instead of "linked_files"
336         and the link_files target. make the BUILT_SOURCES dependency
337         automatically link the needed files.
338
339 2003-10-14  Angus Leeming  <leeming@lyx.org>
340
341         * Makefile.am: move boost.C from the linked_files section
342         to the tex2lyx_SOURCES section.
343
344         * boost.C: new file. Simpler than the version in the main lyx source.
345         No reference to the emergencyCleanup stuff.
346
347         * tex2lyx.C: remove emergencyCleanup() stuff.
348
349 2003-10-08  Angus Leeming  <leeming@lyx.org>
350
351         Fix doxygen warnings.
352
353         * Spacing.h: \file Spacing.h -> \file tex2lyx/Spacing.h
354         * gettext.C: \file gettext.C -> \file tex2lyx/gettext.C
355         * gettext.h: \file gettext.h -> \file tex2lyx/gettext.h
356         * lyxfont.C: \file lyxfont.C -> \file tex2lyx/lyxfont.C
357         * lyxfont.h: \file lyxfont.h -> \file tex2lyx/lyxfont.h
358         * text.C:    \file text.C    -> \file tex2lyx/text.C
359
360 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
361
362         * tex2lyx.C: adjust for new debugstream.
363
364 2003-09-08  Angus Leeming  <leeming@lyx.org>
365
366         * math.C:
367         * preamble.C:
368         * table.C:
369         * tex2lyx.C:
370         * texparser.C: remove redundant using directives.
371
372 2003-08-19  Angus Leeming  <leeming@lyx.org>
373
374         * most files: add 'standard conformant' header blurb.
375         Also add Jean-Marc as an author where appropriate.
376
377 2003-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
378
379         * Makefile.am (EXTRA_DIST):
380         * test-insets.tex: new file. Describes the insets and special
381         characters that tex2lyx handles.
382
383         * text.C (parse_text): support \vref, \vpageref (only one optional
384         argument), \prettyref; add support for include inset; when \\ has
385         optional arguments, use ERT; support also \listoffigures,
386         \listoftables, and \listof{xxx} for existing float types;
387         translate lenghts properly for graphics inset.
388         (parse_environment): add support for minipages
389
390         * text.C (translate_len): A simple function to translate a latex
391         length to something lyx can understand. Not perfect, but rather
392         best-effort.
393
394 2003-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
395
396         * text.C (parse_text): special handling for \item and \bibitem
397         macros
398
399         * context.C (begin_layout, end_layout, begin_deeper, end_deeper):
400         tiny helper functions
401         (check_layout):
402         (check_end_deeper): add special handling for the case of a normal
403         paragraph inside a list-like environment.
404
405         * test-structure.tex: add more stuff there
406
407 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
408
409         * context.h: compile fix
410
411 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
412
413         * text.C: some tweaks to make nesting work. What still does not
414         work is nesting a standard paragraph in a list.
415
416         * test-structure.tex: update a bit
417
418         * context.C (check_deeper, check_end_deeper): new methods to
419         handle the *_deeper stuff
420
421         * preamble.C (end_preamble): small tweaks
422
423 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
424
425         * text.C: update to use Context struct, and more notably:
426         (cap, check_layout, check_end_layout): remove
427         (parse_text_snippet): new thin wrapper around parse_text, used for
428         things like \textrm{...}
429         (parse_environment): remove existing depth handling code, which is
430         handled transparently by the Context struct; make unknown
431         environments work (again?) through ERT
432
433         * test-structure.tex: new test file, used to try out various
434         layouts combinations
435
436         * tex2lyx.C:
437         * tex2lyx.h:
438         * table.C: update to use Context struct
439
440         * context.[Ch]: new helper struct which is passed to parse_*
441         functions and handles *_layout and *_deeper tags output
442
443         * Makefile.am (EXTRA_DIST): new file test-structure.tex
444         (tex2lyx_SOURCES): add context.[Ch]
445
446 2003-07-30  Angus Leeming  <leeming@lyx.org>
447
448         * Makefile.am: Hide the fact that we re-generate those symbolic links
449         brainlessly.
450
451 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
452
453         * text.C (check_layout): \layout -> \begin_layout
454         (parse_text_in_inset): convenience function
455
456         * tex2lyx.C (main): \the_end -> \end_document
457
458         * preamble.C (end_preamble): update version number to 225
459
460         * text.C (parse_text): replace test on "lyxcode" with test on
461         LyXLayout::freespacing.
462         (check_end_layout): new function, used to check whether we need to
463         add an \end_layout
464
465 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
466
467         * tex2lyx.C (clean_layouts): remove
468
469         * text.C: output lazily the \layout commands using the
470         check_layout function. Remove all explicit \layout tags.
471         (parse_text): pass an optional parameter 'layout'
472         (handle_par): remove
473
474         * text.C (output_command_layout): renamed from output_layout
475         (parse_environment): new method containing a part of parse_text
476
477         * tex2lyx.C:
478         * preamble.C:
479         * table.C: \begin_layout -> \layout. We are not quite ready for
480         that yet
481
482 2003-07-28  José Matos  <jamatos@lyx.org>
483
484         * text.C:
485         * tex2lyx.C:
486         * preamble.C:
487         * table.C: \layout -> \begin_layout.
488
489 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
490
491         * text.C (parse_text): read environment from layout file too. Now,
492         all layout entries are supported (but many hacks remain); note
493         that the nesting support is broken and will have to be completely
494         redone
495         (parse_text): basic support for english double quotes
496
497         * table.C (handle_tabular): make the output more similar to LyX
498         and fix a little
499
500         * text.C (output_layout): fix handling of optional argument
501         (parse_text): small tweaks to make output format closer to lyx
502         format; support \tableofcontents; fix/improve support for various
503         special characters
504
505 2003-07-27  Angus Leeming  <leeming@lyx.org>
506
507         * Makefile.am: remove unused graphics_link_files cruft.
508         Thanks, Kayvan!
509
510 2003-07-27  Angus Leeming  <leeming@lyx.org>
511
512         * tex2lyx.C: add Debug::ANY hack.
513
514         * text.C: remove hardcoded command layouts.
515
516 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
517
518         * text.C (parse_text): fix handling of \LaTeXe macro
519
520 2003-07-26  Angus Leeming  <leeming@lyx.org>
521
522         * Spacing.h:
523         * lyxfont.[Ch]:
524         * gettext.[Ch]: minimal (near empty) analogues of the real LyX
525         files; enough to get LyXTextClass and LyXLayout to compile without
526         needing to store any real information about Spacing or Font.
527
528         * Makefile.am: add these files above and also include a minimal
529         chunk of the main lyx source tree as soft links in order to add in
530         LyXTextClass and LyXLayout.
531
532         * .cvsignore: add all these soft links.
533
534         * preamble.C (end_preamble): passed a LyXTextClass arg.
535         (parse_preamble): returns the document LyXTextClass.
536
537         * tabular.C (handle_tabular): passed a LyXTextClass arg. In turn
538         pass it to parse_text.
539
540         * tex2lyx.C: add some global vars, build_lyxdir et al. For now,
541         give them some horrible hard-coded value.
542         (main): receive a LyXTextClass var from parse_preamble and pass it
543         on to parse_text.
544
545         * text.C (parse_text): receives a LyXTextClass arg. Use it to
546         remove the hard-coded handling of floats and instead check the
547         textclass for its existence. Also handle wide floats naturally.
548
549         * tex2lyx.h: associated changes to function declarations.
550
551 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
552
553         * texparser.C (catInit): same warning avoidance as in math_parser.C
554         (setCatCode): cast to safe type
555         (getCatCode): ditto
556
557 2003-05-17  Joao Luis M. Assirati  <assirati@fma.if.usp.br>
558
559         * texparser.C: fix paragraph parsing after comment
560
561 2003-04-29  André Pönitz  <poenitz@gmx.net>
562
563         * Makefile.am:
564           texparser.h: whitespace
565
566 2003-04-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
567
568         * table.C: use string::erase(), not string::clear() to enable older
569         versions of gcc to compile the code.
570
571 2003-04-17  André Pönitz  <poenitz@gmx.net>
572
573         * math.C:
574           preamble.C:
575           table.C:
576     text.C: new files
577
578         * table.C: better table handling
579
580         * tex2lyx.C: lots of small changes
581
582 2003-02-25  Angus Leeming  <leeming@lyx.org>
583
584         * .cvsignore: ignore *.lo and libtexparser.la.
585
586 2003-02-20  Angus Leeming  <leeming@lyx.org>
587
588         * tex2lyx.C: swap <sstream> for "Lsstream.h".
589
590 2003-02-11  Angus Leeming  <leeming@lyx.org>
591
592         * tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.
593         (handle_package): new function, factoring code out of Parser::parse.
594         (trim): copied across from support/lstrings.C
595         (Parser::parse): handle '\usepackage{foo, bar}'.
596
597 2003-02-11  André Pönitz  <poenitz@gmx.net>
598
599         * tex2lyx.C: first shot at real code
600
601 2003-02-11  Angus Leeming  <leeming@lyx.org>
602
603         * .cvsignore: new file.
604
605 2003-02-10  Angus Leeming  <leeming@lyx.org>
606
607         * Makefile.am: empty, dummy file so that autogen.sh and configure
608         are happy.