oops, fixed it
authorArt Cancro <ajc@citadel.org>
Sun, 22 Jun 2008 20:29:02 +0000 (20:29 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 22 Jun 2008 20:29:02 +0000 (20:29 +0000)
webcit/gettext.c
webcit/po/Makefile.in

index 9d3833cad2a648d1a66e1456c740cd547f8a7aed..317966d9ff1c9ec2d13d3b151dae73a2bc850752 100644 (file)
@@ -1,20 +1,16 @@
 /*
  * $Id
  */
-/**
- * \defgroup LocaleHeaderParser Parse the browser http locale headers and set the NLS stuff.
- * \ingroup WebcitHttpServer 
- */
-/*@{*/
+
 #include "webcit.h"
 #include "webserver.h"
 
 #ifdef ENABLE_NLS
 
-#define NUM_LANGS 10 /**< how many different locales do we know? */
-#define SEARCH_LANG 20 /**< how many langs should we parse? */
+#define NUM_LANGS 10           /* how many different locales do we know? */
+#define SEARCH_LANG 20         /* how many langs should we parse? */
 
-/** actual supported locales */
+/* actual supported locales */
 char *AvailLang[NUM_LANGS] = {
        "C",
        "en_US",
@@ -338,4 +334,3 @@ void preset_locale(void)
 #endif /* ENABLE_NLS */
 
 
-/*@}*/
index 044ea64791fb4600a70381991739cc998eedd440..abaec66a2c9d9bb944f5cd2a0953cc1c9b142a79 100644 (file)
@@ -35,6 +35,6 @@ all: ../locale/de/LC_MESSAGES/webcit.mo \
        [ -d ../locale/nl/LC_MESSAGES ] || mkdir -p ../locale/nl/LC_MESSAGES
        msgfmt nl.po -o ../locale/nl/LC_MESSAGES/webcit.mo
 
-../locale/pt/LC_MESSAGES/webcit.mo: pt_BR.po
+../locale/pt_BR/LC_MESSAGES/webcit.mo: pt_BR.po
        [ -d ../locale/pt_BR/LC_MESSAGES ] || mkdir -p ../locale/pt_BR/LC_MESSAGES
        msgfmt pt_BR.po -o ../locale/pt_BR/LC_MESSAGES/webcit.mo