From b9b5899cceb392c0069345c5b43c37bfe8346116 Mon Sep 17 00:00:00 2001 From: KrystalDelusion <93062060+KrystalDelusion@users.noreply.github.com> Date: Fri, 25 Nov 2022 03:56:44 +1300 Subject: Remove docs dependency on yosys repo (#3558) * Copies guidelines files into docs/ for website * Copying manual/CHAPTER_Prog for new docs * Copying manual/APPNOTE_011... for new docs Also adding faketime to list of packages for website build. Co-authored-by: KrystalDelusion --- docs/images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/images') diff --git a/docs/images/Makefile b/docs/images/Makefile index 84e09615f..a7216ec90 100644 --- a/docs/images/Makefile +++ b/docs/images/Makefile @@ -1,7 +1,7 @@ all: dots tex svg tidy TEX_SOURCE:= $(wildcard *.tex) -DOT_LOC:= ../../manual/APPNOTE_011_Design_Investigation +DOT_LOC:= ../source/APPNOTE_011_Design_Investigation DOT_SOURCE:= $(wildcard $(DOT_LOC)/*.dot) TEX_SOURCE+= 011/example_out.tex -- cgit v1.2.3