You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/ibus-fbterm/files/ibus-fbterm-man.patch

19 lines
452 B

--- a/Makefile.am
+++ b/Makefile.am
@@ -4,14 +4,12 @@
man_one_in_files = ibus-fbterm.1.in
man_one_files = $(man_one_in_files:.1.in=.1)
-man_one_DATA =$(man_one_files:.1=.1.gz)
+man_one_DATA =$(man_one_files)
man_onedir = $(mandir)/man1
%.1: %.1.in
$(AM_V_GEN) sed \
-e 's|@VERSION[@]|$(VERSION)|g' $< > $@.tmp && \
mv $@.tmp $@
-%.1.gz: %.1
- $(AM_V_GEN) gzip -c $< > $@.tmp && mv $@.tmp $@
dist-hook:
if test -d .git ; then \