summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-23 10:59:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-23 10:59:06 +0000
commitcd73a6929ec1e339331521d6e2255dfea13204dd (patch)
tree45f25553200dd3b9ee1e8e538bee8cce030da98f /man
parent53034a4affcfb5a7f152f16ca6819cafaf8af8c4 (diff)
downloadATCD-cd73a6929ec1e339331521d6e2255dfea13204dd.tar.gz
ChangeLogTag: Thu Jun 23 10:58:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am16
-rw-r--r--man/man3/Makefile.am25
2 files changed, 0 insertions, 41 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
deleted file mode 100644
index 73d99f4f6b2..00000000000
--- a/man/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-##----------------------------------------------------------------------------
-## $Id$
-##
-## Makefile.am for the ACE documentation 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
-
-## Build man3 before html directory!
-SUBDIRS = man3
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)
-
-