copy extra content files; make plugins-base use gtk-doc.mak
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 7 Jul 2005 16:41:20 +0000 (16:41 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 7 Jul 2005 16:41:20 +0000 (16:41 +0000)
Original commit message from CVS:
copy extra content files; make plugins-base use gtk-doc.mak

gtk-doc.mak

index 728295c..57baf59 100644 (file)
@@ -126,6 +126,7 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
        if test -d html; then rm -rf html; fi
        mkdir html
        cp $(srcdir)/$(DOC_MAIN_SGML_FILE) html
+       @for f in $(content_files); do cp $(srcdir)/$$f html; done
        cp -pr xml html
        cp ../version.entities html
        cd html && gtkdoc-mkhtml $(DOC_MODULE) $(DOC_MAIN_SGML_FILE)