30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.3 2007/10/20 15:50:26 ckuethe Exp $
|
|
--- Makefile.in.orig Mon Jul 23 15:30:00 2007
|
|
+++ Makefile.in Sat Oct 20 09:44:54 2007
|
|
@@ -86,7 +86,7 @@ LIBOBJS = queue.o route.o waypt.o filter_vecs.o util.o
|
|
uuid.o formspec.o xmltag.o cet.o cet_util.o fatal.o rgbcolors.o \
|
|
xhtmlent.o inifile.o garmin_fs.o gbsleep.o units.o @GBSER@ gbser.o \
|
|
gbfile.o \
|
|
- $(PALM_DB) $(GARMIN) $(JEEPS) $(SHAPE) @ZLIB@ $(FMTS) $(FILTERS)
|
|
+ $(PALM_DB) $(GARMIN) $(JEEPS) @SHAPE@ @ZLIB@ $(FMTS) $(FILTERS)
|
|
OBJS = main.o globals.o $(LIBOBJS) @FILEINFO@
|
|
|
|
.c.o:
|
|
@@ -177,7 +177,6 @@ dep:
|
|
$(WEB)/htmldoc-$(DOCVERSION)/readme.html: FORCE
|
|
mkdir -p $(WEB)/htmldoc-$(DOCVERSION)
|
|
perl xmldoc/makedoc
|
|
- xmlwf xmldoc/readme.xml #check for well-formedness
|
|
xmllint --noout --valid xmldoc/readme.xml #validate
|
|
xsltproc \
|
|
--stringparam base.dir "$(WEB)/htmldoc-$(DOCVERSION)/" \
|
|
@@ -224,7 +223,7 @@ gpsbabel.html: FORCE
|
|
readme.txt: gpsbabel.html
|
|
lynx -nolist -dump gpsbabel.html > $@
|
|
|
|
-doc: gpsbabel $(WEB)/htmldoc-$(DOCVERSION)/readme.html gpsbabel.pdf # readme.txt
|
|
+doc: gpsbabel $(WEB)/htmldoc-$(DOCVERSION)/readme.html # readme.txt
|
|
|
|
FORCE:
|
|
|