aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKrystalDelusion <krystinedawn@yosyshq.com>2022-12-19 10:08:40 +1300
committerKrystalDelusion <krystinedawn@yosyshq.com>2022-12-19 10:08:40 +1300
commitaeb40d4ddfab8c2f84caded7510d370d5512d43c (patch)
treed222b88b130f3f4b92c74728c2a27e9d30aa5294 /Makefile
parent11fe4d0862a7c9ca8c72723afecdc025255c2b3a (diff)
downloadyosys-aeb40d4ddfab8c2f84caded7510d370d5512d43c.tar.gz
yosys-aeb40d4ddfab8c2f84caded7510d370d5512d43c.tar.bz2
yosys-aeb40d4ddfab8c2f84caded7510d370d5512d43c.zip
Remove make targets for manual
Leaves the clean, since presentation source is still directly buildable and cleanable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index c5c5ab69d..57fa6e3a4 100644
--- a/Makefile
+++ b/Makefile
@@ -976,14 +976,6 @@ DOC_TARGET ?= html
docs: docs/source/cmd/abc.rst docs/gen_images docs/guidelines
$(Q) $(MAKE) -C docs $(DOC_TARGET)
-update-manual: $(TARGETS) $(EXTRA_TARGETS)
- cd manual && ../$(PROGRAM_PREFIX)yosys -p 'help -write-tex-command-reference-manual'
-
-manual: $(TARGETS) $(EXTRA_TARGETS)
- cd manual && bash appnotes.sh
- cd manual && bash presentation.sh
- cd manual && bash manual.sh
-
clean:
rm -rf share
rm -rf kernel/*.pyh
@@ -1127,5 +1119,5 @@ echo-abc-rev:
-include kernel/*.d
-include techlibs/*/*.d
-.PHONY: all top-all abc test install install-abc docs manual clean mrproper qtcreator coverage vcxsrc mxebin
+.PHONY: all top-all abc test install install-abc docs clean mrproper qtcreator coverage vcxsrc mxebin
.PHONY: config-clean config-clang config-gcc config-gcc-static config-gcc-4.8 config-afl-gcc config-gprof config-sudo