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) --- docs/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') 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