one more change to "make dist" style documentation generation.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2533 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-09-02 16:53:08 +00:00
parent 9ad77a8155
commit ff14d0d482
2 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,7 @@
# Process this file with automake to create Makefile.in
SUBDIRS = . aclocal doc etc macos man src win32
SUBDIRS = . aclocal etc macos man src win32
DIST_SUBDIRS = . aclocal doc etc macos man src win32
EXTRA_DIST = ANNOUNCE CodingStyle QUICKSTART README \
bootstrap Makefile.mak depcomp \
@ -16,9 +17,3 @@ MAINTAINERCLEANFILES = \
DEPCLEANFILES = config.log configure
AUTOMAKE_OPTIONS = foreign 1.5
dist: gendoc
gendoc:
sh $(srcdir)/doc/export-wiki.sh $(srcdir)/doc
sh $(srcdir)/doc/old/generate.sh $(srcdir)/doc/old

View File

@ -4,6 +4,10 @@ SUBDIRS = . old src
MAINTAINERCLEANFILES = Makefile.in $(HTML)
EXTRA_DIST = README export-wiki.sh export-wiki.xsl $(HTML)
EXTRA_DIST = README export-wiki.sh export-wiki.xsl $(HTML) index.html
HTML= $(shell ls $(srcdir)/*.html $(srcdir)/*.css)
index.html:
sh $(srcdir)/export-wiki.sh $(srcdir)
sh $(srcdir)/old/generate.sh $(srcdir)/old