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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 176-182 Link Here
176
	done
176
	done
177
	@install -d $(MAN_DIR)
177
	@install -d $(MAN_DIR)
178
	@install -m 644 docs/$(TARGET).1 $(MAN_DIR);
178
	@install -m 644 docs/$(TARGET).1 $(MAN_DIR);
179
	@bzip2 -f $(MAN_DIR)$(TARGET).1;
179
	@gzip -f $(MAN_DIR)$(TARGET).1;
180
	
180
	
181
ifeq ($(XGD_INTEGRATION), 1)
181
ifeq ($(XGD_INTEGRATION), 1)
182
		@install -d $(XGD_DESKTOP_DIR)
182
		@install -d $(XGD_DESKTOP_DIR)
Lines 200-206 Link Here
200
	@rm -rf $(DOC_DIR)
200
	@rm -rf $(DOC_DIR)
201
#	@echo -e "\nif you like you can also delete the icon directory:\n\t$(ICON_DIR)\n"
201
#	@echo -e "\nif you like you can also delete the icon directory:\n\t$(ICON_DIR)\n"
202
	@rm -rf $(ICON_DIR)
202
	@rm -rf $(ICON_DIR)
203
	@rm -f $(MAN_DIR)$(TARGET).1.bz2;
203
	@rm -f $(MAN_DIR)$(TARGET).1.gz;
204
204
205
uninstall_plugins:
205
uninstall_plugins:
206
	@echo "uninstalling plugins from '$(PREFIX)'"
206
	@echo "uninstalling plugins from '$(PREFIX)'"

Return to bug 90476