/[webwml]/newmaint/Makefile
ViewVC logotype

Diff of /newmaint/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by weasel, Sat Nov 17 22:45:37 2001 UTC revision 1.12 by barbier, Sun Nov 25 08:15:50 2001 UTC
# Line 15  DEBTEMPLATEDIR := ${HOME}/web-source/web Line 15  DEBTEMPLATEDIR := ${HOME}/web-source/web
15  else  else
16  DEBTEMPLATEDIR := ../webwml/english/template  DEBTEMPLATEDIR := ../webwml/english/template
17  endif  endif
18  DEBTEMPLATES=$(wildcard $(DEBTEMPLATEDIR)/debian/*.wml) $(DEBTEMPLATEDIR)/debian/countries.def $(wildcard template/*.wml)  DEBTEMPLATES=$(wildcard $(DEBTEMPLATEDIR)/debian/*.wml) $(DEBTEMPLATEDIR)/debian/countries.def $(DEBTEMPLATEDIR)/debian/language_names.def $(wildcard template/*.wml)
19  #WML_DEFS= -DINTRO="http://www.debian.org/intro" -DDISTRIB="http://www.debian.org/distrib" -DHOME="http://www.debian.org" -DPICS="http://www.debian.org/Pics" -DCUR_ISO_LANG="en" -I $(DEBTEMPLATEDIR) -I template -DSEARCH="http://search.debian.org/"  #WML_DEFS= -DINTRO="http://www.debian.org/intro" -DDISTRIB="http://www.debian.org/distrib" -DHOME="http://www.debian.org" -DPICS="http://www.debian.org/Pics" -DCUR_ISO_LANG="en" -I $(DEBTEMPLATEDIR) -I template -DSEARCH="http://search.debian.org/"
20  TARGETDIR=../../web  TARGETDIR=../../web
21    
# Line 44  clean: Line 44  clean:
44  $(DEBTEMPLATEDIR)/debian/countries.def: $(DEBTEMPLATEDIR)/debian/countries.wml  $(DEBTEMPLATEDIR)/debian/countries.def: $(DEBTEMPLATEDIR)/debian/countries.wml
45          cd $(DEBTEMPLATEDIR)/debian && sed -e /^#/d countries.wml | eperl -B '<:' -E ':>' - >/dev/null          cd $(DEBTEMPLATEDIR)/debian && sed -e /^#/d countries.wml | eperl -B '<:' -E ':>' - >/dev/null
46    
47    $(DEBTEMPLATEDIR)/debian/language_names.def: $(DEBTEMPLATEDIR)/debian/language_names.wml
48            cd $(DEBTEMPLATEDIR)/debian && sed -e '/^#/d' -e '/^<perl>/,/^<\/perl>/!d' language_names.wml  | eperl -B '<perl>' -E '</perl>' - >/dev/null
49    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.5