• 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/package/linux-pam/0001-doc-makefile-am.patch
Brendan HeadingBrendan Heading committed 2bf63505eb723 Aug 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Disable generation of documentation
2
​
3
Generation of documentation is not necessary in Buildroot, disable it completely.
4
​
5
Signed-off-by: Dmitry Golubovsky <golubovsky@gmail.com>
6
Signed-off-by: Brendan Heading <brendanheading@gmail.com>
7
​
8
Upstream-status: inappropriate
9
​
10
diff -urN a/doc/Makefile.am b/doc/Makefile.am
11
--- a/doc/Makefile.am   2012-08-15 06:08:43.000000000 -0500
12
+++ b/doc/Makefile.am   2013-07-17 09:54:53.000000000 -0500
13
@@ -2,8 +2,6 @@
14
 # Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de>
15
 #
16
 
17
-SUBDIRS = man specs sag adg mwg
18
-
19
 CLEANFILES = *~
20
 
21
 dist_html_DATA = index.html
22
@@ -11,11 +9,4 @@
23
 #######################################################
24
 
25
 releasedocs: all
26
-   $(mkinstalldirs) $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs
27
-   cp -av specs/draft-morgan-pam-current.txt \
28
-       $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/
29
-   cp -av $(srcdir)/specs/rfc86.0.txt \
30
-       $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/
31
-   make -C sag releasedocs
32
-   make -C adg releasedocs
33
-   make -C mwg releasedocs
34
+   /bin/true
  • 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.