Mercurial > hg > Blog
comparison Makefile @ 113:30fb82b33128 default tip
Anpassung der Pfade im Makefile
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Thu, 18 Sep 2025 11:48:57 +0200 |
parents | 6dc02dba2c17 |
children |
comparison
equal
deleted
inserted
replaced
112:cf31bf5fce72 | 113:30fb82b33128 |
---|---|
13 FTP_TARGET_DIR=/ | 13 FTP_TARGET_DIR=/ |
14 | 14 |
15 SSH_HOST=xanthippe | 15 SSH_HOST=xanthippe |
16 SSH_PORT=22 | 16 SSH_PORT=22 |
17 SSH_USER=dirk | 17 SSH_USER=dirk |
18 SSH_TARGET_DIR=/var/www/htdocs/blog | 18 SSH_TARGET_DIR=/var/www/localhost/htdocs/blog |
19 | 19 |
20 DROPBOX_DIR=~/Dropbox/Public/ | 20 DROPBOX_DIR=~/Dropbox/Public/ |
21 | 21 |
22 help: | 22 help: |
23 @echo 'Makefile for a pelican Web site ' | 23 @echo 'Makefile for a pelican Web site ' |