diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | docs/Makefile.am | 3 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-10-13 John Finlay <finlay@moeraki.com> + + * docs/Makefile.am (HTML_FILES): Remove + html/pygobject-reference-copyright.html. + Fixes #361906 (Marc-Andre Lureau) + 2006-10-11 John Finlay <finlay@moeraki.com> * 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) |