From b2d2b6539de2272a8e5474b895ecbd96128581f2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 10 Dec 2001 17:48:25 +0000 Subject: [PATCH] ok, this should work Original commit message from CVS: ok, this should work --- docs/gst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index b37e008..c1a518c 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -93,7 +93,7 @@ scanobj: $(srcdir)/$(DOC_MODULE).types # FIXME: this is nasty, we shouldn't have to do this, HELP tmpl: scanobj gstreamer-decl.txt - cp $(top_srcdir)/docs/gst/gstreamer-sections.txt . + if test ! -e gstreamer-sections.txt; then cp $(top_srcdir)/docs/gst/gstreamer-sections.txt .; fi gtkdoc-mktmpl --module=$(DOC_MODULE) sgml: tmpl -- 2.7.4