diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-28 23:24:39 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-28 23:24:39 +0000 |
commit | 2ee7986cd92c22a9c409b7cdc1342230c892e38a (patch) | |
tree | ffe14233a1cd0a1c6801b583cfc577e1bfc9ce11 /man/html/Makefile.am | |
parent | cf0296f27483f1d5d84efc0c104ecffe80dc81a3 (diff) | |
download | ATCD-2ee7986cd92c22a9c409b7cdc1342230c892e38a.tar.gz |
ChangeLogTag:Sun Nov 28 17:06:00 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'man/html/Makefile.am')
-rw-r--r-- | man/html/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/html/Makefile.am b/man/html/Makefile.am index bce2f916583..53fb8e571bd 100644 --- a/man/html/Makefile.am +++ b/man/html/Makefile.am @@ -12,9 +12,12 @@ ## needed to process this file. AUTOMAKE_OPTIONS = 1.4 +## The HTML man page listing (html_DATA) is inserted by the +## `bootstrap' script. Don't bother editing this list since it is +## automatically generated. + htmldir = $(pkgdatadir)/html -html_DATA := \ - $(shell echo $(top_builddir)/man/man3/*.3 | xargs -n 1 basename | sed -e 's/\.3/\.html/') +html_DATA = MAINTAINERCLEANFILES = $(html_DATA) @@ -22,7 +25,7 @@ MAINTAINERCLEANFILES = $(html_DATA) ## man2html create all of the html man pages in one shot. $(html_DATA): @ACE_ROOT=$(top_srcdir) $(top_srcdir)/bin/man2html \ - $(top_builddir)/man/man3/`echo $@ | sed -e 's/\.html$$/\.3/'` \ + $(top_srcdir)/man/man3/`echo $@ | sed -e 's/\.html$$/\.3/'` \ > /dev/null ## For some reason Automake couldn't automatically copy the HTML man |