# Path
DIR = $(notdir $(PWD))
OUTPUT = ../HTML
ifeq "$(DIR)" "lcd4linux"
DIR =
endif
ifeq "$(DIR)" ""
XSLTPROC = xsltproc
else
XSLTPROC = xsltproc --stringparam class $(DIR) --stringparam root "../"
endif
XMLVALID = xmllint --noout --valid
NAMES=$(shell find . -name "*.xml" -exec basename {} .xml \;)
html: $(patsubst %.xml,%.html,$(wildcard *.xml))
html-forced: $(patsubst %.xml,%.html-forced,$(wildcard *.xml))
%.html: %.xml %.xml-check output
$(XSLTPROC) $< > $(OUTPUT)/$(DIR)/$@
%.html-forced: %.xml output
$(XSLTPROC) $< > $(OUTPUT)/$(DIR)/$(patsubst %.xml,%.html,$<)
check: $(patsubst %.xml, %.xml-check, $(wildcard *.xml))
%.xml-check: %.xml
@echo "*** Validation of $<"
$(XMLVALID) $<
output:
test -d $(OUTPUT) || `mkdir $(OUTPUT); cp ../data/doc.css $(OUTPUT); cp -R ../data/images $(OUTPUT)`
test -d $(OUTPUT)/$(DIR) || mkdir $(OUTPUT)/$(DIR)
clean:
rm -f $(OUTPUT)/$(DIR)/*.html
clean-bak:
rm -f *~ *.bak
help:
@echo -e ""
@echo -e "Usage :"
@echo -e "-------"
@echo -e "make or make html : builds all possible html pages from xml files"
@echo -e "make %.html : builds the %.html page from %.xml"
@echo -e ""
@echo -e "make html-forced : builds all possible html pages from xml files (no validity check)"
@echo -e "make %.html-forced : builds the %.html page from %.xml (no validity check)"
@echo -e ""
@echo -e "make check : checks the validity of all possible xml files"
@echo -e "make %.xml-check : checks the validity of %.xml"
@echo -e ""
@echo -e "make clean : deletes all generated html pages"
@echo -e "make clean-bak : deletes *~ and *.bak files"
@echo -e ""
it/diff/dvb-s/BrasilSat-B4-70.0W?id=c57839aad2260306e6adecc0058fb683a8b34bc4&follow=1'>diffstats
|
| Age | Commit message (Collapse) | Author | Files | Lines |
|
ASO frequency changes; effective 24th Oct 2012.
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
|
|
|
|
Could you please include the following channel in your scan file for
au-Darwin?
T 564625000 7Mhz 3/4 QAM64 8k 1/16 None
Cheers,
Ben
|
|
Could you also remove the list below because it's useless:
http://linuxtv.org/hg/dvb-apps/file/5e68946b0e0d/util/scan/dvb-c/ch-unknown
Thank you very much
Patrick Pfyffer
|
|
Dear linux-dvb Members
I would like to kindly ask you to add the two attached new scan list to your repository.
http://linuxtv.org/hg/dvb-apps/file/5e68946b0e0d/util/scan/dvb-c
The files will add new entries for two cable networks in Switzerland:
- GGA Pratteln
- interGGA
They are both fully non-encrypted free-to-air networks but also contain some pay-tv transponders.
|