mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Remove PDF manual
More spring cleaning.
This commit is contained in:
parent
7186539711
commit
58e423ce32
2 changed files with 1 additions and 28 deletions
|
@ -76,17 +76,3 @@ all: $(d)/manual.html
|
|||
clean-files += $(d)/manual.html
|
||||
|
||||
dist-files += $(d)/manual.html
|
||||
|
||||
|
||||
# Generate the PDF manual.
|
||||
$(d)/manual.pdf: $(d)/manual.xml $(MANUAL_SRCS) $(d)/manual.is-valid
|
||||
$(trace-gen) if test "$(dblatex)" != ""; then \
|
||||
cd doc/manual && $(XSLTPROC) --xinclude --stringparam profile.condition manual \
|
||||
$(docbookxsl)/profiling/profile.xsl manual.xml | \
|
||||
$(dblatex) -o $(notdir $@) $(dblatex_opts) -; \
|
||||
else \
|
||||
echo "Please install dblatex and rerun configure."; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
clean-files += $(d)/manual.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue