From 9d3064bfac35629bb93f50cb3e158c92d7005251 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 26 Jun 2003 08:06:36 +0000 Subject: [PATCH] docutils based docs (fixups) Original commit message from CVS: docutils based docs (fixups) --- ChangeLog | 5 +++-- configure.ac | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f788f8be9f..d4a8ed1fcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,9 @@ * configure.ac, Makefile.am, pkgconfig/*: add pkgconfig support - * AUTHORS, NEWS, README, TODO, docs/HEAD.in, docs/Makefile.am, - docs/docutils.conf, docs/gst-python.css: docutils based docs + * configure.ac, AUTHORS, NEWS, README, TODO, docs/HEAD.in, + docs/Makefile.am, docs/docutils.conf, docs/gst-python.css: + docutils based docs 2003-06-11 Thomas Vander Stichele diff --git a/configure.ac b/configure.ac index 349eb09aa6..e1cb7fb71c 100644 --- a/configure.ac +++ b/configure.ac @@ -118,5 +118,7 @@ AC_OUTPUT([ pkgconfig/gst-python-uninstalled.pc examples/Makefile examples/gstreamer/Makefile + docs/Makefile + docs/HEAD gst-python.spec ])