* [PATCH 1/2] treewide: drop Doxygen stuff
@ 2014-07-26 17:17 Antony Pavlov
2014-07-26 17:17 ` [PATCH 2/2] Makefile: clean barebox.zynq Antony Pavlov
2014-07-28 5:59 ` [PATCH 1/2] treewide: drop Doxygen stuff Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Antony Pavlov @ 2014-07-26 17:17 UTC (permalink / raw)
To: barebox
Doxygen documentation is removed in the commit
commit 98360be0fefd58bf27df03c47d887dd676a31d73
Author: Sascha Hauer <s.hauer@pengutronix.de>
Date: Tue Jun 17 10:27:03 2014 +0200
Documentation: remove doxygen documentation
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
.gitignore | 1 -
Makefile | 6 +-----
README | 2 +-
3 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/.gitignore b/.gitignore
index 19534c9..ddeb7b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,7 +67,6 @@ include/linux/compile.h
include/generated
# Generated files
-Doxyfile.version
Documentation/commands/*.rst
doctrees/
diff --git a/Makefile b/Makefile
index 69320d8..0fde711 100644
--- a/Makefile
+++ b/Makefile
@@ -774,10 +774,6 @@ include/config/kernel.release: include/config/auto.conf FORCE
$(Q)rm -f $@
$(Q)echo $(KERNELVERSION)$(localversion) > $@
-Doxyfile.version: include/config/auto.conf FORCE
- $(Q)rm -f $@
- $(Q)echo "PROJECT_NUMBER = $(KERNELRELEASE)" > $@
-
# Things we need to do before we recursively start building the kernel
# or the modules are listed in "prepare".
# A multi level approach is used. prepareN is processed before prepareN-1.
@@ -996,7 +992,7 @@ CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
.tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
.tmp_kallsyms* common/barebox_default_env* barebox.ldr \
scripts/bareboxenv-target barebox-flash-image \
- Doxyfile.version barebox.srec barebox.s5p barebox.ubl \
+ barebox.srec barebox.s5p barebox.ubl \
barebox.uimage barebox.spi barebox.kwb barebox.kwbuart \
barebox.efi
diff --git a/README b/README
index cec9ccb..3862f60 100644
--- a/README
+++ b/README
@@ -179,7 +179,7 @@ net/ -> Networking stuff
scripts/ -> Kconfig system
-Documentation/ -> Doxygen generated documentation
+Documentation/ -> Sphinx generated documentation
Release Strategy
--
2.0.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] Makefile: clean barebox.zynq
2014-07-26 17:17 [PATCH 1/2] treewide: drop Doxygen stuff Antony Pavlov
@ 2014-07-26 17:17 ` Antony Pavlov
2014-07-28 5:59 ` [PATCH 1/2] treewide: drop Doxygen stuff Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Antony Pavlov @ 2014-07-26 17:17 UTC (permalink / raw)
To: barebox; +Cc: Steffen Trumtrar
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 0fde711..3d08818 100644
--- a/Makefile
+++ b/Makefile
@@ -992,7 +992,7 @@ CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
.tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
.tmp_kallsyms* common/barebox_default_env* barebox.ldr \
scripts/bareboxenv-target barebox-flash-image \
- barebox.srec barebox.s5p barebox.ubl \
+ barebox.srec barebox.s5p barebox.ubl barebox.zynq \
barebox.uimage barebox.spi barebox.kwb barebox.kwbuart \
barebox.efi
--
2.0.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] treewide: drop Doxygen stuff
2014-07-26 17:17 [PATCH 1/2] treewide: drop Doxygen stuff Antony Pavlov
2014-07-26 17:17 ` [PATCH 2/2] Makefile: clean barebox.zynq Antony Pavlov
@ 2014-07-28 5:59 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2014-07-28 5:59 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox
On Sat, Jul 26, 2014 at 09:17:10PM +0400, Antony Pavlov wrote:
> Doxygen documentation is removed in the commit
>
> commit 98360be0fefd58bf27df03c47d887dd676a31d73
> Author: Sascha Hauer <s.hauer@pengutronix.de>
> Date: Tue Jun 17 10:27:03 2014 +0200
>
> Documentation: remove doxygen documentation
>
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Applied, thanks
Sascha
> ---
> .gitignore | 1 -
> Makefile | 6 +-----
> README | 2 +-
> 3 files changed, 2 insertions(+), 7 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 19534c9..ddeb7b1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -67,7 +67,6 @@ include/linux/compile.h
> include/generated
>
> # Generated files
> -Doxyfile.version
> Documentation/commands/*.rst
> doctrees/
>
> diff --git a/Makefile b/Makefile
> index 69320d8..0fde711 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -774,10 +774,6 @@ include/config/kernel.release: include/config/auto.conf FORCE
> $(Q)rm -f $@
> $(Q)echo $(KERNELVERSION)$(localversion) > $@
>
> -Doxyfile.version: include/config/auto.conf FORCE
> - $(Q)rm -f $@
> - $(Q)echo "PROJECT_NUMBER = $(KERNELRELEASE)" > $@
> -
> # Things we need to do before we recursively start building the kernel
> # or the modules are listed in "prepare".
> # A multi level approach is used. prepareN is processed before prepareN-1.
> @@ -996,7 +992,7 @@ CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
> .tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
> .tmp_kallsyms* common/barebox_default_env* barebox.ldr \
> scripts/bareboxenv-target barebox-flash-image \
> - Doxyfile.version barebox.srec barebox.s5p barebox.ubl \
> + barebox.srec barebox.s5p barebox.ubl \
> barebox.uimage barebox.spi barebox.kwb barebox.kwbuart \
> barebox.efi
>
> diff --git a/README b/README
> index cec9ccb..3862f60 100644
> --- a/README
> +++ b/README
> @@ -179,7 +179,7 @@ net/ -> Networking stuff
>
> scripts/ -> Kconfig system
>
> -Documentation/ -> Doxygen generated documentation
> +Documentation/ -> Sphinx generated documentation
>
>
> Release Strategy
> --
> 2.0.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-28 5:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-26 17:17 [PATCH 1/2] treewide: drop Doxygen stuff Antony Pavlov
2014-07-26 17:17 ` [PATCH 2/2] Makefile: clean barebox.zynq Antony Pavlov
2014-07-28 5:59 ` [PATCH 1/2] treewide: drop Doxygen stuff Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox