~ubuntu-branches/ubuntu/wily/globus-openssl-module/wily-proposed

« back to all changes in this revision

Viewing changes to .pc/globus-openssl-module-sbin.patch/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-12-25 10:14:19 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20111225101419-g1djivfuyj72bodi
Tags: 3.1-1
* Update to Globus Toolkit version 5.2.0
* Drop patch globus-openssl-module-mingw.patch (fixed upstream)
* Make doc package architecture independent

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/globus_automake_pre
 
2
include $(top_srcdir)/globus_automake_pre_top
 
3
 
 
4
SUBDIRS = \
 
5
        library \
 
6
        pkgdata \
 
7
        doxygen
 
8
 
 
9
## man8dir = [ DOC ]
 
10
 
 
11
man8_MANS = globus-update-certificate-dir.8
 
12
 
 
13
doc_DATA = GLOBUS_LICENSE
 
14
 
 
15
bin_SCRIPTS = globus-update-certificate-dir
 
16
 
 
17
MANUAL_SOURCE = globus-update-certificate-dir-manual.xml \
 
18
                manual.xml
 
19
 
 
20
EXTRA_DIST = \
 
21
        version.h.in \
 
22
        globus-update-certificate-dir.in \
 
23
        $(man8_MANS) \
 
24
        $(MANUAL_SOURCE) \
 
25
        $(doc_DATA)
 
26
 
 
27
if GENERATE_MANPAGES
 
28
export XML_CATALOG_FILES :=  $(XML_CATALOG_PATH)
 
29
 
 
30
$(man8_MANS): $(MANUAL_SOURCE)
 
31
        $(XMLLINT) --xinclude --dtdvalid http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd manual.xml > /dev/null
 
32
        $(XSLTPROC) --xinclude http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl manual.xml
 
33
endif
 
34
 
 
35
include $(top_srcdir)/globus_automake_post
 
36
include $(top_srcdir)/globus_automake_post_top