diff options
author | John Finlay <finlay@src.gnome.org> | 2006-10-13 20:36:35 +0000 |
---|---|---|
committer | John Finlay <finlay@src.gnome.org> | 2006-10-13 20:36:35 +0000 |
commit | d5c99ec99e7b4f19b3ce533c33988fc81f19fccd (patch) | |
tree | 6ef66dbd5cd5aa855add8ce02eb7b2df1eb41ce9 | |
parent | 5aa0b883ca1cff80ae095e7525a6c712bc257baf (diff) | |
download | pygobject-d5c99ec99e7b4f19b3ce533c33988fc81f19fccd.tar.gz pygobject-d5c99ec99e7b4f19b3ce533c33988fc81f19fccd.tar.xz pygobject-d5c99ec99e7b4f19b3ce533c33988fc81f19fccd.zip |
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)
-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) |