Statistics
| Branch: | Tag: | Revision:

root / devel / Makefile.am @ 94f3875d

History | View | Annotate | Download (145 Bytes)

1
EXTRA_DIST = upload.in
2
CLEANFILES = upload
3

    
4
all-local: upload
5
upload: upload.in
6
	sed \
7
	  -e 's#@PREFIX@#$(prefix)#g' \
8
	< $< > $@
9
	chmod u+x $@