]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Rename gettext-po.h.in to gettext-po.in.h.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Nov 2010 12:43:34 +0000 (13:43 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 7 Jun 2011 21:38:47 +0000 (23:38 +0200)
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/Makefile.am
gettext-tools/libgettextpo/gettext-po.in.h [moved from gettext-tools/libgettextpo/gettext-po.h.in with 100% similarity]

index 1391f4943dd6132d409257e1884301d7fb7e170e..d4cdbb0b31b965d7a5608db5b1c2dbcce7ae5ad3 100644 (file)
@@ -1,3 +1,9 @@
+2010-11-07  Bruno Haible  <bruno@clisp.org>
+
+       Rename gettext-po.h.in to gettext-po.in.h.
+       * gettext-po.in.h: New file, renamed from gettext-po.h.in.
+       * Makefile.am (EXTRA_DIST, gettext-po.h): Update.
+
 2011-06-07  Bruno Haible  <bruno@clisp.org>
 
        Rely more on libtool.
index 4b40e1ca19ea716615c3b0ed1f7825f1ebf09f46..c8fb05dfc4d990022c3df5353530a54e019701c3 100644 (file)
@@ -170,14 +170,14 @@ MOSTLYCLEANFILES += config.h config.h-t
 
 # Special rules for installable include files that export variables.
 
-EXTRA_DIST += gettext-po.h.in
+EXTRA_DIST += gettext-po.in.h
 BUILT_SOURCES += gettext-po.h
 CLEANFILES += gettext-po.h
-gettext-po.h: gettext-po.h.in
+gettext-po.h: gettext-po.in.h
 if WOE32DLL
-       sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/' $(srcdir)/gettext-po.h.in > gettext-po.h-tmp
+       sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/' $(srcdir)/gettext-po.in.h > gettext-po.h-tmp
 else
-       cp $(srcdir)/gettext-po.h.in gettext-po.h-tmp
+       cp $(srcdir)/gettext-po.in.h gettext-po.h-tmp
 endif
        mv gettext-po.h-tmp gettext-po.h