diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-05-18 07:15:39 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-05-18 07:15:39 +0800 |
commit | 63472619b52678f869c710fdd353120e630c07b4 (patch) | |
tree | ea0d8978e28d3072eb1c655094e8076ce705fc4a /calendar/gui/Makefile.am | |
parent | d609c57cba262bad9aa2f1096b241b1158bd7a86 (diff) | |
download | gsoc2013-evolution-63472619b52678f869c710fdd353120e630c07b4.tar gsoc2013-evolution-63472619b52678f869c710fdd353120e630c07b4.tar.gz gsoc2013-evolution-63472619b52678f869c710fdd353120e630c07b4.tar.bz2 gsoc2013-evolution-63472619b52678f869c710fdd353120e630c07b4.tar.lz gsoc2013-evolution-63472619b52678f869c710fdd353120e630c07b4.tar.xz gsoc2013-evolution-63472619b52678f869c710fdd353120e630c07b4.tar.zst gsoc2013-evolution-63472619b52678f869c710fdd353120e630c07b4.zip |
Add Docbook framework for documenting Gnomecal -miguel
svn path=/trunk/; revision=928
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 5bbf788c8e..bba013da7c 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = doc + help_base = $(datadir)/gnome/help/cal CFLAGS += -Wall @@ -67,8 +69,6 @@ gnomecal_LDADD = $(LINK_FLAGS) EXTRA_DIST = \ gncal.desktop \ - topic.dat \ - gnome-cal.html \ bell.xpm \ recur.xpm |