From 8eb6aed01c01ae099e12fd9bae959840667222f8 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 23 Aug 2015 13:17:28 +0200 Subject: [PATCH] re-generate docs when pycco-rs changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9264efc..8d8b5e4 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ docs: $(DOCFILES) @# Also coalesce multiple adjacent such lines to one. @sed 's|^\(\s*//\)@|\1|;s|\s*/\*@\*/$$||;s|\(\s*\)\S.*/\*@@\*/|\1unimplemented!()|' $< | sed -f dup-unimpl.sed > $@ -docs/%.html: .tmp/docs/%.rs +docs/%.html: pycco-rs .tmp/docs/%.rs @./pycco-rs $< ## Workspace -- 2.30.2