diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index c1948e5..1648584 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -12,6 +12,8 @@ all: trac-to-pelican-home.md tools/extract.py --source-url ${SOURCE_URL} ln -f trac-to-pelican-home.md pelican/content/trac-to-pelican-home.md ./kludge-cgit-urls.py + mv pelican/content/DNSSEC/Requirements.md pelican/content/DNSSEC-Requirements.md + rmdir pelican/content/DNSSEC cd pelican; pelican --output website --settings pelicanconf.py --fatal errors content trac-to-pelican-home.md: tools/trac-to-pelican-home.md |