diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-08 15:03:06 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-10-09 17:52:02 +0200 |
commit | fb06c8d339b27d7c8a8ef4a72d84570e9469b0d2 (patch) | |
tree | 2cbd99b69678b9fb3cdf36760cb556a1593e49e0 /templates | |
parent | 8084f12a8d26db346821b9f39025e9b258fa031f (diff) | |
download | kbookreader-fb06c8d339b27d7c8a8ef4a72d84570e9469b0d2.tar.gz kbookreader-fb06c8d339b27d7c8a8ef4a72d84570e9469b0d2.zip |
Drop automake build support.
Add basic cmake build instructions.
Add description in README.
Deleted empty files: NEWS, templates/cpp, templates/h.
Deleted obsolete file: bookreader.spec .
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cpp | 19 | ||||
-rw-r--r-- | templates/h | 19 |
2 files changed, 0 insertions, 38 deletions
diff --git a/templates/cpp b/templates/cpp deleted file mode 100644 index 28204ff..0000000 --- a/templates/cpp +++ /dev/null @@ -1,19 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2005 by Alexandr Nemish * - * atlanter@gmail.com * - * * - * 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. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ diff --git a/templates/h b/templates/h deleted file mode 100644 index 28204ff..0000000 --- a/templates/h +++ /dev/null @@ -1,19 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2005 by Alexandr Nemish * - * atlanter@gmail.com * - * * - * 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. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ |