From: parkrrrr Date: Wed, 17 May 2006 20:30:24 +0000 (+0000) Subject: Complete the move to ./xmldoc X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~2806 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1ecf823b63bc74c2d254860c91d10d0852fb6c75;p=gpsbabel.git Complete the move to ./xmldoc --- diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 75b4fbc61..948391ff8 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -125,14 +125,14 @@ dep: (echo -n "internal_styles.c: mkstyle.sh " ; echo style/*.style ; /bin/echo -e '\t./mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1)' ) >> /tmp/dep echo Edit Makefile.in and bring in /tmp/dep -$(WEB)/htmldoc-$(DOCVERSION)/readme.html: readme.xml babelmain.xsl - xmlwf $< #check for well-formedness - xmllint --noout --valid $< #validate +$(WEB)/htmldoc-$(DOCVERSION)/readme.html: FORCE + xmlwf xmldoc/readme.xml #check for well-formedness + xmllint --noout --valid xmldoc/readme.xml #validate xsltproc \ --stringparam base.dir "$(WEB)/htmldoc-$(DOCVERSION)/" \ --stringparam root.filename "readme" \ - babelmain.xsl \ - $< + xmldoc/babelmain.xsl \ + xmldoc/readme.xml tools/mkcapabilities readme.txt: readme.html @@ -140,6 +140,8 @@ readme.txt: readme.html doc: $(WEB)/htmldoc-$(DOCVERSION)/readme.html # readme.txt +FORCE: + release: cvs commit ./chkdoc