diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-05-19 15:49:24 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-06-09 15:08:05 +0200 |
commit | ac62eb38b0bca7a45835903eb421c19f4f78aca3 (patch) | |
tree | c30989692395bdffa39f5f97cf4b718b83ec5cb3 /.gitignore | |
parent | 4630a6ecd8f0cc21348f432b966e2bcb15f6859d (diff) |
build the en manpages in subdirectory doc/en
Building manpages becames more consistent this way and
it is simpler to ignore build artefacts, too.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e66f9df3b..3e07e241b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ /doc/*/ !/doc/examples/ !/doc/po/ +!/doc/en/makefile # package building artifacts /debian/*.log |