| Submitter | Samuel Martin |
|---|---|
| Date | March 5, 2013, 9:35 p.m. |
| Message ID | <e7929ec170e7b97af398284a0fe1c95b3de157cc.1362518799.git.s.martin49@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/225178/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile index 1300725..bcd896c 100644 --- a/Makefile +++ b/Makefile @@ -815,6 +815,8 @@ release: OUT=buildroot-$(BR2_VERSION) # Create release tarballs. We need to fiddle a bit to add the generated # documentation to the git output release: + $(warning Make sure the manual is up-to-date. To update the manual, run:) + $(warning $$ make manual-update-lists) git archive --format=tar --prefix=$(OUT)/ master > $(OUT).tar $(MAKE) O=$(OUT) manual-html manual-txt manual-pdf tar rf $(OUT).tar $(OUT)
The manual-update-lists target is not added to the dependencies of the release target to allow editing the generated files. Signed-off-by: Samuel Martin <s.martin49@gmail.com> --- Makefile | 2 ++ 1 file changed, 2 insertions(+)