diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ all: doc doc: docs $(patsubst %,docs/%,$(subst -,/,$(notdir $(wildcard source/*)))) mkdocs build + ln -sfT /usr/share/javascript/jquery/jquery.min.js site/js/jquery-3.6.0.min.js + +publish: + rsync -avH --delete-after site/ www-ruc@xayide.jones.dk:public_websites/docs.abcde.../ check: checklink site/index.html |