Gzip man pages by default

This commit is contained in:
Jordy Dickinson 2018-04-02 21:20:17 -04:00
parent ff1b6c376f
commit 51eefffcbd
No known key found for this signature in database
GPG Key ID: C809BAD019EEB620
3 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.[0-9].gz
*.la
*.lo
*.o

View File

@ -1,7 +1,9 @@
dist_man8_MANS = man8/pam_panic.8
fuckyou_automake_mandir = $(mandir)
nobase_dist_fuckyou_automake_man_DATA = \
de/man8/pam_panic.8 \
es/man8/pam_panic.8 \
fr/man8/pam_panic.8
man8/pam_panic.8.gz \
de/man8/pam_panic.8.gz \
es/man8/pam_panic.8.gz \
fr/man8/pam_panic.8.gz
%.gz: %
gzip -c $< >$@

View File

@ -1,4 +1,7 @@
dist_man1_MANS = man1/pam_panic_pw.1
fuckyou_automake_mandir = $(mandir)
nobase_dist_fuckyou_automake_man_DATA = de/man1/pam_panic_pw.1
nobase_dist_fuckyou_automake_man_DATA = \
man1/pam_panic_pw.1
de/man1/pam_panic_pw.1
%.gz: %
gzip -c $< >$@