summaryrefslogtreecommitdiff
path: root/doc/tex/Makefile.am
blob: 1f10c1c73c2cf4f9f3ca40529aa4460e1c01f1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
EXTRA_DIST = gnutls.tex gnutls.ps \
	ex1.tex ex2.tex ex3.tex srp1.tex serv1.tex ex4.tex \
	fdl.tex cover.tex.in gnutls-logo.ps layers.eps pgp-fix1.eps

TEX_OBJECTS = gnutls.tex ../../lib/gnutls-api.tex serv1.tex ex1.tex ex2.tex ex3.tex fdl.tex \
	macros.tex cover.tex ciphersuites.tex handshake.tex translayer.tex \
	auth.tex ciphers.tex errors.tex layers.tex alert.tex record.tex \
	funcs.tex examples.tex ex4.tex ../../libextra/gnutls-extra-api.tex \
	memory.tex intro.tex openpgp.tex

gnutls.html: $(TEX_OBJECTS)            
	-latex2html gnutls.tex -no_navigation -no_subdir 1 -split 0 \
	-local_icons -html_version 3.2,math -info "" -white

gnutls.ps: $(TEX_OBJECTS)
	-$(LN_S) ../../lib/gnutls-api.tex .
	-$(LN_S) ../../libextra/gnutls-extra-api.tex .
	-latex gnutls.tex && latex gnutls.tex && dvips gnutls.dvi -o gnutls.ps

clean:
	@-rm *.log *.aux *.toc *.png *.old *.html *.css *~
	@-rm *.pl gnutls.dvi
	@-rm WARNINGS gnutls-api.tex gnutls-extra-api.tex