From a2b6de72927d6648e527560ebb9dbf284400b544 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 12 Jul 2001 14:20:41 +0000 Subject: Clean up make dist. 2001-07-10 Peter Williams * */Makefile.am (dist-hook): Clean up make dist. svn path=/trunk/; revision=11039 --- doc/devel/calendar/cal-client/Makefile.am | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'doc/devel/calendar/cal-client') diff --git a/doc/devel/calendar/cal-client/Makefile.am b/doc/devel/calendar/cal-client/Makefile.am index b9d707661e..7452ba35b5 100644 --- a/doc/devel/calendar/cal-client/Makefile.am +++ b/doc/devel/calendar/cal-client/Makefile.am @@ -45,6 +45,7 @@ extra_files = # contains GtkObjects/GObjects and you want to document signals and properties. GTKDOC_CFLAGS= \ -I$(top_srcdir)/calendar \ + -I$(top_builddir)/calendar/cal-client \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_builddir)/libical/src/libical \ @@ -183,17 +184,12 @@ endif dist-hook: dist-check-gtkdoc dist-hook-local mkdir $(distdir)/tmpl - mkdir $(distdir)/html - -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl - -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml - -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 ; \ - done - -# Done automatically by automake in doc/devel -# mkdir $(distdir)/sgml + mkdir $(distdir)/sgml + files=`echo $(srcdir)/tmpl/*.sgml` ; \ + test '$(srcdir)/tmpl/*.sgml' = "$$files" \ + || cp $$files $(distdir)/tmpl + files=`echo $(srcdir)/sgml/*.sgml` ; \ + test '$(srcdir)/sgml/*.sgml' = "$$files" \ + || cp $$files $(distdir)/sgml .PHONY : dist-hook-local -- cgit v1.2.3