From d5c99ec99e7b4f19b3ce533c33988fc81f19fccd Mon Sep 17 00:00:00 2001 From: John Finlay Date: Fri, 13 Oct 2006 20:36:35 +0000 Subject: Remove html/pygobject-reference-copyright.html. Fixes #361906 (Marc-Andre * docs/Makefile.am (HTML_FILES): Remove html/pygobject-reference-copyright.html. Fixes #361906 (Marc-Andre Lureau) --- ChangeLog | 6 ++++++ docs/Makefile.am | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d70100..5369bf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-13 John Finlay + + * docs/Makefile.am (HTML_FILES): Remove + html/pygobject-reference-copyright.html. + Fixes #361906 (Marc-Andre Lureau) + 2006-10-11 John Finlay * docs/reference/pygobject-introduction.xml: Remove Copyright and diff --git a/docs/Makefile.am b/docs/Makefile.am index 5665d0c..464d8e6 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -18,8 +18,7 @@ HTML_FILES = \ html/index.html \ html/index.sgml \ html/pygobject.devhelp \ - html/pygobject-introduction.html \ - html/pygobject-reference-copyright.html + html/pygobject-introduction.html if ENABLE_DOCS BUILT_HTML_FILES = $(HTML_FILES) -- cgit