gnupg/doc/Makefile.am

41 lines
619 B
Makefile
Raw Normal View History

1998-02-26 17:56:31 +01:00
## Process this file with automake to create Makefile.in
EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP \
version.sgml.in
1998-02-26 17:56:31 +01:00
man_MANS = gpg.1
pkgdata_DATA = gcryptref.html gcryptref.ps
1998-09-28 21:25:31 +02:00
BUILT_SOURCES = version.sgml gcryptref.html gcryptref.ps
2000-02-08 18:12:00 +01:00
CLEANFILES = gcryptref.aux gcryptref.log gcryptref.tex gcryptref.dvi
2000-02-08 18:12:00 +01:00
gcryptref.sgml : version.sgml
2000-02-08 18:12:00 +01:00
if HAVE_DB2MAN
%.1 : %.sgml
$(DB2MAN) $< >$@
endif
1998-04-02 12:30:03 +02:00
if HAVE_DB2TEX
%.ps : %.dvi
dvips -o $@ $<
1998-04-02 12:30:03 +02:00
%.tex : %.sgml
$(DB2TEX) -V generate-book-toc $< > $@
%.dvi : %.tex
$(JADETEX) $<
2000-02-08 18:12:00 +01:00
endif
1998-04-02 12:30:03 +02:00
if HAVE_DB2HTML
%.html : %.sgml
$(DB2HTML) --nosplit $<
endif
1998-04-02 12:30:03 +02:00