Changeset - r23:929a09a486f8
[Not reviewed]
v0.6 default
0 1 0
Wolfgang Scherer (ws) - 13 years ago 2012-03-31 14:41:15
wolfgang.scherer@gmx.de
doc/Makefile: install images also.
1 file changed with 12 insertions and 0 deletions:
0 comments (0 inline, 0 general)
doc/Makefile
Show inline comments
 
@@ -8,6 +8,7 @@ base_dir=$(shell pwd)
 
INPUTS =
 
TXTS = 
 
HTML_TXTS = 
 
JPGS = 
 
EXTRA_DIST =
 
CLEANFILES =
 

	
 
@@ -17,6 +18,11 @@ HTML_TXTS += index.txt
 
HTML_TXTS += README-GFDL.txt
 
HTML_TXTS += README-COPYING.txt
 

	
 
JPGS += ws-vacation.jpg
 
JPGS += ws-vacation-t.jpg
 
JPGS += ws-vacation-user.jpg
 
JPGS += ws-vacation-user-t.jpg
 

	
 
# use cp for Windows
 
LN_S = cp
 
LN_S = ln -s
 
@@ -33,6 +39,7 @@ DISTFILES += Makefile
 
DISTFILES += $(TXTS)
 
DISTFILES += $(TXT_PDFS)
 
DISTFILES += $(TXT_HTMLS)
 
DISTFILES += $(JPEGS)
 
DISTFILES += $(EXTRA_DIST)
 

	
 
%: %.in
 
@@ -76,6 +83,11 @@ install: all
 
	    echo "cp $$file $(install_dir)/";		\
 
	    cp $$file $(install_dir)/;			\
 
	done;						\
 
	list='$(JPGS)'; test -z "$$list" ||		\
 
	for file in $$list; do				\
 
	    echo "cp $$file $(install_dir)/";		\
 
	    cp $$file $(install_dir)/;			\
 
	done;						\
 
	)						\
 
	)
 

	
0 comments (0 inline, 0 general)