Opened 15 years ago
#169 closed task (FIXED)
update maketarball to build docs
| Reported by: | Will Kahn-Greene | Owned by: | Will Kahn-Greene |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.0.4 |
| Component: | infrastructure | Keywords: | |
| Cc: | Parent Tickets: |
Description
It'd be nice if maketarball built the docs and put them in the right place to automate generating release tarballs.
Something like this:
- add support for a -r flag indicating this is a release tarball
- write the -r code which builds the html and texinfo docs and puts them in the right place in the tarball
Assigning to me and putting in the 0.0.4 target.
Note:
See TracTickets
for help on using tickets.

I've completed this task! maketarball.sh has been re-written to build the docs and put them in the right place if you pass in a -r flag.
Marking as closed.