From a3f3868d20384d9e2e3ad2d552deed3a1eeebfa0 Mon Sep 17 00:00:00 2001 From: Lubos Slovak Date: Mon, 28 Feb 2011 11:17:38 +0100 Subject: [PATCH] Gitignore and doxygen main page modifications. - Added .o files to .gitignore. - Renamed parser utility in doxygen main page (knot-zoneparser) --- .gitignore | 1 + Doxy.page.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ff1101e71..af5b4d781 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ missing src/Makefile.in ylwrap autom4te.cache +*.o diff --git a/Doxy.page.h b/Doxy.page.h index bf2bc30b9..9daa95e03 100644 --- a/Doxy.page.h +++ b/Doxy.page.h @@ -35,8 +35,8 @@ $ make 1. Compile zones \code -$ bin/zoneparser -o example.com.db example.com. samples/example.com.zone -$ bin/zoneparser -o other-zone.db other-zone.com. other-zone.com.zone +$ bin/knot-zoneparser -o example.com.db example.com. samples/example.com.zone +$ bin/knot-zoneparser -o other-zone.db other-zone.com. other-zone.com.zone \endcode 2. Run the server with the compiled zones (use -d to run as a daemon) @@ -48,7 +48,7 @@ $ bin/knot example.com.db other-zone.db - This approach currently supports only one zone file. - Compiled zone is stored in user's home directory. -1. Add path to knot and zoneparser executables to PATH +1. Add path to knot and knot-zoneparser executables to PATH 2. Compile zone \code