summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-24 22:43:54 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-24 22:43:54 +0000
commit6ef503e1e642082a3024ce8a33dcca378987b8e8 (patch)
treefed81b0d3fa382f64ff20b4778ba8254401fd517 /doc
parent45f27583e2d6e4a9d8f491e6413ee39e3fa785fb (diff)
* merge patch from trent lloyd
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@87 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bc5b2c9..ef8c6ca 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,10 +16,10 @@
# along with libdaemon; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-noinst_DATA = README.html README
+noinst_DATA = README.html
EXTRA_DIST = $(noinst_DATA) style.css README.html.in
-MAINTAINERCLEANFILES = README README.html
+MAINTAINERCLEANFILES = README.html
CLEANFILES =
doxygen: doxygen.conf
@@ -29,6 +29,8 @@ maintainer-clean-local:
rm -rf reference
if USE_LYNX
+noinst_DATA += README
+MAINTAINERCLEANFILES += README
README: README.html
lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' | sed 's,file://localhost/.*/doc/reference/,reference/,' > $@