diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-21 15:02:27 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-21 15:02:27 +0800 |
commit | a15d2d0dc6f57dd4f12b90b8165d4dc8dd8bebcc (patch) | |
tree | ecf41a2ad50636ae406921285b42694e59829ae7 | |
parent | c8a418fefb2334c85cc057b9b78ece8608e5ad07 (diff) | |
download | gsoc2013-evolution-a15d2d0dc6f57dd4f12b90b8165d4dc8dd8bebcc.tar gsoc2013-evolution-a15d2d0dc6f57dd4f12b90b8165d4dc8dd8bebcc.tar.gz gsoc2013-evolution-a15d2d0dc6f57dd4f12b90b8165d4dc8dd8bebcc.tar.bz2 gsoc2013-evolution-a15d2d0dc6f57dd4f12b90b8165d4dc8dd8bebcc.tar.lz gsoc2013-evolution-a15d2d0dc6f57dd4f12b90b8165d4dc8dd8bebcc.tar.xz gsoc2013-evolution-a15d2d0dc6f57dd4f12b90b8165d4dc8dd8bebcc.tar.zst gsoc2013-evolution-a15d2d0dc6f57dd4f12b90b8165d4dc8dd8bebcc.zip |
The Doc directory was removed because it does not build, and Dave Camp cant spend the day fixing doc stuff. Make sure your doc infrastructure works for everyone and passes make distcheck before commiting again. Love
svn path=/trunk/; revision=7681
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 732b2331de..7330f37afb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ SUBDIRS = \ wombat \ art \ ui \ + cmdline \ default_user \ tools \ - po \ - doc + po |