This commit is contained in:
John Cupitt 2009-06-18 15:31:49 +00:00
parent 9b9bb44705
commit c3d617edde
6 changed files with 1517 additions and 5 deletions

View File

@ -9,6 +9,7 @@
- now (more or less) passes -Wextra
- added "fail" option to im_jpeg2vips: fail with an error on any warning
(thank you Ole)
- started moving to doxygen
25/3/09 started 7.18.0
- revised version numbers

View File

@ -46,4 +46,4 @@ uninstall-hook:
-rm -rf ${DESTDIR}$(datadir)/doc/vips
doxygen:
doxygen Doxyfile
doxygen doc/Doxyfile

View File

@ -527,6 +527,7 @@ AC_OUTPUT([
contrib/vips2dj/share/vips2dj/mono/Makefile
contrib/vdump/Makefile
contrib/mitsub/Makefile
doc/Doxygen
python/Makefile
python/vipsCC/Makefile
po/Makefile.in

1510
doc/Doxyfile.in Normal file

File diff suppressed because it is too large Load Diff

View File

@ -28,12 +28,12 @@ all: $(PDF) html
install: all $(PDF) html
-rm -rf ${destdir}/pdf/*.pdf
-rm -rf ${destdir}/html/vips*
-rm -rf ${destdir}/html/figs
-rm -rf ${destdir}/html/manual/vips*
-rm -rf ${destdir}/html/manual/figs
$(mkinstalldirs) ${destdir}/pdf
$(mkinstalldirs) ${destdir}/html
$(mkinstalldirs) ${destdir}/html/manual
-cp $(PDF) ${destdir}/pdf
-cp -r vipsmanual/* ${destdir}/html
-cp -r vipsmanual/* ${destdir}/html/manual
$(PDF): $(SRC)
pdflatex vipsmanual.tex