initical checkin for casa-yast module

This commit is contained in:
soochoi
2006-04-14 20:38:26 +00:00
parent 10bc87ce3f
commit 2fd8e53814
53 changed files with 23843 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# -*- makefile -*- Automake include file
# $Id: autodocs-ycp.ami 23438 2005-05-17 16:31:21Z mvidner $
# Builds source documentation for YCP sources
# Uses ycpdoc
# PARAMETERS:
# AUTODOCS_YCP: Files that the ycp autodocs is built from
# Optional - the default is $(srcdir)/../../src/*.ycp
htmldir = $(docdir)/autodocs
html_DATA = index.html $(wildcard *.html)
CLEANFILES = $(html_DATA)
AUTODOCS_YCP ?= $(srcdir)/../../src/*.ycp
index.html: $(AUTODOCS_YCP)
${YCPDOC} -d. $^