diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2011-09-02 20:23:42 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2011-09-02 20:23:42 +0200 |
commit | 49767228f70528afffb6483dd338de7e27c2617f (patch) | |
tree | ab6090c56fb0ef05abccf5921df810b11c1abf6b | |
parent | eaac0cfe77566822de02ab80922e1e128c6acfb9 (diff) |
build: Remove docdir, don't comment it
The revision control is there to show the history, no point in
leaving commented out bits
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e6af3c30..5a157ce7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,6 @@ EXTRA_DIST = git-version-gen if HAVE_DOXYGEN -#docdir=$(datadir)/doc pkgdocdir=$(docdir)/$(PACKAGE)-$(VERSION) doc_htmldir=$(pkgdocdir)/html |