[tor-commits] [tor/master] Remove Makefile from doc/HACKING/design

nickm at torproject.org nickm at torproject.org
Wed Nov 6 20:47:36 UTC 2019


commit 58d7f9e68bfa69f831ed81c5e7924d32c1c2d764
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Nov 6 15:47:29 2019 -0500

    Remove Makefile from doc/HACKING/design
---
 doc/HACKING/design/Makefile | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/doc/HACKING/design/Makefile b/doc/HACKING/design/Makefile
deleted file mode 100644
index e12613097..000000000
--- a/doc/HACKING/design/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-HTML= \
-	00-overview.html \
-	01-common-utils.html \
-	01a-memory.html \
-	01b-collections.html \
-	01c-time.html \
-	01d-crypto.html \
-	01e-os-compat.html \
-	01f-threads.html \
-	01g-strings.html \
-	02-dataflow.html \
-	03-modules.html \
-	this-not-that.html
-
-PNG = \
-	diagrams/02/02-dataflow.png \
-	diagrams/02/02-connection-types.png
-
-all: generated
-
-generated: $(HTML) $(PNG)
-
-%.html: %.md
-	maruku $< -o $@
-
-%.png: %.dia
-	dia $< --export=$@
-
-clean:
-	rm -f $(HTML)
-	rm -f $(PNG)



More information about the tor-commits mailing list