mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-10-29 05:40:16 -04:00 
			
		
		
		
	doc: Invoke doxygen via the defined make variable.
Invoke doxygen via the autoconf-defined make variable instead of directly. This brings it in line with standard makefile practices. Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									8cda738a68
								
							
						
					
					
						commit
						962de0d0cc
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -28,14 +28,14 @@ xml/client/index.xml: $(scanned_src_files_client) wayland.doxygen | ||||||
|           echo "GENERATE_XML=YES"; \ |           echo "GENERATE_XML=YES"; \ | ||||||
|           echo "XML_OUTPUT=xml/client"; \ |           echo "XML_OUTPUT=xml/client"; \ | ||||||
|           echo "INPUT= $(scanned_src_files_client)"; \ |           echo "INPUT= $(scanned_src_files_client)"; \ | ||||||
|           ) | doxygen - |           ) | $(DOXYGEN) - | ||||||
| xml/server/index.xml: $(scanned_src_files_server) wayland.doxygen | xml/server/index.xml: $(scanned_src_files_server) wayland.doxygen | ||||||
| 	$(AM_V_GEN)$(MKDIR_P) xml/server && \ | 	$(AM_V_GEN)$(MKDIR_P) xml/server && \ | ||||||
| 	(cat wayland.doxygen; \ | 	(cat wayland.doxygen; \ | ||||||
|           echo "GENERATE_XML=YES"; \ |           echo "GENERATE_XML=YES"; \ | ||||||
|           echo "XML_OUTPUT=xml/server"; \ |           echo "XML_OUTPUT=xml/server"; \ | ||||||
|           echo "INPUT= $(scanned_src_files_server)"; \ |           echo "INPUT= $(scanned_src_files_server)"; \ | ||||||
|           ) | doxygen - |           ) | $(DOXYGEN) - | ||||||
| 
 | 
 | ||||||
| man/man3/wl_display.3: $(scanned_src_files_client) $(scanned_src_files_server) | man/man3/wl_display.3: $(scanned_src_files_client) $(scanned_src_files_server) | ||||||
| 	$(AM_V_GEN)(cat wayland.doxygen; \ | 	$(AM_V_GEN)(cat wayland.doxygen; \ | ||||||
|  | @ -43,7 +43,7 @@ man/man3/wl_display.3: $(scanned_src_files_client) $(scanned_src_files_server) | ||||||
|           echo "MAN_OUTPUT=man"; \ |           echo "MAN_OUTPUT=man"; \ | ||||||
|           echo "JAVADOC_AUTOBRIEF=NO"; \ |           echo "JAVADOC_AUTOBRIEF=NO"; \ | ||||||
|           echo "INPUT= $^"; \ |           echo "INPUT= $^"; \ | ||||||
|           ) | doxygen - |           ) | $(DOXYGEN) - | ||||||
| 
 | 
 | ||||||
| # there is no man-local | # there is no man-local | ||||||
| all-local: man/man3/wl_display.3 | all-local: man/man3/wl_display.3 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jon A. Cruz
						Jon A. Cruz