diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 2 | ||||
-rw-r--r-- | doc/Makefile.am | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index cea27ce..08f22b8 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1399,7 +1399,7 @@ RTF_EXTENSIONS_FILE = # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages -GENERATE_MAN = YES +GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be diff --git a/doc/Makefile.am b/doc/Makefile.am index 5d07f73..11117f8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -34,10 +34,6 @@ install-data-local: $(INSTALL) -d $(DESTDIR)$(docdir); \ cp -a api/html $(DESTDIR)$(docdir); \ fi - if [ -d api/man ]; then \ - $(INSTALL) -d $(DESTDIR)$(mandir)/man3; \ - $(INSTALL) api/man/man3/* $(DESTDIR)$(mandir)/man3; \ - fi endif clean-local: |