From dc6ef096698dcd18d1755a45d79d0b87368a6ce6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 14 Feb 2021 00:51:25 +0000 Subject: rsync fresh sql and attachments and work from that, without Trac itself --- Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') 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} $< -- cgit v1.2.3