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 7717fa5db06..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
-
-## The man page listing (man_MANS) is inserted by the `bootstrap'
-## script. Don't bother editing this list since it is automatically
-## generated.
-
-man_MANS =
-
-MAINTAINERCLEANFILES = $(man_MANS)
-
-EXTRA_DIST = $(man_MANS)
-
-