1 |
POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \ |
POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \ |
2 |
|
--htmlroot "../.." |
3 |
|
POD2HTML2 = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \ |
4 |
--htmlroot "../../.." |
--htmlroot "../../.." |
5 |
|
|
6 |
MANAKAI_ROOT_DIR = ../../../ |
MANAKAI_ROOT_DIR = ../../../ |
20 |
PERL_CHK = $(PERLC) $(PERLC_OPTIONS_ALL) |
PERL_CHK = $(PERLC) $(PERLC_OPTIONS_ALL) |
21 |
TOUCH = touch |
TOUCH = touch |
22 |
|
|
23 |
HTM_FILES = Error.html \ |
HTML_FILES = Error.html \ |
24 |
Formatter/Base.html Formatter/Boolean.html Formatter/Text.html \ |
Formatter/Base.html Formatter/Boolean.html Formatter/Text.html \ |
25 |
HostPermit.html QName/Filter.html |
HostPermit.html QName/Filter.html |
26 |
|
|
34 |
%.html: %.pm |
%.html: %.pm |
35 |
$(POD2HTML) $< > $@ |
$(POD2HTML) $< > $@ |
36 |
|
|
37 |
|
Formatter/%.html: %.pm |
38 |
|
$(POD2HTML2) $< > $@ |
39 |
|
|
40 |
clean: |
clean: |
41 |
$(RMALL) $(GENERATED_FILES) |
$(RMALL) $(GENERATED_FILES) |
42 |
$(RMALL) *.tmp .*.tmp *~ .*~ |
$(RMALL) *.tmp .*.tmp *~ .*~ |