OSSP CVS Repository

ossp - ossp-pkg/xds/docs/Makefile.in 1.3
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/xds/docs/Makefile.in 1.3
# Build libxds documentation.

LATEX		= @LATEX@
POD2MAN		= @POD2MAN@

.SUFFIXES:
.SUFFIXES:	.tex .dvi .ps .pod .3

.tex.dvi:
	latex \\nonstopmode\\input $<; \
	while grep 'Rerun to' $*.log; do \
	     latex \\nonstopmode\\input $<; \
	done

.dvi.ps:
	dvips $< -o $@

.pod.3:
	$(POD2MAN) --section=3 --center="XDS Library Programmer API " $< >$@

all:	libxds.ps xds.3

clean:
	rm -f libxds.aux libxds.dvi libxds.log libxds.ps libxds.toc
	rm -f xds.3

distclean realclean:
	rm -f Makefile

# Dependencies

libxds.dvi:	architecture.eps data-exchange.eps setbuffer-logic.eps

CVSTrac 2.0.1