major source structure and module name changes
This commit is contained in:
14
yast2-CASA/autodocs-cc.ami
Normal file
14
yast2-CASA/autodocs-cc.ami
Normal 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)
|
||||
Reference in New Issue
Block a user