Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 558610 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile.in (-17 lines)
Lines 161-183 endif Link Here
161
	mkdir -m 755 -p $(tex_ddir)
161
	mkdir -m 755 -p $(tex_ddir)
162
	$(INSTALL_DATA) tex/* $(tex_ddir)
162
	$(INSTALL_DATA) tex/* $(tex_ddir)
163
163
164
#    -- Build and install documentation
165
	@echo "Installing documentation in $(doc_ddir) ..."
166
	(cd doc; \
167
		PATH=${PATH}:$(bin_ddir) \
168
		PREFIX=$(DESTDIR)$(prefix) \
169
		AUXBINDIR=$(auxbin_ddir) \
170
	 	PKGPERL5LIB=$(perl5lib_ddir) \
171
	 	PKGDATADIR=$(pkgdata_ddir) \
172
		bash Makedoc.sh)
173
174
	mkdir -m 755 -p $(doc_ddir)
175
	# cp -r doc/* $(doc_ddir)
176
	( cd doc && tar --exclude='CVS' -cpf - . ) | ( cd $(doc_ddir) && tar -xpf - )
177
	rm -f $(doc_ddir)/Makedoc.sh
178
	find $(doc_ddir) -type d -print | xargs chmod 755
179
	find $(doc_ddir) -type f -print | xargs chmod 644
180
181
# what dirs do the targets clean and distclean need?
164
# what dirs do the targets clean and distclean need?
182
DDIRS=
165
DDIRS=
183
MDIRS=
166
MDIRS=

Return to bug 558610