mirror of
				https://git.proxmox.com/git/pve-docs
				synced 2025-11-04 14:17:57 +00:00 
			
		
		
		
	fix makefile for vzdump.1 and pveam.1
This commit is contained in:
		
							parent
							
								
									2d8f1c9267
								
							
						
					
					
						commit
						6198e7c556
					
				
							
								
								
									
										7
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								Makefile
									
									
									
									
									
								
							@ -53,9 +53,6 @@ GEN_SCRIPTS=					\
 | 
			
		||||
	gen-pve-firewall-rules-opts.pl		\
 | 
			
		||||
	gen-pve-firewall-vm-opts.pl
 | 
			
		||||
 | 
			
		||||
VZDUMP_SOURCES=attributes.txt vzdump.adoc vzdump.1-synopsis.adoc
 | 
			
		||||
PVEAM_SOURCES=attributes.txt pveam.adoc pveam.1-synopsis.adoc
 | 
			
		||||
 | 
			
		||||
SYSADMIN_SOURCES=				\
 | 
			
		||||
	getting-help.adoc			\
 | 
			
		||||
	pve-package-repos.adoc			\
 | 
			
		||||
@ -87,8 +84,8 @@ PVE_ADMIN_GUIDE_SOURCES=			\
 | 
			
		||||
	${SPICEPROXY_MAN8_SOURCES}		\
 | 
			
		||||
	${PVE_HA_CRM_MAN8_SOURCES}		\
 | 
			
		||||
	${PVE_HA_LRM_MAN8_SOURCES}		\
 | 
			
		||||
	${PVEAM_SOURCES}			\
 | 
			
		||||
	${VZDUMP_SOURCES}			\
 | 
			
		||||
	${VZDUMP_MAN1_SOURCES}			\
 | 
			
		||||
	${PVEAM_MAN1_SOURCES}			\
 | 
			
		||||
	images/cluster-nwdiag.svg		\
 | 
			
		||||
	images/node-nwdiag.svg			\
 | 
			
		||||
	pve-bibliography.adoc			\
 | 
			
		||||
 | 
			
		||||
@ -38,6 +38,11 @@ PVESM_MAN1_SOURCES=			\
 | 
			
		||||
	pve-storage-zfspool.adoc	\
 | 
			
		||||
	${PVE_COMMON_DOC_SOURCES}
 | 
			
		||||
 | 
			
		||||
VZDUMP_MAN1_SOURCES=			\
 | 
			
		||||
	vzdump.adoc 			\
 | 
			
		||||
	vzdump.1-synopsis.adoc		\
 | 
			
		||||
	${PVE_COMMON_DOC_SOURCES}
 | 
			
		||||
 | 
			
		||||
PCT_MAN1_SOURCES=			\
 | 
			
		||||
	pct.adoc 			\
 | 
			
		||||
	pct.1-synopsis.adoc		\
 | 
			
		||||
@ -73,6 +78,11 @@ PVEUM_MAN1_SOURCES=			\
 | 
			
		||||
	pveum.1-synopsis.adoc		\
 | 
			
		||||
	${PVE_COMMON_DOC_SOURCES}
 | 
			
		||||
 | 
			
		||||
PVEAM_MAN1_SOURCES=			\
 | 
			
		||||
	pveam.adoc 			\
 | 
			
		||||
	pveam.1-synopsis.adoc		\
 | 
			
		||||
	${PVE_COMMON_DOC_SOURCES}
 | 
			
		||||
 | 
			
		||||
HA_MANAGER_MAN1_SOURCES=		\
 | 
			
		||||
	ha-manager.adoc 		\
 | 
			
		||||
	ha-manager.1-synopsis.adoc	\
 | 
			
		||||
@ -156,6 +166,10 @@ pct.1: ${PCT_MAN1_SOURCES}
 | 
			
		||||
	a2x ${A2X_MAN1_OPTIONS} pct.adoc
 | 
			
		||||
	test -n "$${NOVIEW}" || man -l $@
 | 
			
		||||
 | 
			
		||||
vzdump.1: ${VZDUMP_MAN1_SOURCES}
 | 
			
		||||
	a2x ${A2X_MAN1_OPTIONS} vzdump.adoc
 | 
			
		||||
	test -n "$${NOVIEW}" || man -l $@
 | 
			
		||||
 | 
			
		||||
qm.1: ${QM_MAN1_SOURCES}
 | 
			
		||||
	a2x ${A2X_MAN1_OPTIONS} qm.adoc
 | 
			
		||||
	test -n "$${NOVIEW}" || man -l $@
 | 
			
		||||
@ -172,6 +186,10 @@ pveum.1: ${PVEUM_MAN1_SOURCES}
 | 
			
		||||
	a2x ${A2X_MAN1_OPTIONS} pveum.adoc
 | 
			
		||||
	test -n "$${NOVIEW}" || man -l $@
 | 
			
		||||
 | 
			
		||||
pveam.1: ${PVEAM_MAN1_SOURCES}
 | 
			
		||||
	a2x ${A2X_MAN1_OPTIONS} pveam.adoc
 | 
			
		||||
	test -n "$${NOVIEW}" || man -l $@
 | 
			
		||||
 | 
			
		||||
ha-manager.1: ${HA_MANAGER_MAN1_SOURCES}
 | 
			
		||||
	a2x ${A2X_MAN1_OPTIONS} ha-manager.adoc
 | 
			
		||||
	test -n "$${NOVIEW}" || man -l $@
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user