diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-06-27 14:46:01 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-06-27 14:46:01 +0200 |
commit | e14732aa76b0fc20b955da434b1e2e92012c34e8 (patch) | |
tree | 5dfb589ae107ddaa2288783aa78f80b5dc3ff894 /templates | |
parent | eadb41b09fb5d6e46cf98c0d6dee1723c8307d89 (diff) | |
download | kdiff3-e14732aa76b0fc20b955da434b1e2e92012c34e8.tar.gz kdiff3-e14732aa76b0fc20b955da434b1e2e92012c34e8.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete the NEWS file.
Rework of the README.
The man folder has been moved into the doc folder for consistency with what
have been done so far.
The html pages have been moved into the doc folder as well.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cpp | 19 | ||||
-rw-r--r-- | templates/h | 24 |
2 files changed, 0 insertions, 43 deletions
diff --git a/templates/cpp b/templates/cpp deleted file mode 100644 index f1b73fc..0000000 --- a/templates/cpp +++ /dev/null @@ -1,19 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joachim Eibl * - * joachim.eibl@gmx.de * - * * - * 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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ diff --git a/templates/h b/templates/h deleted file mode 100644 index 30c25fb..0000000 --- a/templates/h +++ /dev/null @@ -1,24 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2005 by Joachim Eibl * - * joachim.eibl@gmx.de * - * * - * 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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ - -#ifndef -#define - -#endif
\ No newline at end of file |