diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 15:45:23 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 19:46:16 +0200 |
| commit | 486e051ce56f5c028a69217122bcd7d5a5431425 (patch) | |
| tree | 32dee21d5538c71e4d49f24ba166bebe34559015 | |
| parent | 71b9d1aa12626e8c356090e2286f283f211961ed (diff) | |
| download | nissy-classic-486e051ce56f5c028a69217122bcd7d5a5431425.tar.gz nissy-classic-486e051ce56f5c028a69217122bcd7d5a5431425.zip | |
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
| @@ -43,14 +43,11 @@ dist: clean nissy.exe | |||
| 43 | mv nissy.exe nissy-${VERSION}.exe | 43 | mv nissy.exe nissy-${VERSION}.exe |
| 44 | 44 | ||
| 45 | upload: dist | 45 | upload: 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 | ||
| 51 | website: | 49 | website: |
| 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 | ||
| 55 | install: nissy | 52 | install: nissy |
| 56 | mkdir -p ${DESTDIR}${PREFIX}/bin | 53 | mkdir -p ${DESTDIR}${PREFIX}/bin |
| @@ -63,6 +60,5 @@ install: nissy | |||
| 63 | 60 | ||
| 64 | uninstall: | 61 | uninstall: |
| 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 |
