Diff
Differences From Artifact [014fb4ee72]:
- File Makefile — part of check-in [f42cec687d] at 2015-05-06 00:22:08 on branch trunk — Enable glrp.csv download from repo. (user: mario, size: 2845) [annotate] [blame] [check-ins using]
To Artifact [5237489135]:
- File Makefile — part of check-in [2335ea7a46] at 2015-05-13 00:00:39 on branch trunk — Move mime_fmt() into regular function. Fix live365 ahttp feedback= bug. Regroup functions and update a few comments in channels/__init__ (user: mario, size: 2842) [annotate] [blame] [check-ins using]
80 81 82 83 84 85 86 | $(INST) *.desktop -t /usr/share/applications/ $(INST) icon.png /usr/share/pixmaps/streamtuner2.png $(INST) help/str*2.1 -t /usr/share/man/man1/ # start locally st2: run run: | | | 80 81 82 83 84 85 86 87 88 | $(INST) *.desktop -t /usr/share/applications/ $(INST) icon.png /usr/share/pixmaps/streamtuner2.png $(INST) help/str*2.1 -t /usr/share/man/man1/ # start locally st2: run run: python -B ./st2.py -D |