aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e380e6..ac2048b 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ clean:
$(RM) dbfp_check
$(RM) dbfp.o dbfp_check.o
-doc: man/dbfp_close.3 man/dbfp_init.3
+doc: man/dbfp_close.3 man/dbfp_init.3 man/dbfp_location_close.3 man/dbfp_query_location.3
memcheck: libdbfp.so dbfp_check
LD_LIBRARY_PATH=. CK_FORK=no valgrind --tool=memcheck ./dbfp_check
@@ -39,6 +39,12 @@ man/dbfp_close.3: man/dbfp_close.pod
man/dbfp_init.3: man/dbfp_init.pod
pod2man -c "DB timetable API" -n "DBFP_INIT" -r $(VERSION) -s 3 $^ > $@
+man/dbfp_location_close.3: man/dbfp_location_close.pod
+ pod2man -c "DB timetable API" -n "DBFP_LOCATION_CLOSE" -r $(VERSION) -s 3 $^ > $@
+
+man/dbfp_query_location.3: man/dbfp_query_location.pod
+ pod2man -c "DB timetable API" -n "DBFP_QUERY_LOCATION" -r $(VERSION) -s 3 $^ > $@
+
libdbfp.so: LDFLAGS += -shared
libdbfp.so: LDLIBS += $(CURL_LDLIBS)
libdbfp.so: LDLIBS += $(EXPAT_LDLIBS)