• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/docs/manual/manual.mk
Yann E. MORINYann E. MORIN committed f1856bd0f5222 Oct 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# The Buildroot manual
4
#
5
################################################################################
6
​
7
MANUAL_SOURCES = $(sort $(wildcard docs/manual/*.txt) $(wildcard docs/images/*))
8
MANUAL_RESOURCES = $(TOPDIR)/docs/images
9
​
10
# Our manual needs to generate lists
11
define MANUAL_GEN_LISTS
12
    $(Q)$(call MESSAGE,"Updating the manual lists...")
13
    $(Q)$(COMMON_CONFIG_ENV) \
14
        BR2_DEFCONFIG="" \
15
        TOPDIR=$(TOPDIR) \
16
        O=$(@D) \
17
        python -B $(TOPDIR)/support/scripts/gen-manual-lists.py
18
endef
19
MANUAL_POST_RSYNC_HOOKS += MANUAL_GEN_LISTS
20
​
21
# Our list-generating script requires argparse
22
define MANUAL_CHECK_LISTS_DEPS
23
    $(Q)if ! python -c "import argparse" >/dev/null 2>&1 ; then \
24
        echo "You need python with argparse on your host to generate" \
25
            "the list of packages in the manual"; \
26
        exit 1; \
27
    fi
28
endef
29
MANUAL_CHECK_DEPENDENCIES_HOOKS += MANUAL_CHECK_LISTS_DEPS
30
​
31
$(eval $(call asciidoc-document))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.