mirror of
				https://github.com/Mikaela/Limnoria.git
				synced 2025-11-04 09:37:25 +01:00 
			
		
		
		
	ChangeLog. Also, some updates to handle the manpages being in the actual upstream Supybot package.
		
			
				
	
	
		
			7 lines
		
	
	
		
			252 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			252 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/make -f
 | 
						|
include /usr/share/cdbs/1/rules/debhelper.mk
 | 
						|
include /usr/share/cdbs/1/class/python-distutils.mk
 | 
						|
 | 
						|
DEB_INSTALL_MANPAGES_supybot := docs/man/supybot-adduser.1 docs/man/supybot-newplugin.1\
 | 
						|
	docs/man/supybot.1 docs/man/supybot-wizard.1
 |