aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d7bab22..8f3b4b9 100644
--- a/Makefile
+++ b/Makefile
@@ -43,14 +43,11 @@ dist: clean nissy.exe
43 mv nissy.exe nissy-${VERSION}.exe 43 mv nissy.exe nissy-${VERSION}.exe
44 44
45upload: dist 45upload: dist
46 rsync -v --rsync-path=openrsync nissy-${VERSION}.exe \ 46 rsync -v nissy-${VERSION}.exe sebastiano@tronto.net:/var/www/nissy.tronto.net/
47 tronto.net:/var/www/htdocs/nissy.tronto.net/ 47 rsync -v nissy-${VERSION}.tar.gz sebastiano@tronto.net:/var/www/nissy.tronto.net/
48 rsync -v --rsync-path=openrsync nissy-${VERSION}.tar.gz \
49 tronto.net:/var/www/htdocs/nissy.tronto.net/
50 48
51website: 49website:
52 rsync -rv --rsync-path=openrsync \ 50 rsync -rv www/ sebastiano@tronto.net:/var/www/nissy.tronto.net/
53 www/ tronto.net:/var/www/htdocs/nissy.tronto.net
54 51
55install: nissy 52install: nissy
56 mkdir -p ${DESTDIR}${PREFIX}/bin 53 mkdir -p ${DESTDIR}${PREFIX}/bin
@@ -63,6 +60,5 @@ install: nissy
63 60
64uninstall: 61uninstall:
65 rm -rf ${DESTDIR}${PREFIX}/bin/nissy ${DESTDIR}${MANPREFIX}/man1/nissy.1 62 rm -rf ${DESTDIR}${PREFIX}/bin/nissy ${DESTDIR}${MANPREFIX}/man1/nissy.1
66 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done
67 63
68.PHONY: all debug clean dist install uninstall upload website 64.PHONY: all debug clean dist install uninstall upload website

Generated with cgit - Back to sebastiano.tronto.net