diff options
author | gregory guy <[email protected]> | 2019-10-06 15:55:04 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-10-08 22:28:00 +0900 |
commit | 735927b30010eee17223c377ce43d93d705faac1 (patch) | |
tree | b2e2bd9025dfb575085893f2ab976e583f1dfe1e /templates | |
parent | 8f915d1d5f4f5fe346fea935c2b9d460fcc2d43e (diff) | |
download | kbibtex-735927b30010eee17223c377ce43d93d705faac1.tar.gz kbibtex-735927b30010eee17223c377ce43d93d705faac1.zip |
Drop automake build support.
Add basic cmake build instructions.
Add description in README.
Deleted empty file: BUGS, templates/cpp, templates/h.
Deleted obsolete files: po/messages.sh.
(cherry picked from commit c6fd288a5f108598987de95d3ace981ee5140cad)
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 6f13496..0000000 --- a/templates/cpp +++ /dev/null @@ -1,19 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2004-2009 by Thomas Fischer * - * [email protected] * - * * - * 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 6f13496..0000000 --- a/templates/h +++ /dev/null @@ -1,19 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2004-2009 by Thomas Fischer * - * [email protected] * - * * - * 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. * - ***************************************************************************/ |