diff options
author | gregory guy <[email protected]> | 2019-10-08 15:03:06 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-09 17:52:02 +0200 |
commit | fb06c8d339b27d7c8a8ef4a72d84570e9469b0d2 (patch) | |
tree | 2cbd99b69678b9fb3cdf36760cb556a1593e49e0 /Makefile.cvs | |
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 <[email protected]>
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.cvs b/Makefile.cvs deleted file mode 100644 index 4c0afd1..0000000 --- a/Makefile.cvs +++ /dev/null @@ -1,10 +0,0 @@ -all: - @echo "This Makefile is only for the CVS repository" - @echo "This will be deleted before making the distribution" - @echo "" - $(MAKE) -f admin/Makefile.common cvs - -dist: - $(MAKE) -f admin/Makefile.common dist - -.SILENT: |