diff options
author | gregory guy <[email protected]> | 2019-12-31 14:28:05 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-12-31 14:28:05 +0100 |
commit | 55922fcee851967d9f06fa359b085bcbc00dfc75 (patch) | |
tree | 9b19b13cb31be69eb2f502835484795d2af5b719 /src/pics | |
parent | 45bdbc9874a4424b30217722530e84b7b6773038 (diff) | |
download | kpicosim-55922fcee851967d9f06fa359b085bcbc00dfc75.tar.gz kpicosim-55922fcee851967d9f06fa359b085bcbc00dfc75.zip |
Drop automake build support.
Add basic build instructions to the INSTALL file.
Remove empty file NEWS.
Rework of the README and help page.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/pics')
-rw-r--r-- | src/pics/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pics/Makefile.am b/src/pics/Makefile.am deleted file mode 100644 index e726b97..0000000 --- a/src/pics/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO -mypicsdir = $(kde_datadir)/kpicosim/pics - -mypics_DATA = continue.png interrupt.png next.png rebuild.png reset.png |