File: Makefile.am

package info (click to toggle)
swish-e 2.4.7-7.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 8,188 kB
  • sloc: ansic: 51,640; sh: 8,889; perl: 3,019; makefile: 591; xml: 9
file content (32 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

# $id$
#
# Conditionally install the pod docs


# Where docs are installed

poddir = $(datadir)/doc/$(PACKAGE)/pod

#if BUILDDOCS
pod_DATA = \
    $(pod_files)

#endif

pod_files = \
    CHANGES.pod \
    INSTALL.pod \
    README.pod \
    SWISH-3.0.pod \
    SWISH-BUGS.pod \
    SWISH-CONFIG.pod \
    swish-e.pod \
    SWISH-FAQ.pod \
    SWISH-LIBRARY.pod \
    SWISH-RUN.pod \
    SWISH-SEARCH.pod


EXTRA_DIST = \
    $(pod_files)