diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-03-20 15:27:05 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-03-21 00:52:42 +0900 |
commit | 912e13271f4c25b8574bb1b4305a28ca82863145 (patch) | |
tree | 61b42b2c5dd4feccb0797e4b12d3c1cfd3f5a92a /Makefile.cvs | |
parent | cbda64be33cfa1a32b898eaf38105fad0b9ce6ac (diff) | |
download | knowit-912e13271f4c25b8574bb1b4305a28ca82863145.tar.gz knowit-912e13271f4c25b8574bb1b4305a28ca82863145.zip |
Drop automake build support.
Delete the templates folder.
Add basic build instructions.
Rework of the README and help page.
Some Cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 9de1ae68cda942c5455f5ca3a1f52539d82a57c2)
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: |