diff options
author | Peter Williams <peterw@ximian.com> | 2001-06-26 01:42:12 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-06-26 01:42:12 +0800 |
commit | ad9a69f14790f58688b388984989d282b3f55d6a (patch) | |
tree | dd0a7bc79cfce85cda7c55bde65f37cc32be0535 /help/devel/Makefile.am | |
parent | 834e3b7f7e5e7632ed9c0117d6cf633ef9c34213 (diff) | |
download | gsoc2013-evolution-ad9a69f14790f58688b388984989d282b3f55d6a.tar gsoc2013-evolution-ad9a69f14790f58688b388984989d282b3f55d6a.tar.gz gsoc2013-evolution-ad9a69f14790f58688b388984989d282b3f55d6a.tar.bz2 gsoc2013-evolution-ad9a69f14790f58688b388984989d282b3f55d6a.tar.lz gsoc2013-evolution-ad9a69f14790f58688b388984989d282b3f55d6a.tar.xz gsoc2013-evolution-ad9a69f14790f58688b388984989d282b3f55d6a.tar.zst gsoc2013-evolution-ad9a69f14790f58688b388984989d282b3f55d6a.zip |
Fix make dist.
2001-06-25 Peter Williams <peterw@ximian.com>
* calendar/cal-util/Makefile.am,
calendar/cal-client/Makefile.am: Fix make dist.
* Makefile.am: clean up a bit.
svn path=/trunk/; revision=10481
Diffstat (limited to 'help/devel/Makefile.am')
-rw-r--r-- | help/devel/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/help/devel/Makefile.am b/help/devel/Makefile.am index 3a24f9a31b..f38984555b 100644 --- a/help/devel/Makefile.am +++ b/help/devel/Makefile.am @@ -59,7 +59,6 @@ local_entities = \ # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). content_files = \ - evolution-devel-guide.sgml \ fdl.sgml \ preface.sgml \ reference.sgml \ @@ -159,7 +158,6 @@ dist-hook: dist-check-gtkdoc dist-hook-local mkdir $(distdir)/html -cp $(srcdir)/html/index.sgml $(distdir)/html -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html - images=$(HTML_IMAGES) ; \ for i in $$images ; do \ cp $(srcdir)/$$i $(distdir)/html ; \ |