Keep Makefile DRY
This commit is contained in:
		
							parent
							
								
									696a0918d5
								
							
						
					
					
						commit
						0fb3e503d3
					
				@ -23,7 +23,7 @@ install: manpages
 | 
				
			|||||||
manpages: $(QVM_DOCS) $(QUBES_DOCS) $(VM_DOCS)
 | 
					manpages: $(QVM_DOCS) $(QUBES_DOCS) $(VM_DOCS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
preview:	$(rst)
 | 
					preview:	$(rst)
 | 
				
			||||||
	pandoc -s -f rst -t man $(rst) | groff -mandoc -Tlatin1 | less -R
 | 
						$(PANDOC) $(rst) | groff -mandoc -Tlatin1 | less -R
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -f $(VM_DOCS)
 | 
						rm -f $(VM_DOCS)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user