From 2fd5b943d10664ddd815348e86b082aa2c5d2bfb Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 22 Jan 2000 08:57:17 +0000 Subject: * Implement GNU gettext internationalization support in GNU make. --- po/POTFILES.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 po/POTFILES.in (limited to 'po/POTFILES.in') 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 -- cgit v1.2.3