|
From: Carlo W. <li...@us...> - 2001-12-09 19:30:07
|
CVSROOT : /cvsroot/libcw
Module : src
Branch tags: branch-threading
Commit time: 2001-11-09 19:30:05 UTC
Modified files:
Tag: branch-threading
libcwd/Makefile.am libcwd/maintMakefile.in
libcwd/documentation/doxygen.config
libcwd/documentation/scripts/load_style_sheets.js
libcwd/include/Makefile.am libcwd/include/libcw/Makefile.am
Added files:
Tag: branch-threading
libcwd/documentation/README
Log message:
Documentation is now a part of the tar and rpm.
---------------------- diff included ----------------------
Index: src/libcwd/Makefile.am
diff -u src/libcwd/Makefile.am:1.30.2.12 src/libcwd/Makefile.am:1.30.2.13
--- src/libcwd/Makefile.am:1.30.2.12 Tue Nov 13 19:01:06 2001
+++ src/libcwd/Makefile.am Sun Dec 9 11:29:55 2001
@@ -34,7 +34,9 @@
# --------------- Maintainer's Section
-dist-hook:
+dist-hook: documentation
+ cp -pr $(srcdir)/documentation $(distdir)/documentation
+ find $(distdir)/documentation -name CVS -print | xargs rm -rf
mkdir $(distdir)/example-project
for i in `grep '^/' $(srcdir)/example-project/CVS/Entries | cut -d/ -f2`; do \
cp -p $(srcdir)/example-project/$$i $(distdir)/example-project; \
Index: src/libcwd/documentation/README
diff -u /dev/null src/libcwd/documentation/README:1.1.2.1
--- /dev/null Sun Dec 9 11:30:05 2001
+++ src/libcwd/documentation/README Sun Dec 9 11:29:55 2001
@@ -0,0 +1,5 @@
+The Reference Manual can be found in html/.
+
+Please ignore all other files: they are only used to generate
+the documentation in the html directory.
+
Index: src/libcwd/documentation/doxygen.config
diff -u src/libcwd/documentation/doxygen.config:1.1.2.10 src/libcwd/documentation/doxygen.config:1.1.2.11
--- src/libcwd/documentation/doxygen.config:1.1.2.10 Fri Dec 7 18:06:23 2001
+++ src/libcwd/documentation/doxygen.config Sun Dec 9 11:29:55 2001
@@ -126,7 +126,7 @@
#---------------------------------------------------------------------------
# configuration options related to the man page output
#---------------------------------------------------------------------------
-GENERATE_MAN = YES
+GENERATE_MAN = NO
MAN_OUTPUT =
MAN_EXTENSION = .1
MAN_LINKS = YES
Index: src/libcwd/documentation/scripts/load_style_sheets.js
diff -u src/libcwd/documentation/scripts/load_style_sheets.js:1.1.2.2 src/libcwd/documentation/scripts/load_style_sheets.js:1.1.2.3
--- src/libcwd/documentation/scripts/load_style_sheets.js:1.1.2.2 Tue Nov 13 19:01:07 2001
+++ src/libcwd/documentation/scripts/load_style_sheets.js Sun Dec 9 11:29:55 2001
@@ -5,11 +5,9 @@
rootpath = location.href.substring(0,rootpos) + "libcw.sourceforge.net/";
else
{
- rootpos = location.pathname.lastIndexOf("documentation");
+ rootpos = location.pathname.lastIndexOf("/html/");
if (rootpos != -1)
- rootpath = location.pathname.substring(0,rootpos) + "documentation/";
- else
- rootpath = "http://www.xs4all.nl/~carlo17/libcw/sourceforge/www/";
+ rootpath = location.pathname.substring(0,rootpos) + "/";
}
write("<LINK REL=StyleSheet HREF=\"" + rootpath + "styles/main.css\" TYPE=\"text/css\">");
if (need_style_tag_cw == 1)
Index: src/libcwd/include/Makefile.am
diff -u src/libcwd/include/Makefile.am:1.2.2.7 src/libcwd/include/Makefile.am:1.2.2.8
--- src/libcwd/include/Makefile.am:1.2.2.7 Tue Oct 23 07:17:08 2001
+++ src/libcwd/include/Makefile.am Sun Dec 9 11:29:55 2001
@@ -1,7 +1,7 @@
SUBDIRS = libcw
BUILT_SOURCES =@MAINTAINER_MODE_TRUE@ sys.ho
-EXTRA_DIST = sys.ho.in elf32.h exec_prog.h private_debug_stack.inl $(BUILT_SOURCES)
+EXTRA_DIST = sys.ho.in cwd_debug.h ios_base_Init.h elf32.h exec_prog.h private_debug_stack.inl $(BUILT_SOURCES)
EXTRA_HEADERS = sys.h
DISTCLEANFILES = sys.h sys.ho
Index: src/libcwd/include/libcw/Makefile.am
diff -u src/libcwd/include/libcw/Makefile.am:1.16.2.9 src/libcwd/include/libcw/Makefile.am:1.16.2.10
--- src/libcwd/include/libcw/Makefile.am:1.16.2.9 Sun Oct 21 09:02:48 2001
+++ src/libcwd/include/libcw/Makefile.am Sun Dec 9 11:29:55 2001
@@ -4,36 +4,47 @@
bfd.h \
buf2str.h \
char2str.h \
- cwprint.h \
- debug.h \
- debugmalloc.h \
- demangle.h \
- lockable_auto_ptr.h \
- strerrno.h \
- type_info.h \
- private_threading.h \
- core_dump.h \
+ class_alloc.h \
class_channel.h \
- max_label_len.h \
- class_fatal_channel.h \
- class_continued_channel.h \
- control_flag.h \
- private_assert.h \
class_channel.inl \
+ class_channel_set.h \
+ class_channel_set.inl \
+ class_continued_channel.h \
class_continued_channel.inl \
- class_fatal_channel.inl \
class_debug.h \
- class_channel_set.h \
+ class_debug.inl \
class_debug_string.h \
class_debug_string.inl \
- class_debug.inl \
- private_debug_stack.h \
- class_channel_set.inl \
- macro_ForAllDebugObjects.h \
+ class_fatal_channel.h \
+ class_fatal_channel.inl \
+ class_location.h \
+ class_location.inl \
+ class_marker.h \
+ control_flag.h \
+ core_dump.h \
+ cwprint.h \
+ debug.h \
+ debugmalloc.h \
+ demangle.h \
+ enum_memblk_types.h \
+ lockable_auto_ptr.h \
+ macro_AllocTag.h \
macro_ForAllDebugChannels.h \
- private_TSD.h \
+ macro_ForAllDebugObjects.h \
macro_Libcwd_macros.h \
- private_set_alloc_checking.h
+ max_label_len.h \
+ pc_mangled_function_name.h \
+ private_TSD.h \
+ private_allocator.h \
+ private_assert.h \
+ private_debug_stack.h \
+ private_internal_string.h \
+ private_internal_stringstream.h \
+ private_internal_vector.h \
+ private_set_alloc_checking.h \
+ private_threading.h \
+ strerrno.h \
+ type_info.h
BUILT_SOURCES = sysd.ho debug_config.ho
EXTRA_HEADERS = sysd.h debug_config.h
Index: src/libcwd/maintMakefile.in
diff -u src/libcwd/maintMakefile.in:1.13.2.10 src/libcwd/maintMakefile.in:1.13.2.11
--- src/libcwd/maintMakefile.in:1.13.2.10 Fri Dec 7 18:06:23 2001
+++ src/libcwd/maintMakefile.in Sun Dec 9 11:29:55 2001
@@ -75,7 +75,7 @@
rpm: dist $(SPECFILE)
mv @PACKAGE@-@VERSION@.tar.gz $(RPMDIR)/SOURCES
- cd rpm; rpm --rcfile=/usr/lib/rpm/rpmrc:rpmrc --target=$(TARGET) --sign --clean -ba ../$(SPECFILE)
+ cd rpm; rpm --rcfile=/usr/lib/rpm/rpmrc:rpmrc --sign --clean -ba ../$(SPECFILE)
reconfig: $(top_builddir)/config.status
$(top_builddir)/config.status --recheck
@@ -89,24 +89,28 @@
(cd $(srcdir); cvs log $(SPECFILE).in) | \
grep -A2000 '^-----' | \
egrep -v '^-----|^=====|^revision' | \
- $(AWK) -F'[ ;]' -v lastdate="" \
+ $(AWK) -F'[ ;]' -v lastdate="" -v count=9999 \
'{ \
if ($$0~/^date: /) { \
if (lastdate != $$2) { \
if (lastdate != "") { \
- printf("\n"); \
+ printf("%s/%04d\n", lastdate, count); \
} \
lastdate=$$2; \
+ printf("%s/%04d", lastdate, count); \
system("echo \"* \"`date --date \""$$2" "$$3"\" \"+%a %b %d %Y\"`\" Carlo Wood <li...@al...>\""); \
} \
+ } else if ($$0~/^branches: /) { \
+ printf(""); \
} else if ($$0~/^[A-Z]/) { \
- printf("- %s\n", $$0); \
+ printf("%s/%04d- %s\n", lastdate, count, $$0); \
} else if ($$0~/./) { \
- printf(" %s\n", $$0); \
+ printf("%s/%04d %s\n", lastdate, count, $$0); \
} else { \
- print \
+ printf("%s/%04d\n", lastdate, count); \
} \
- }' > spec.changelog; \
+ count = count - 1; \
+ } END { printf("%s/%04d\n", lastdate, count); }' | sort -r | sed -e 's/^...............//' > spec.changelog; \
else \
touch spec.changelog; \
fi
----------------------- End of diff -----------------------
|