mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
manual: add 'manual-7zip' build target for 7zipped HTML manual.
7zip produces files nearly *half* the size of a zipped one. Change-Id: Ic8bc4129dd4106a32060c98049061ea3848ebddc
This commit is contained in:
parent
c33aafcd5c
commit
8d5fd1b20b
3 changed files with 13 additions and 1 deletions
|
|
@ -78,6 +78,9 @@ manual-txt-zip: manual-txt
|
|||
manual-zip: manual-html
|
||||
$(SILENT)$(MAKE) -C $(OBJDIR) htmlzip
|
||||
|
||||
manual-7zip: manual-html
|
||||
$(SILENT)$(MAKE) -C $(OBJDIR) html7zip
|
||||
|
||||
clean: objdir-check
|
||||
$(SILENT)rm -rf $(OBJDIR)/manual $(OBJDIR)/*.pdf
|
||||
$(SILENT)rm -rf $(OBJDIR)/html $(OBJDIR)/txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue