mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Build the documentation.
This commit is contained in:
		| @@ -31,3 +31,16 @@ def protoencode(self, name, srcs: Targets, proto, symbol): | ||||
|         commands=["{deps[0]} {ins} {outs} " + symbol], | ||||
|         label="PROTOENCODE", | ||||
|     ) | ||||
|  | ||||
|  | ||||
| cxxprogram( | ||||
|     name="mkdoc", | ||||
|     srcs=["./mkdoc.cc"], | ||||
|     deps=["src/formats", "lib+config_proto_lib", "+lib"], | ||||
| ) | ||||
|  | ||||
| cxxprogram( | ||||
|     name="mkdocindex", | ||||
|     srcs=["./mkdocindex.cc"], | ||||
|     deps=["src/formats", "lib+config_proto_lib", "+lib"], | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user