mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Using 'cat' instead of 'cp' to copy the Doxyfile to avoid problems in case Doxyfile is write protected
This commit is contained in:
		
							
								
								
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -7637,3 +7637,5 @@ Video Disk Recorder Revision History | ||||
|   put them in place when writing future comments, so I decided to drop them entirely. | ||||
| - Added Doxyfile.filter to have special characters escaped that would otherwise be | ||||
|   dropped by Doxygen (reported by Ville Skytt<74>). | ||||
| - Using 'cat' instead of 'cp' to copy the Doxyfile to avoid problems in case Doxyfile | ||||
|   is write protected. | ||||
|   | ||||
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
| # See the main source file 'vdr.c' for copyright information and | ||||
| # how to reach the author. | ||||
| # | ||||
| # $Id: Makefile 2.51 2013/02/16 11:21:03 kls Exp $ | ||||
| # $Id: Makefile 2.52 2013/02/17 11:08:04 kls Exp $ | ||||
|  | ||||
| .DELETE_ON_ERROR: | ||||
|  | ||||
| @@ -303,7 +303,7 @@ install-pc: vdr.pc | ||||
| # Source documentation: | ||||
|  | ||||
| srcdoc: | ||||
| 	@cp $(DOXYFILE) $(DOXYFILE).tmp | ||||
| 	@cat $(DOXYFILE) > $(DOXYFILE).tmp | ||||
| 	@echo PROJECT_NUMBER = $(VDRVERSION) >> $(DOXYFILE).tmp | ||||
| 	$(DOXYGEN) $(DOXYFILE).tmp | ||||
| 	@rm $(DOXYFILE).tmp | ||||
|   | ||||
		Reference in New Issue
	
	Block a user