All scripts in one repository
This commit is contained in:
parent
a0a86492ee
commit
9f9304d6aa
61 changed files with 6668 additions and 681 deletions
13
md2html/Makefile
Normal file
13
md2html/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue