mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
Closes: https://bugs.gentoo.org/734262 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
24 lines
664 B
Diff
24 lines
664 B
Diff
--- a/input-pad/Makefile.am
|
|
+++ b/input-pad/Makefile.am
|
|
@@ -226,19 +226,15 @@
|
|
endif
|
|
|
|
man_one_in_files = input-pad.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_in_files:.1.in=.1)
|
|
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 $@
|
|
|
|
CLEANFILES += \
|
|
$(BUILT_SOURCES) \
|
|
- $(man_one_files) \
|
|
$(man_one_DATA) \
|
|
$(NULL)
|
|
|