From d926df1ed5e62e35f362a91fe85bdfe2d476aab8 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Mon, 13 Sep 2004 16:21:48 +0000 Subject: Don't requires entities here 2004-09-13 Rodney Dawes * xmldocs.make: Don't requires entities here * C/Makefile.am: Add new figures to the list of images Generate versioned xml/omf files based on $(BASE_VERSION) Fix up CLEANFILES to include the stuff we generate * C/POTFILES.in: * C/apx-*.xml: * C/config-*.xml: * C/evolution-1.5-C.omf: * C/evolution-1.5.xml: * C/legal.xml: * C/menuref.xml: * C/preface.xml: * C/topic.dat: * C/usage-*.xml: Remove all of these files from CVS * C/evolution-C.omf: * C/evolution.xml: Add these files to replace the removed files above * C/figure/*_a.(png|gif): Add new screenshots svn path=/trunk/; revision=27253 --- help/xmldocs.make | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'help/xmldocs.make') diff --git a/help/xmldocs.make b/help/xmldocs.make index ad65ccf9f4..fdf1ed1e64 100644 --- a/help/xmldocs.make +++ b/help/xmldocs.make @@ -40,7 +40,7 @@ docdir = $(datadir)/gnome/help/$(docname)/$(lang) # ************** You should not have to edit below this line ******************* -xml_files = $(entities) $(docname).xml +xml_files = $(docname).xml EXTRA_DIST = $(xml_files) $(omffile) CLEANFILES = omf_timestamp @@ -50,10 +50,10 @@ include $(top_srcdir)/help/omf.make all: omf -$(docname).xml: $(entities) - -ourdir=`pwd`; \ - cd $(srcdir); \ - cp $(entities) $$ourdir +#$(docname).xml: $(entities) +# -ourdir=`pwd`; \ +# cd $(srcdir); \ +# cp $(entities) $$ourdir app-dist-hook: if test "$(figdir)"; then \ -- cgit