diff mbox series

[1/9] libtracefs: Remove doc_gui targets

Message ID 20201217094626.1402191-2-tz.stoyanov@gmail.com (mailing list archive)
State Superseded
Headers show
Series libtracefs man pages | expand

Commit Message

Tzvetomir Stoyanov (VMware) Dec. 17, 2020, 9:46 a.m. UTC
There is no gui in libtracefs, removed forgotten targets for building
gui documentation.

Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
---
 Makefile | 9 ---------
 1 file changed, 9 deletions(-)

Comments

Steven Rostedt Dec. 18, 2020, 7:24 p.m. UTC | #1
On Thu, 17 Dec 2020 11:46:18 +0200
"Tzvetomir Stoyanov (VMware)" <tz.stoyanov@gmail.com> wrote:

> There is no gui in libtracefs, removed forgotten targets for building
> gui documentation.
> 

I already applied a similar patch. No need for this one.

-- Steve

> Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
> ---
>  Makefile | 9 ---------
>  1 file changed, 9 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index a7d5808..7460d4d 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -255,19 +255,10 @@ install_pkgconfig: $(PKG_CONFIG_FILE)
>  
>  doc:
>  	$(MAKE) -C $(src)/Documentation all
> -doc_gui:
> -	$(MAKE) -C $(kshark-dir)/Documentation all
> -
> -
>  doc_clean:
>  	$(MAKE) -C $(src)/Documentation clean
> -doc_gui_clean:
> -	$(MAKE) -C $(kshark-dir)/Documentation clean
> -
>  install_doc:
>  	$(MAKE) -C $(src)/Documentation install
> -install_doc_gui:
> -	$(MAKE) -C $(kshark-dir)/Documentation install
>  
>  define build_uninstall_script
>  	$(Q)mkdir $(BUILD_OUTPUT)/tmp_build
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index a7d5808..7460d4d 100644
--- a/Makefile
+++ b/Makefile
@@ -255,19 +255,10 @@  install_pkgconfig: $(PKG_CONFIG_FILE)
 
 doc:
 	$(MAKE) -C $(src)/Documentation all
-doc_gui:
-	$(MAKE) -C $(kshark-dir)/Documentation all
-
-
 doc_clean:
 	$(MAKE) -C $(src)/Documentation clean
-doc_gui_clean:
-	$(MAKE) -C $(kshark-dir)/Documentation clean
-
 install_doc:
 	$(MAKE) -C $(src)/Documentation install
-install_doc_gui:
-	$(MAKE) -C $(kshark-dir)/Documentation install
 
 define build_uninstall_script
 	$(Q)mkdir $(BUILD_OUTPUT)/tmp_build