## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = no-dependencies SUFFIXES = .1 .html .man .pod .tex .texi .txt man_MANS = lzop.1 BUILT_SOURCES = lzop.1 lzop.html lzop.man lzop.tex lzop.txt EXTRA_DIST = lzop.pod magic $(BUILT_SOURCES) CLEANFILES = @CLEANFILES@ pod*cache all-local: $(BUILT_SOURCES) doc-clean: -rm -f $(BUILT_SOURCES) .pod.1: pod2man --center=" " --release="lzop 0.96" --date="1998-03-13" $< > $@ .pod.html: pod2html --noindex $< > $@ .pod.tex: pod2latex $< .pod.txt: pod2text < $< > $@ .1.man: man -l $< > $@