Makefile
changeset 148 b0142666eeba
parent 146 6be7851b9650
child 150 28cd06b06bb8
equal deleted inserted replaced
147:8e5b2654c5dd 148:b0142666eeba
   255 
   255 
   256 ################################################################
   256 ################################################################
   257 # Install/uninstall targets.
   257 # Install/uninstall targets.
   258 
   258 
   259 .PHONY: install
   259 .PHONY: install
   260 install: dist
   260 install: $(DICTDZ_FILES) $(INDEX_FILES)
   261 	mkdir -p $(datadir)
   261 	mkdir -p $(datadir)
   262 	for f in $(DICTDZ_FILES) $(INDEX_FILES); do \
   262 	for f in $(DICTDZ_FILES) $(INDEX_FILES); do \
   263 		$(INSTALL_DATA) $$f $(datadir); \
   263 		$(INSTALL_DATA) $$f $(datadir); \
   264 	done
   264 	done
   265 
   265