mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +00:00
Remove make targets for manual
Leaves the clean, since presentation source is still directly buildable and cleanable.
This commit is contained in:
parent
11fe4d0862
commit
aeb40d4ddf
1 changed files with 1 additions and 9 deletions
10
Makefile
10
Makefile
|
@ -976,14 +976,6 @@ DOC_TARGET ?= html
|
||||||
docs: docs/source/cmd/abc.rst docs/gen_images docs/guidelines
|
docs: docs/source/cmd/abc.rst docs/gen_images docs/guidelines
|
||||||
$(Q) $(MAKE) -C docs $(DOC_TARGET)
|
$(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:
|
clean:
|
||||||
rm -rf share
|
rm -rf share
|
||||||
rm -rf kernel/*.pyh
|
rm -rf kernel/*.pyh
|
||||||
|
@ -1127,5 +1119,5 @@ echo-abc-rev:
|
||||||
-include kernel/*.d
|
-include kernel/*.d
|
||||||
-include techlibs/*/*.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
|
.PHONY: config-clean config-clang config-gcc config-gcc-static config-gcc-4.8 config-afl-gcc config-gprof config-sudo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue