Mercurial > pidgin
comparison Makefile.am @ 22582:0085d8b80bc4
For the few of us who wanted it, I bring back --disable-nls! It may not be
perfect, but it works for me in my testing.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 30 Mar 2008 16:42:12 +0000 |
parents | 2d0bfa78f732 |
children | 111b464f6845 |
comparison
equal
deleted
inserted
replaced
22581:c84b932aeeb2 | 22582:0085d8b80bc4 |
---|---|
40 | 40 |
41 if ENABLE_GNT | 41 if ENABLE_GNT |
42 GNT_DIR=finch | 42 GNT_DIR=finch |
43 endif | 43 endif |
44 | 44 |
45 SUBDIRS = libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros po share/ca-certs share/sounds | 45 if INSTALL_I18N |
46 PO_DIR=po | |
47 endif | |
48 | |
49 SUBDIRS = libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros $(PO_DIR) share/ca-certs share/sounds | |
46 | 50 |
47 docs: Doxyfile | 51 docs: Doxyfile |
48 if HAVE_DOXYGEN | 52 if HAVE_DOXYGEN |
49 @echo "Running doxygen..." | 53 @echo "Running doxygen..." |
50 @doxygen | 54 @doxygen |