## Process this file with automake to produce Makefile.in EXTRA_DIST = bugs.sgml \ compile.sgml \ gpl.sgml \ introduction.sgml \ legal.sgml \ requirements.sgml \ xls2xml-library.sgml \ xls2xml-manual.sgml \ xls2xml-program.sgml \ HACKING \ USING \ seudodtd DOC_MAIN_SGML_FILE = xls2xml-manual.sgml regenerate-all: (cd $(srcdir); \ db2html $(DOC_MAIN_SGML_FILE) ) dist-hook: all cp -r $(srcdir)/xls2xml-manual $(distdir) clean-local: rm -fr DBTOHTML_OUTPUT_DIR* *.junk maintainer-clean-local: clean rm -rf xls2xml-manual