diff options
author | Daniel Elstner <danielk@openismus.com> | 2009-08-09 18:32:16 +0200 |
---|---|---|
committer | Daniel Elstner <danielk@openismus.com> | 2009-08-09 18:32:16 +0200 |
commit | 2ec75e0f199dbc12baaed823c989a7519e208c6b (patch) | |
tree | b54bc7e2fcb0d7d5e81c6f45ffed476479da8fb7 /docs/internal | |
parent | 36a0cec41bd9909c2460b6de2db230ac9b389f56 (diff) | |
download | glibmm-2ec75e0f199dbc12baaed823c989a7519e208c6b.tar.gz |
Begin move to new documentation infrastructure
* configure.ac (AC_CONFIG_FILES): Remove the old build files
docs/{images,internal,reference}/Makefile from the list. Also
remove the obsolete docs/reference/beautify_docs.pl.
* docs/Makefile.am: Big overhaul. Reimplement on top of the
new documentation infrastructure provided with the mm-common
module. Build, distribute and install files which used to be
handled by the subdirectories' Makefiles directly from here.
Note that the generated reference documentation at the moment
only covers glibmm without giomm. Remedy follows.
* docs/reference/Doxyfile.in: Replace configuration with the
modernized version from librsvgmm, appropriately modified for
glibmm. Make use of the new substitutions provided by the
mm-common Autoconf magic.
* docs/doc-install.pl: Copy script from mm-common. Install
it into $(pkgdatadir)/doctool.
* docs/doc-postprocess.pl: ditto,
* docs/tagfile-to-devhelp2.xsl: ditto.
* docs/images/Makefile.am: Delete subdirectory Makefile.
* docs/internal/Makefile.am: ditto,
* docs/reference/Makefile.am: ditto.
* docs/reference/README: Delete file, as it documents exactly
the things I just ripped.
* docs/reference/beautify_docs.pl.in: Delete obsolete file.
* docs/reference/doxygen_to_devhelp.xsl: ditto,
* docs/reference/libstdc++.tag.xml: ditto.
Diffstat (limited to 'docs/internal')
-rw-r--r-- | docs/internal/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/internal/Makefile.am b/docs/internal/Makefile.am deleted file mode 100644 index 7281296f..00000000 --- a/docs/internal/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ - -EXTRA_DIST = gtk_entry.dia \ - documentation_generation.txt gmmproc_internals.txt using_gmmproc.txt - -post-html: - -doc-clean: - -.PHONY: post-html doc-clean - |