From d1908013aec8552324d4b59e25e0db33070839d5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 30 Mar 2000 20:12:46 +0000 Subject: [PATCH] Add a makefile.cygwin here, too. --- po-script-fu/ChangeLog | 4 ++++ po-script-fu/makefile.cygwin | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 po-script-fu/makefile.cygwin diff --git a/po-script-fu/ChangeLog b/po-script-fu/ChangeLog index d17ade5cd1..71ad200db5 100644 --- a/po-script-fu/ChangeLog +++ b/po-script-fu/ChangeLog @@ -1,3 +1,7 @@ +2000-03-30 Tor Lillqvist + + * makefile.cygwin: New file, same as in the other ../po* dirs. + Thu Mar 30 21:29:16 CEST 2000 Stanislav Brabec * cs.po: Updated translation. diff --git a/po-script-fu/makefile.cygwin b/po-script-fu/makefile.cygwin new file mode 100644 index 0000000000..c7a799e5ea --- /dev/null +++ b/po-script-fu/makefile.cygwin @@ -0,0 +1,3 @@ +PACKAGE = gimp +LOCALEDIR = /gimp/locale +include ../../gtk+/po/makefile.cygwin