2006-09-27
* adding docs/zip-php.htm integrating Chris Branch's mail into the docs
+ * appending docs/changes.htm rule from ./ChangeLog
2006-09-26
* adding docs/notes.htm - to register some old dicussions for later
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.bz2
doc docs docu clean-doc clean-docs clean-docu zzip.html zzip.xml zzip.pdf \
-man mans manpages htmpages unpack clean-unpack pdfs \
+man mans manpages htmpages unpack clean-unpack changes.htm pdfs \
omf install-omf install-doc install-docs install-sf install-man3 install-mans :
(cd docs && $(MAKE) `basename $@`)
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.bz2
doc docs docu clean-doc clean-docs clean-docu zzip.html zzip.xml zzip.pdf \
-man mans manpages htmpages unpack clean-unpack pdfs \
+man mans manpages htmpages unpack clean-unpack changes.htm pdfs \
omf install-omf install-doc install-docs install-sf install-man3 install-mans :
(cd docs && $(MAKE) `basename $@`)
AC_INIT(zziplib.spec)
AC_PREREQ(2.49)
AC_COPYRIGHT([Guido Draheim <guido@gmx.de> for ZZipLib.SF.net])
-AC_REVISION($Revision: 1.7 $)
+AC_REVISION($Revision: 1.8 $)
AC_CONFIG_AUX_DIR(uses)
# =======================================================================
AC_CANONICAL_SYSTEM
AX_ENABLE_DEFAULT_PKGCONFIGDIR
AX_ENABLE_DEFAULT_ACLOCALDIR
AC_SUBST([CONFIG_FILES])
-AC_OUTPUT([Makefile zzip/Makefile zzipwrap/Makefile SDL/Makefile
+AC_OUTPUT([Makefile
+ zzip/Makefile zzipwrap/Makefile SDL/Makefile
docs/Makefile test/Makefile bins/Makefile])
dnl -------------------------------------------------------------
PATCH_LIBTOOL_ON_DARWIN_ZSH_OVERQUOTING
configs.htm sfx-make.htm developer.htm download.htm \
history.htm referentials.htm faq.htm copying.htm notes.htm \
functions.htm zip-php.htm
+htms_FILES = changes.htm
SDL = @top_srcdir@/SDL
SDL_RWOPS = $(SDL)/SDL_rwops_zzcat.c \
$(SDL)/SDL_rwops_zzip.c $(SDL)/SDL_rwops_zzip.h
zzipdoc/functionprototype.py zzipdoc/htmldocument.py \
zzipdoc/docbookdocument.py
-html_FILES = $(htm_FILES:.htm=.html) \
- $(htm_FILES:.htm=.print.html) \
+html_FILES = $(htm_FILES:.htm=.html) $(htms_FILES:.htm=.html) \
+ $(htm_FILES:.htm=.print.html) $(htms_FILES:.htm=.print.html) \
site.html site.print.html
default : doc
site.htm : body.htm
cp $(srcdir)/body.htm site.htm
mksite_sh_args = --VERSION=$(VERSION) --xml --src-dir=$(srcdir) --print
-site.html : body.htm site.htm mksite.sh $(htm_FILES)
+site.html : body.htm site.htm mksite.sh $(htm_FILES) $(htms_FILES)
cp $(srcdir)/body.htm site.htm
perl $(srcdir)/mksite.pl $(mksite_sh_args) site.htm || \
$(SHELL) $(srcdir)/mksite.sh $(mksite_sh_args) site.htm
+changes.htm : $(top_srcdir)/ChangeLog Makefile
+ echo "<pre>" > $@ ; cat $(top_srcdir)/ChangeLog \
+ | sed -e "s,\\&,\\&\\;,g" \
+ -e "s,<,\\<\\;,g" -e "s,>,\\>\\;,g" \
+ -e "/^[A-Z].*[12][09][09][09]/s,\\(.*\\),<b>&</b>," \
+ -e "/^[0-9]/s,\\(.*\\),<b>&</b>," >> $@ ; echo "</pre>" >>$@
+
# ----------------------------------------------- create pdf via docbook xml
# sorry, the xmlto / docbook-xsl are too broken to rebuild the PDF anymore
history.htm referentials.htm faq.htm copying.htm notes.htm \
functions.htm zip-php.htm
+htms_FILES = changes.htm
SDL_RWOPS = $(SDL)/SDL_rwops_zzcat.c \
$(SDL)/SDL_rwops_zzip.c $(SDL)/SDL_rwops_zzip.h
zzipdoc/functionprototype.py zzipdoc/htmldocument.py \
zzipdoc/docbookdocument.py
-html_FILES = $(htm_FILES:.htm=.html) \
- $(htm_FILES:.htm=.print.html) \
+html_FILES = $(htm_FILES:.htm=.html) $(htms_FILES:.htm=.html) \
+ $(htm_FILES:.htm=.print.html) $(htms_FILES:.htm=.print.html) \
site.html site.print.html
omfdir = ${datadir}/omf
# ----------------------------------------------- mksite.sh for the main html
site.htm : body.htm
cp $(srcdir)/body.htm site.htm
-site.html : body.htm site.htm mksite.sh $(htm_FILES)
+site.html : body.htm site.htm mksite.sh $(htm_FILES) $(htms_FILES)
cp $(srcdir)/body.htm site.htm
perl $(srcdir)/mksite.pl $(mksite_sh_args) site.htm || \
$(SHELL) $(srcdir)/mksite.sh $(mksite_sh_args) site.htm
+changes.htm : $(top_srcdir)/ChangeLog Makefile
+ echo "<pre>" > $@ ; cat $(top_srcdir)/ChangeLog \
+ | sed -e "s,\\&,\\&\\;,g" \
+ -e "s,<,\\<\\;,g" -e "s,>,\\>\\;,g" \
+ -e "/^[A-Z].*[12][09][09][09]/s,\\(.*\\),<b>&</b>," \
+ -e "/^[0-9]/s,\\(.*\\),<b>&</b>," >> $@ ; echo "</pre>" >>$@
+
# ----------------------------------------------- create pdf via docbook xml
# sorry, the xmlto / docbook-xsl are too broken to rebuild the PDF anymore
<br><><a href="http://zziplib.sourceforge.net"> zziplib.sf.net
<small><i>Home</i></small></a>
+<br><><a href="changes.html"> ChangeLog</a>
<br><small><a href="copying.html"> LGPL/MPL license</a></small>
<br>
<hr>