gpsfold: Remove $Id$ at EOF.
[gpstools.git] / branches / gpst.near / doc / Makefile
blob6fa58f634f0f57566af5e03e80831bf74818083f
1 #!/usr/bin/make
3 #=======================================================================
4 # $Id$
5 #=======================================================================
7 dbfile=gpst.xml
8 htmlfile=gpst.html
10 $(htmlfile): $(dbfile)
11 xsltproc --output $(htmlfile) ~/xsl/xhtml/docbook.xsl $(dbfile)