Project

General

Profile

Actions

Bug #4139

closed

"make pdf" target exists, but does nothing

Added by osmith over 4 years ago. Updated about 3 years ago.

Status:
Rejected
Priority:
Low
Assignee:
Target version:
-
Start date:
08/02/2019
Due date:
% Done:

0%

Spec Reference:

Description

There is a default "pdf" target, so tab-completion will suggest it and of course people expect it to build the pdf manuals. But currently it just does nothing. We could override it for all projects with this in the topdir Makefile.am:

pdf:
if BUILD_MANUALS
    $(MAKE) -C doc/manuals
else
    $(info ---)
    $(info ERROR: manuals disabled, try './configure --enable-manuals'.)
    $(info ---)
    @exit 1
endif

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)