Hi, This is not directly related to LaTeX2HTML, but I thought someone here may have done this before and knows how to do it. I have a bunch of BibTeX files, which are used by some LaTeX files, which are in turn the input for LaTeX2HTML for generating some HTML files. I want to automate the process of HTML file generation as much as possible, so I want to set up a Makefile to do this. Instead of specifying a whole lot of rules for each .bib file and each .tex file, I want to use suffix rules that define how to make a .html file from a .bib file (in case that's the one that changed) or from a .tex file. One further complication: the .bib files are in the parent directory of the .tex files. Has anyone done this before and could advise me on how to do this? Thanks, Robert. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Robert Biuk-Aghai, University of Macau, Faculty of Science and Technology http://hyperg.sftw.umac.mo/robert/ tel: +853-3974365 fax: +853-838314 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein
