diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-09 20:21:16 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-09 20:21:16 +0000 |
commit | 1a733fae9a7027f549d67e1dc02848facbff229b (patch) | |
tree | b1ac78e7cccbec11da3e0a6c68f37d01410ed1de | |
parent | be24cf8b950163cb20e41675fa0c92ad5a63d775 (diff) | |
download | calcurse-1a733fae9a7027f549d67e1dc02848facbff229b.tar.gz calcurse-1a733fae9a7027f549d67e1dc02848facbff229b.zip |
spanish manual added
-rwxr-xr-x | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 56617b8..c363b29 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,12 @@ -# $calcurse: Makefile.am,v 1.1 2006/07/31 21:00:02 culot Exp $ +# $calcurse: Makefile.am,v 1.2 2006/09/09 20:21:16 culot Exp $ AUTOMAKE_OPTIONS= gnu SUBDIRS = po src EXTRA_DIST = ABOUT-NLS \ doc/manual_en.html \ doc/manual_fr.html \ - doc/manual_de.html + doc/manual_de.html \ + doc/manual_es.html ACLOCAL_AMFLAGS = -I m4 |