mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 22:07:42 +00:00
Full doxygen implementation courtesy of discomfitor <mike@zentific.com>
This commit is contained in:
parent
a62e78186e
commit
754ed90e8e
4 changed files with 678 additions and 25 deletions
|
|
@ -105,3 +105,12 @@ uninstall-local:
|
|||
rm -f $(bindir)/lrunzip
|
||||
rm -f $(bindir)/lrzcat
|
||||
rm -f $(bindir)/lrzuntar
|
||||
|
||||
.PHONY: doc
|
||||
|
||||
# Documentation
|
||||
|
||||
doc: all
|
||||
@echo "entering doc/"
|
||||
$(MAKE) -C doc doc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue