From d97876762946fd021743f80e81e531e3f5df270c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 10 Aug 2008 04:05:00 -0400 Subject: When preparing a distribution, copy doc/README over the top-level README. That's typically where people expect to find it. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f9e9f649..d09b9dc7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -316,9 +316,11 @@ dist-hook: $(distdir)/doc/Doxyfile.bak \ $(distdir)/doc/Doxyfile.gen cp -pR $(srcdir)/doc/html $(distdir)/doc + cp -p $(srcdir)/doc/README $(distdir)/README distclean-local: - rm -fr doc/html doc/latex doc/refman.pdf + rm -fr doc/html doc/latex + rm -f doc/refman.pdf $(top_builddir)/Doxyfile.gen: $(srcdir)/doc/Doxyfile cat $(srcdir)/doc/Doxyfile \ -- cgit v1.2.3