generate and ship ChangeLog and HTML.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2588 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-09-13 09:42:02 +00:00
parent 595e143045
commit 426eafdf90
1 changed files with 5 additions and 3 deletions

View File

@ -4,15 +4,17 @@ SUBDIRS = . old
MAINTAINERCLEANFILES = Makefile.in $(HTML) ChangeLog
EXTRA_DIST = README export-wiki.sh export-wiki.xsl generate-man.sh \
$(HTML) $(XML) index.html
EXTRA_DIST = README ChangeLog $(HTML) $(XML) index.html \
export-wiki.sh export-wiki.xsl \
generate-man.sh changelog.sh svn2cl.xsl
HTML= $(shell ls $(srcdir)/*.html $(srcdir)/*.css)
HTML= $(shell ls $(srcdir)/*.html $(srcdir)/*.css $(srcdir)/html/*)
XML = $(shell ls tools/*.xml api/*.xml api/*/*.xml api/api.css api/*.xsl)
index.html:
sh $(srcdir)/export-wiki.sh $(srcdir)
sh $(srcdir)/generate-man.sh $(srcdir)
sh $(srcdir)/changelog.sh $(srcdir)
sh $(srcdir)/old/generate.sh $(srcdir)/old
maintainer-clean-local: