mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 03:28:38 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			508 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			508 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| web: \
 | |
| 	web/winfsp-design.html \
 | |
| 	web/service-architecture.html \
 | |
| 	web/sshfs-port-case-study.html \
 | |
| 	web/winfsp.h.html
 | |
| 
 | |
| web/winfsp-design.html:
 | |
| 	mkdir -p web
 | |
| 	asciidoc -b html4 -a hr= -s -o $@ winfsp-design.adoc
 | |
| 
 | |
| web/service-architecture.html:
 | |
| 	mkdir -p web
 | |
| 	asciidoc -b html4 -a hr= -s -o $@ service-architecture.adoc
 | |
| 
 | |
| web/sshfs-port-case-study.html:
 | |
| 	mkdir -p web
 | |
| 	asciidoc -b html4 -a hr= -s -o $@ sshfs-port-case-study.adoc
 | |
| 
 | |
| web/winfsp.h.html:
 | |
| 	mkdir -p web
 | |
| 	prettydoc -H-O -o web ../inc/winfsp/winfsp.h
 |