From 841694817c0ea27a42d86302cd805923221cef79 Mon Sep 17 00:00:00 2001 From: aj Date: Sun, 17 Jul 2005 20:06:23 +0000 Subject: [PATCH] add Makefile for man/ directory. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2415 c6295689-39f2-0310-b995-f0e70906c6a9 --- man/Makefile.am | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 man/Makefile.am diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 00000000..22eceb45 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,34 @@ +# Process this file with automake to create Makefile.in + +MAINTAINERCLEANFILES = Makefile.in pkcs15-profile.5 + +MANSRC = \ + pkcs15-crypt.1 \ + pkcs15-init.1 \ + cryptoflex-tool.1 \ + opensc-config.1 \ + opensc-explorer.1 \ + opensc-tool.1 \ + pkcs15-tool.1 \ + pkcs11-tool.1 \ + cardos-info.1 \ + netkey-tool.1 \ + opensc.7 \ + pkcs15.7 \ + sc_connect_card.3 \ + sc_detect_card_presence.3 \ + sc_disconnect_card.3 \ + sc_establish_context.3 \ + sc_file.3 \ + sc_file_free.3 \ + sc_file_new.3 \ + sc_list_files.3 \ + sc_lock.3 \ + sc_read_binary.3 \ + sc_read_record.3 \ + sc_release_context.3 \ + sc_select_file.3 \ + sc_pkcs15_compute_signature.3 + +man_MANS = $(MANSRC) pkcs15-profile.5 +EXTRA_DIST = $(MANSRC) pkcs15-profile.5.in