[LLVMbugs] [Bug 393] NEW: [configure] Include generation/installation of man pages into build

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Jul 2 09:26:44 PDT 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=393

           Summary: [configure] Include generation/installation of man pages
                    into build
           Product: Build scripts
           Version: cvs
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: autoconf
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: brukman+bugs at uiuc.edu


This really involves both the autoconf and Makefile support, as follows:

* autoconf needs to find the availability of pod2html and pod2man for generating
the obvious outputs from pod files.
* Makefiles need to (optionally) recurse into llvm/docs/CommandGuide and run
'make', which populates CommandGuide/man and CommandGuide/html directories.  The
man pages should be installable to $prefix/man/man1 with `make install' from the
top-level build directory.

The HTML files are automatically generated right now for the website.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list