Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 226087
Collapse All | Expand All

(-)texlive-core/texk/make/man.mk (-1 / +1 lines)
Lines 28-34 txt: $(manfiles:.1=.txt) Link Here
28
# Makefile can change for reasons that do not affect the man pages.
28
# Makefile can change for reasons that do not affect the man pages.
29
# At present, all but VERSION should be unused.
29
# At present, all but VERSION should be unused.
30
sedscript:
30
sedscript:
31
	cp /dev/null sedscript
31
	echo > sedscript
32
	for f in $(kpathsea_dir)/paths.h; do \
32
	for f in $(kpathsea_dir)/paths.h; do \
33
	  sed -n -e '/^#define/s/#define[ 	][ 	]*\([A-Z_a-z][A-Z_a-z]*\)[ 	][ 	]*\(.*\)/s%@\1@%\2%/p' \
33
	  sed -n -e '/^#define/s/#define[ 	][ 	]*\([A-Z_a-z][A-Z_a-z]*\)[ 	][ 	]*\(.*\)/s%@\1@%\2%/p' \
34
		$$f \
34
		$$f \

Return to bug 226087