diff options
Diffstat (limited to 'doc/en/Makefile.am')
-rw-r--r-- | doc/en/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..5da901b --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,18 @@ + +############################################################################ +# # +# English KCPULoad documentation. # +# # +# KCPULoad is copyright (c) 1999-2000, Markus Gustavsson # +# (c) 2002, Ben Burton # +# # +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or # +# (at your option) any later version. # +# # +############################################################################ + +KDE_DOCS = kcpuload +KDE_LANG = en + |