summaryrefslogtreecommitdiff
path: root/man/man3/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/Makefile.am')
-rw-r--r--man/man3/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/man/man3/Makefile.am b/man/man3/Makefile.am
deleted file mode 100644
index b8ae49f4d2c..00000000000
--- a/man/man3/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-##----------------------------------------------------------------------------
-## $Id$
-##
-## Makefile.am for the ACE `man3' man page directory
-##----------------------------------------------------------------------------
-
-##
-## Process this file with automake to create Makefile.in
-##
-
-## The number in AUTOMAKE_OPTIONS is the minimum required version automake
-## needed to process this file.
-AUTOMAKE_OPTIONS = 1.4
-
-## Exclude non-ACE man pages
-## The distribution must be first be bootstrapped by running
-## `bin/bootstrap' from the top-level source directory before the
-## following will work.
-man_MANS := $(shell echo ACE*.3)
-
-MAINTAINERCLEANFILES = $(man_MANS)
-
-EXTRA_DIST = $(man_MANS)
-
-