~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to doc/man/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2012-12-17 22:28:16 UTC
  • mfrom: (5.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121217222816-7xwjsx5k76zkb63d
Tags: 3.2.0-1ubuntu1
* Revert FreeBSD strerror_r() fixes that give errors with glibc 2.16.
* Apply patch from Konstantinos Margaritis to define barriers on ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Makefile.am for the Enterprise Management module.
3
 
#
4
 
#  Licensed to the Apache Software Foundation (ASF) under one
5
 
#  or more contributor license agreements.  See the NOTICE file
6
 
#  distributed with this work for additional information
7
 
#  regarding copyright ownership.  The ASF licenses this file
8
 
#  to you under the Apache License, Version 2.0 (the
9
 
#  "License"); you may not use this file except in compliance
10
 
#  with the License.  You may obtain a copy of the License at
11
 
#
12
 
#      http://www.apache.org/licenses/LICENSE-2.0
13
 
#
14
 
#  Unless required by applicable law or agreed to in writing, software
15
 
#  distributed under the License is distributed on an "AS IS" BASIS,
16
 
#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
 
#  See the License for the specific language governing permissions and
18
 
#  limitations under the License.
19
 
 
20
 
man_MANS = \
21
 
  config_alarms.1 \
22
 
  config_cache.1 \
23
 
  config_clock.1 \
24
 
  config_dns.1 \
25
 
  config_get.1 \
26
 
  config_hard-restart.1 \
27
 
  config_hostdb.1 \
28
 
  config_http.1 \
29
 
  config_icp.1 \
30
 
  config_logging.1 \
31
 
  config_name.1 \
32
 
  config_network.1 \
33
 
  config_parent.1 \
34
 
  config_port-tunnels.1 \
35
 
  config_remap.1 \
36
 
  config_reset-stats.1 \
37
 
  config_restart.1 \
38
 
  config_root.1 \
39
 
  config_scheduled-update.1 \
40
 
  config_security.1 \
41
 
  config_set.1 \
42
 
  config_snmp.1 \
43
 
  config_socks.1 \
44
 
  config_ssl.1 \
45
 
  config_start.1 \
46
 
  config_stop.1 \
47
 
  config_upgrade.1 \
48
 
  config_virtual-ip.1 \
49
 
  disable.1 \
50
 
  enable.1 \
51
 
  exit.1 \
52
 
  show_alarms.1 \
53
 
  show_cache.1 \
54
 
  show_cache-stats.1 \
55
 
  show_cluster.1 \
56
 
  show_dns-resolver.1 \
57
 
  show_dns-stats.1 \
58
 
  show_hostdb.1 \
59
 
  show_hostdb-stats.1 \
60
 
  show_http.1 \
61
 
  show_http-stats.1 \
62
 
  show_http-trans-stats.1 \
63
 
  show_icp.1 \
64
 
  show_icp-stats.1 \
65
 
  show_logging.1 \
66
 
  show_logging-stats.1 \
67
 
  show_network.1 \
68
 
  show_parent.1 \
69
 
  show_port-tunnels.1 \
70
 
  show_proxy.1 \
71
 
  show_proxy-stats.1 \
72
 
  show_remap.1 \
73
 
  show_scheduled-update.1 \
74
 
  show_security.1 \
75
 
  show_snmp.1 \
76
 
  show_socks.1 \
77
 
  show_ssl.1 \
78
 
  show_status.1 \
79
 
  show_version.1 \
80
 
  show_virtual-ip.1 \
81
 
  traffic_shell.1