# doc/Makefile.in -*- Makefile -*- SHELL = /bin/sh prefix = @prefix@ man3dir = @mandir@/man3 man3ext = 3 INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL@ -m 755 INSTALL_DATA = @INSTALL@ -m 644 srcdir = @srcdir@ VPATH = @srcdir@ .PATH: @srcdir@ basedir = .. thisdir = doc first_rule: all dummy: #------------------------------------------------------------------------- all: %.3.man: %.3.pod pod2man -n libptytty -r"$(VERSION)" -q\" -s3 -c "LIBPTYTTY" <$< >$@ %.html: %.3.pod <$< pod2html >$@ ../README: libptytty.3.pod <$< pod2text >$@ tags allbin: alldoc: libptytty.3.man ../README clean: realclean: clean rm -f libptytty.3.man libptytty.html ../README cleandir: realclean distclean: install: $(INSTALL) -d $(DESTDIR)$(man3dir) $(INSTALL_DATA) libptytty.3.man $(DESTDIR)$(man3dir)/libptytty.$(man3ext) distdepend: alldoc