diff options
author | Paul Smith <psmith@gnu.org> | 2002-07-10 12:59:07 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-07-10 12:59:07 +0000 |
commit | 4d72c4c11e3aff65e9bb36e5fcf75f088b140049 (patch) | |
tree | 92a4ac290dd9b9f2261e60457aca9b5a951bc15b /po | |
parent | 6c9a393f954805d49ab6c66957b46199ddd6e78e (diff) | |
download | gunmake-4d72c4c11e3aff65e9bb36e5fcf75f088b140049.tar.gz |
Implement SysV-style $$@ support. I looked at E.Parmelan's patch but
decided to implement this a different way, and didn't use it.
Diffstat (limited to 'po')
-rw-r--r-- | po/.cvsignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/.cvsignore b/po/.cvsignore index 82427cd..32b4d6f 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -1,3 +1,4 @@ -*.gmo *.mo *.pot +*.gmo *.mo *.pot *.po Makefile.in Makefile +POTFILES |