diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 06:38:55 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-08 06:38:55 -0800 |
commit | 3a5d1b7f8b9d726f4ea8abe4e05b8bbf9c1b8353 (patch) | |
tree | deca917d91ddefe775f1013a1889307eb3634c32 | |
parent | c0698bfab1b7868ac601441cee30f4d30eed8c90 (diff) | |
download | doxygen-3a5d1b7f8b9d726f4ea8abe4e05b8bbf9c1b8353.tar.gz doxygen-3a5d1b7f8b9d726f4ea8abe4e05b8bbf9c1b8353.tar.bz2 doxygen-3a5d1b7f8b9d726f4ea8abe4e05b8bbf9c1b8353.zip |
doxygen-1.5.9-man
-rw-r--r-- | Makefile.in | 2 | ||||
-rwxr-xr-x | configure | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 67a2ba0..67b7909 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,8 +44,6 @@ distclean: clean DATE=$(shell date "+%B %Y") -MAN1DIR = man/man1 - install: doxywizard_install $(INSTTOOL) -d $(DESTDIR)/$(INSTALL)/bin $(INSTTOOL) -m 755 bin/doxygen $(DESTDIR)/$(INSTALL)/bin @@ -491,6 +491,7 @@ INSTTOOL = $f_insttool DOXYDOCS = .. DOCDIR = $f_docdir QTDIR = $QTDIR +MAN1DIR = share/man/man1 EOF if test "$f_dot" != NO; then |