info_TEXINFOS = bookview.texi pkgdata_DATA = help.txt INFO2TXT = ../tools/info2txt EXTRA_DIST = help.txt CLEANFILES = help.tmp help.txt: bookview.info rm -f help.txt $(PERL) $(INFO2TXT) $(srcdir)/bookview.info >> help.tmp cp help.tmp help.txt rm -f help.tmp