diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2022-04-09 10:38:45 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2022-04-10 12:34:21 -0700 |
| commit | 365183ee6166fd22bbcc784dca28478764ec088a (patch) | |
| tree | f51311dd4ffd984ccd0f6de63e330a17dc2e13aa /README | |
| parent | aa90a71fb59720d2b89f6c72c9665a074110b52d (diff) | |
* README: build/[PKGNAME] can be used to test docs extraction
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -209,8 +209,11 @@ Else, it generates the auxiliary files like =[PKGNAME]-pkg.el= and Build that tarball from the commit currently in =packages/[PKGNAME]= ** =build/[PKGNAME]= -Build the ELPA tarball(s) for PKGNAME. The result is placed in -the =archive= and =archive-devel= subdirectories. +Build the ELPA tarball(s) and other files like PKGNAME.html and +PKGNAME.svg for PKGNAME. The result is placed in the =archive= and +=archive-devel= subdirectories. + +This can be used to test commentary and changelog extraction. ** =build-all= Same as before but does it for all the packages listed in the |
