diff --git a/website/Makefile b/website/Makefile index 7f65722f..e7e9d6a8 100644 --- a/website/Makefile +++ b/website/Makefile @@ -151,10 +151,11 @@ update-manpage: | sed -e's/ </' -e's,




,,' -e's///' -e's,\([A-Z0-9]*\),\1,' -e's/

/

/' > var/__manpage__ update-intro: - @cp -f ../doc/templates/__intro__ doxygen/draft-intro.html - @sed -e 's,="makernote.html,="../makernote.html,' \ - doxygen/draft-intro.html > doxygen/intro.html - @rm -f doxygen/draft-intro.html +# commented for now, until the doc/ intro is updated accordingly +# @cp -f ../doc/templates/__intro__ doxygen/draft-intro.html +# @sed -e 's,="makernote.html,="../makernote.html,' \ +# doxygen/draft-intro.html > doxygen/intro.html +# @rm -f doxygen/draft-intro.html update-sample: @./bin/sample.sh diff --git a/website/README b/website/README index 0eb227d8..c0af1316 100644 --- a/website/README +++ b/website/README @@ -20,9 +20,9 @@ Subsequently, 'make clean; make' will remove and rebuild the web pages; 'make update' is only needed if something changed in the exiv2 source or doc. -To build the download page with correct links, dates and checksums (this -is a step usually done only during the release process, but you can do it -with the packages from exiv2.org to try): +To build the pages with correct version info, download links, dates and +checksums (this is a step usually done only during the release +process, but you can do it with the packages from exiv2.org to try): - Copy the release tarball and windows package to website/html/ - Run 'bin/release_info.sh ', must correspond to the @@ -33,7 +33,7 @@ Dependencies ------------ - python -- doxygen-1.5.4 must be available in the path with this name +- doxygen - xsltproc - ps2pdf - man2html