All scripts in one repository

This commit is contained in:
mmk2410 2015-11-12 22:36:23 +01:00
parent a0a86492ee
commit 9f9304d6aa
61 changed files with 6668 additions and 681 deletions

13
md2html/Makefile Normal file
View file

@ -0,0 +1,13 @@
all:
install:
mkdir -p /opt/md2html/
mkdir -p /opt/md2html/libs/
mkdir -p /opt/md2html/src/
install libs/* /opt/md2html/libs/
install src/* /opt/md2html/src/
install md2html.php /usr/bin/md2html
remove:
rm -rf /opt/md2html
rm /usr/bin/md2html