yamt_helpdir = $(datadir)/gnome/help/yamt/C yamt_help_DATA = \ index.html \ topic.dat EXTRA_DIST = yamt.sgml topic.dat all: index.html index.html: yamt/index.html -cp yamt/index.html . yamt/index.html: $(srcdir)/yamt.sgml -srcdir=`cd $(srcdir) && pwd`; \ db2html $$srcdir/yamt.sgml dist-hook: index.html mkdir $(distdir)/yamt -cp yamt/*.html $(distdir)/yamt -cp yamt/*.css $(distdir)/yamt install-data-local: index.html -for file in $(srcdir)/yamt/*.html $(srcdir)/yamt/*.css; do \ basefile=`echo $$file | sed -e 's,^.*/,,'`; \ $(INSTALL_DATA) $$file $(DESTDIR)$(yamt_helpdir)/$$basefile; \ done yamt.ps: yamt.sgml -db2ps $< yamt.rtf: yamt.sgml -db2rtf $<