This repository has been archived on 2022-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
libraw1394/doc/Makefile.am

33 lines
648 B
Makefile
Raw Normal View History

EXTRA_DIST = testlibraw.1.in libraw1394.sgml libraw1394.html libraw1394.ps
# man files for testlibraw
man_MANS = testlibraw.1
# libraw1394 docbook documentation
CLEANFILES = libraw1394.aux libraw1394.dvi libraw1394.log libraw1394.out \
libraw1394.tex libraw1394.pdf
MAINTAINERCLEANFILES = libraw1394.ps
maintainer-clean-local:
rm -rf libraw1394.html
doc: psdoc pdfdoc htmldoc
psdoc: libraw1394.ps
pdfdoc: libraw1394.pdf
htmldoc: libraw1394.html
.PHONY: doc psdoc pdfdoc htmldoc
libraw1394.ps: libraw1394.sgml
db2ps $<
libraw1394.pdf: libraw1394.sgml
db2pdf $<
libraw1394.html: libraw1394.sgml
db2html $<
rm -rf $@
mv libraw1394 $@