diff options
author | Frank Belew (Myth) <frb@src.gnome.org> | 2003-03-29 04:21:49 +0800 |
---|---|---|
committer | Frank Belew (Myth) <frb@src.gnome.org> | 2003-03-29 04:21:49 +0800 |
commit | 3ae850300edbdef58508d04f243e2241dd1bda64 (patch) | |
tree | 000e21bf3250e286a35290ba0471a2f977a3d6b0 | |
parent | d15bb064a753c1087301d830f6ebf036290f26d7 (diff) | |
download | gsoc2013-epiphany-3ae850300edbdef58508d04f243e2241dd1bda64.tar gsoc2013-epiphany-3ae850300edbdef58508d04f243e2241dd1bda64.tar.gz gsoc2013-epiphany-3ae850300edbdef58508d04f243e2241dd1bda64.tar.bz2 gsoc2013-epiphany-3ae850300edbdef58508d04f243e2241dd1bda64.tar.lz gsoc2013-epiphany-3ae850300edbdef58508d04f243e2241dd1bda64.tar.xz gsoc2013-epiphany-3ae850300edbdef58508d04f243e2241dd1bda64.tar.zst gsoc2013-epiphany-3ae850300edbdef58508d04f243e2241dd1bda64.zip |
added xmldocs.make and omf.make to EXTRA_DIST . so building from a disted
* Makefile.am: added xmldocs.make and omf.make to EXTRA_DIST
. so building from a disted tarball works again
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-03-28 Frank Belew <frb@ximian.com> + + * Makefile.am: added xmldocs.make and omf.make to EXTRA_DIST + so building from a disted tarball works again + 2003-03-27 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmarks-editor.c: (key_pressed_cb), diff --git a/Makefile.am b/Makefile.am index 2277cbae8..aa01b0157 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,6 @@ EXTRA_DIST = \ intltool-merge.in \ intltool-update.in \ intltool-extract.in \ + xmldocs.make \ + omf.make \ COPYING.README |