diff options
author | Rob Austein <sra@hactrn.net> | 2021-07-09 21:21:02 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-07-09 21:21:02 +0000 |
commit | d5b501c4046fbdc2354607c12f9f8230159e6135 (patch) | |
tree | 10d5c7a1260aca6b1b67b9e971854ee57cc15fd5 /GNUmakefile | |
parent | 78b3ed35c726cf8ef0ec4c4e7753e6f4775b9001 (diff) |
Incorporate project-independent stuff I did for IETF NOC
Diffstat (limited to 'GNUmakefile')
l---------[-rw-r--r--] | GNUmakefile | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7a13d6d..326927d 100644..120000 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,17 +1 @@ -all: - ./extract.py - cd pelican; pelican --output website --settings pelicanconf.py --fatal errors content - -fetch: - rsync -aP --delete bikeshed.cryptech.is:/home/trac/db/trac.db bikeshed.cryptech.is:/home/trac/files/attachments . - -clean: - rm -rf wiki pelican - -distclean: clean - rm -rf trac.db attachments - -webfsd: - webfsd -r pelican/website -4 -L - -F -f index.html - -.PHONY: all clean fetch distclean webfsd +tools/GNUmakefile
\ No newline at end of file |