diff options
author | gregory guy <[email protected]> | 2019-11-01 11:46:21 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-11-01 11:46:21 +0100 |
commit | 873d0e4138a1569d2a8dfa061d0338b6d017dd3b (patch) | |
tree | 330519cff76d1948c74f7674793cdc1399fee3d6 /po | |
parent | 620d83c4efc5ffcbf89d941410dbddda4daff279 (diff) | |
download | knights-873d0e4138a1569d2a8dfa061d0338b6d017dd3b.tar.gz knights-873d0e4138a1569d2a8dfa061d0338b6d017dd3b.zip |
Drop automake build support.
Add basic cmake build instructions in the INSTALL file.
Rework of README file and the help page.
The History file has been removed, the content added to the
ChangeLog file.
The file CreatingThemes has moved in the doc folder.
Cosmetic changes in CMakeLists.txt .
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/po/Makefile.am b/po/Makefile.am deleted file mode 100644 index 4c8c8ef..0000000 --- a/po/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -POFILES = AUTO - - -EXTRA_DIST = de.gmo es.gmo fi.gmo et.gmo fr.gmo it.gmo - -####### tdevelop will overwrite this part!!! (end)############ |