mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Various changes to release checklist
This commit is contained in:
parent
a779a09771
commit
68979d1395
2 changed files with 48 additions and 65 deletions
3
Makefile
3
Makefile
|
@ -341,6 +341,9 @@ uninstall:
|
|||
$(INSTALL_SUDO) rm -vf $(addprefix $(DESTDIR)/bin/,$(notdir $(TARGETS)))
|
||||
$(INSTALL_SUDO) rm -rvf $(DESTDIR)/share/yosys/
|
||||
|
||||
update-manual: $(TARGETS) $(EXTRA_TARGETS)
|
||||
cd manual && ../yosys -p 'help -write-tex-command-reference-manual'
|
||||
|
||||
manual: $(TARGETS) $(EXTRA_TARGETS)
|
||||
cd manual && bash appnotes.sh
|
||||
cd manual && bash presentation.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue