| Summary: | Add update target to doc/Makefile | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Christian Weisgerber <naddy> | ||||
| Component: | Books & Articles | Assignee: | bill fumerola <billf> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-doc->billf I was the fool who added PORTSSUPFILE, I'll look at this. State Changed From-To: open->closed Committed thanks. |
Both the src and ports trees support a make target "update" which updates the respective tree by CVSup or CVS to the latest version. Configuration is typically provided through /etc/make.conf. The patch below adds this capability to the top level Makefile of the doc tree. The code is cribbed from {src,ports}/Makefile. How-To-Repeat: n/a