From 38785ceedd3147c9cecd681eeb064b37f33d4d91 Mon Sep 17 00:00:00 2001
From: Guido Draheim
Date: Sat, 8 May 2004 19:40:40 +0000
Subject: [PATCH] using mksite.sh for doc build ()
---
ChangeLog | 4 +
docs/Makefile.am | 14 +-
docs/Makefile.in | 16 ++-
docs/body.htm | 14 +-
docs/mksite.sh | 138 +++++++++++++-----
docs/zzip-api.htm | 336 +++----------------------------------------
docs/zzip-basics.htm | 160 +++++++++++++++++++++
docs/zzip-extras.htm | 161 +++++++++++++++++++++
zzip/zzip.h | 11 +-
zziplib.spec | 2 +-
10 files changed, 485 insertions(+), 371 deletions(-)
create mode 100644 docs/zzip-basics.htm
create mode 100644 docs/zzip-extras.htm
diff --git a/ChangeLog b/ChangeLog
index 5f8cd98..62f18f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-08
+ * remove bogus zzip_file_open_ext_io from zzip.h
+ * change to use mksite.sh for documentation builds
+
2004-03-08
* add link in docs/history.htm to the new appnote.txt whitepaper
on zip file format specification.
diff --git a/docs/Makefile.am b/docs/Makefile.am
index a5cdcc9..b49514d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -5,7 +5,7 @@ doc_FILES = README.MSVC6 README.SDL COPYING.MPL COPYING.LIB COPYING.ZLIB \
zziplib.html
htm_FILES = zzip-index.htm zzip-zip.htm zzip-file.htm zzip-sdl-rwops.htm \
zzip-extio.htm zzip-xor.htm zzip-crypt.htm \
- zzip-api.htm zzip-parse.htm \
+ zzip-api.htm zzip-basics.htm zzip-extras.htm zzip-parse.htm \
64on32.htm future.htm configs.htm sfx-make.htm \
history.htm referentials.htm copying.htm manpages.ar
SDL = @top_srcdir@/SDL
@@ -18,6 +18,10 @@ EXTRA_DIST = make-doc.py $(doc_FILES) $(htm_FILES) $(SDL_RWOPS) \
CLEANFILES = *.pc *.omf
DISTCLEANFILES = zziplib.spec manpages.ar htmpages.ar *.html *.xml
+html_FILES = $(htm_FILES:.htm=.html) \
+ $(htm_FILES:.htm=.print.html)
+ site.html site.print.html
+
default : doc
clean-doc clean-docs : clean-unpack
- rm $(DISTCLEANFILES)
@@ -62,9 +66,9 @@ DOCEXAMPLES = $(bins)/zzdir.c $(bins)/zzcat.c \
$(bins)/zzxordir.c $(bins)/zzxorcat.c \
$(bins)/zzxorcopy.c $(SDL_RWOPS)
-install-docu: $(doc_FILES) $(htm_FILES:.htm=.html) $(PACKAGE)-doc.omf
+install-docu: $(doc_FILES) site.html $(PACKAGE)-doc.omf
$(mkinstalldirs) $(DESTDIR)$(pkgdocdir)
- for i in $(htm_FILES) ; do cat $${i}l \
+ for i in $(html_FILES) ; do cat $$i \
| sed -e 's:--START-->:-- :' -e 's::-- :' -e 's:
+
+ created with mksite.sh
+
+
|