major source structure and module name changes

This commit is contained in:
soochoi
2006-06-07 16:34:19 +00:00
parent 5c75241b4b
commit 1fa6f07e83
651 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# -*- makefile -*- Automake include file
# $Id: autodocs-cc.ami 28248 2006-02-21 14:14:07Z mvidner $
# Builds source documentation for C++ sources.
# Builds and installs by default, intended for base packages where the
# docs is useful for developers of leaf packages.
# PARAMETERS: (additional to those of autodocs-cc-base)
# AUTODOCS_SUBDIR: htmldir will be $(docdir)/$(AUTODOCS_SUBDIR)/autodocs
include $(top_srcdir)/autodocs-cc-base.ami
htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs
html_DATA = $(html_data)