summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-10-13 20:36:35 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-10-13 20:36:35 +0000
commitd5c99ec99e7b4f19b3ce533c33988fc81f19fccd (patch)
tree6ef66dbd5cd5aa855add8ce02eb7b2df1eb41ce9 /docs/Makefile.am
parent5aa0b883ca1cff80ae095e7525a6c712bc257baf (diff)
downloadpygobject-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)
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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)