Move to xz dist tarballs

For consistency with the already xz'ed node tarball.

Rename the oddly named `dist-gzip` target to the standard `dist`.
This commit is contained in:
Martin Pitt 2021-09-09 14:17:55 +02:00 committed by Katerina Koukiou
parent 26be6c8540
commit 4ca75f143c
5 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ make
`make install` compiles and installs the package in `/usr/share/cockpit/`. The
convenience targets `srpm` and `rpm` build the source and binary rpms,
respectively. Both of these make use of the `dist-gzip` target, which is used
respectively. Both of these make use of the `dist` target, which is used
to generate the distribution tarball. In `production` mode, source files are
automatically minified and compressed. Set `NODE_ENV=production` if you want to
duplicate this behavior.