File: makedist.sh

package info (click to toggle)
libnss-docker 0.02-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,676 kB
  • sloc: sh: 4,557; ansic: 320; makefile: 63
file content (8 lines) | stat: -rwxr-xr-x 80 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

./autogen.sh
./configure

( cd man && make nss-docker.8 )

make dist