diff options
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/man/Makefile.am b/man/Makefile.am deleted file mode 100644 index 33ae2927f85..00000000000 --- a/man/Makefile.am +++ /dev/null @@ -1,22 +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 html - -EXTRA_DIST = acewindex.html - - -acewindex.html: - $(top_srcdir)/generate_html_windex $(top_srcdir)/man/man3/ACE*.3 |