ok, this should work
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Dec 2001 17:48:25 +0000 (17:48 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Dec 2001 17:48:25 +0000 (17:48 +0000)
Original commit message from CVS:
ok, this should work

docs/gst/Makefile.am

index b37e008..c1a518c 100644 (file)
@@ -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