fix two small makefile gliches.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2423 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-07-17 20:27:46 +00:00
parent 4c9cb46f72
commit 86888a0acf
2 changed files with 1 additions and 19 deletions

View File

@ -1,19 +0,0 @@
XSLTPROC = xsltproc --xinclude
default:
@echo -e "The following make targets are available:\n"
@echo -e "\thtml\t\tA single HTML page\n"
@echo -e "\tman\t\tMan pages for all functions\n"
all: html man
clean:
rm -rf html man
html:
$(XSLTPROC) -o html/api.html src/api/html.xsl src/api/api.xml
man:
$(XSLTPROC) -o man/ src/api/man.xsl src/api/api.xml
.SILENT:

View File

@ -1,3 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
XMLFILES= api/file/sc_list_files.xml api/file/sc_write_binary.xml \
api/file/sc_delete_file.xml api/file/chapter.xml \