Gitignore and doxygen main page modifications.

- Added .o files to .gitignore.
- Renamed parser utility in doxygen main page (knot-zoneparser)
This commit is contained in:
Lubos Slovak 2011-02-28 11:17:38 +01:00
parent 2b75791aa5
commit a3f3868d20
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@ missing
src/Makefile.in
ylwrap
autom4te.cache
*.o

View file

@ -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