diff options
author | Paul Smith <psmith@gnu.org> | 2000-01-22 08:57:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-01-22 08:57:17 +0000 |
commit | 2fd5b943d10664ddd815348e86b082aa2c5d2bfb (patch) | |
tree | cbaa9ce561306ae1d2c547d25d66c1494fbed0a2 /po/POTFILES.in | |
parent | 74fca88bf3cfc802308018faf69b0231876c633c (diff) | |
download | gunmake-2fd5b943d10664ddd815348e86b082aa2c5d2bfb.tar.gz |
* Implement GNU gettext internationalization support in GNU make.
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..c739b21 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,27 @@ +# List of source files containing translatable strings for GNU make. +# Copyright (C) 2000 Free Software Foundation, Inc. + +# Sources from make proper + +ar.c +arscan.c +commands.c +dir.c +expand.c +file.c +function.c +getopt.c +implicit.c +job.c +main.c +make.h +misc.c +read.c +remake.c +remote-cstms.c +rule.c +signame.c +variable.c +vpath.c + +# Sources in the Windows port |