summaryrefslogtreecommitdiff
path: root/wmxkb/wmxkb-makefile.diff
blob: 60c8b215fab793e05a217526acfee55dd2f25e75 (plain)
    1 diff -Nru wmxkb-1.2.2-orig/Makefile.in wmxkb-1.2.2/Makefile.in
    2 --- wmxkb-1.2.2-orig/Makefile.in	2007-04-09 00:07:09.000000000 +0300
    3 +++ wmxkb-1.2.2/Makefile.in	2007-04-09 00:10:23.000000000 +0300
    4 @@ -56,16 +56,12 @@
    5  	$(INSTALL) -d  ${BINDIR}
    6  	$(INSTALL) -s  ${APPNAME}  ${BINDIR}
    7  ifneq ("$(WITH_RPM)", "yes")
    8 -	$(INSTALL) -d  ${DOCDIR}
    9 -	$(INSTALL)  README *.html  ${DOCDIR}
   10  	$(INSTALL) -d  ${IMAGEDIR_DEFAULT}
   11  	$(INSTALL)  pixmaps/*.xpm  ${IMAGEDIR_DEFAULT}
   12  	@echo $(SEP)
   13  	@echo "Installation of ${APPNAME} ${VERSION}  completed."
   14  	@echo "The binary is installed in '${BINDIR}' directory."
   15 -	@echo "The documents are installed in '${DOCDIR}' directory."
   16  	@echo "The images are installed in '${IMAGEDIR_DEFAULT}' directory."
   17 -	@echo "See '$(DOCDIR)/manual.html' for config. parameters."
   18  	@echo "Enjoy!"
   19  	@echo $(SEP)
   20  endif	

Generated by cgit