diff options
author | Rob Austein <sra@hactrn.net> | 2021-02-14 00:51:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-02-14 00:52:58 +0000 |
commit | dc6ef096698dcd18d1755a45d79d0b87368a6ce6 (patch) | |
tree | ddf9d25e83de7109c78f7177db128a96516ab8dd /Makefile | |
parent | 13d0f55865f8b1b851ce1e84597b144c5fd41662 (diff) |
rsync fresh sql and attachments and work from that, without Trac itself
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 789b822..0000000 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -TRAC := $(shell find raw-wiki-dump -type f -name '*.trac') -OUT := ${TRAC:.trac=.md} TAGS -TOOL := tools/trac2md.py - -all: ${OUT} - -clean: - rm ${OUT} - -TAGS: ${TRAC} - etags -l none $^ - -%.md: %.trac Makefile ${TOOL} - ${TOOL} $< |