diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-10 04:05:00 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-10 04:05:00 -0400 |
commit | d97876762946fd021743f80e81e531e3f5df270c (patch) | |
tree | c0ac24ce5fde3307116fa53bde02e9841eed0106 | |
parent | e7bf69bebce2d4fc96adedf23182ca233ed61987 (diff) | |
download | fork-ledger-d97876762946fd021743f80e81e531e3f5df270c.tar.gz fork-ledger-d97876762946fd021743f80e81e531e3f5df270c.tar.bz2 fork-ledger-d97876762946fd021743f80e81e531e3f5df270c.zip |
When preparing a distribution, copy doc/README over the top-level README.
That's typically where people expect to find it.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |