mirror of
				https://gitlab.gnome.org/GNOME/libxslt
				synced 2025-11-04 00:53:12 +03:00 
			
		
		
		
	Remove generated files from distribution
- libxslt.spec - python/libxslt.py Also prefer 'dist_' prefix over EXTRA_DIST.
This commit is contained in:
		
							
								
								
									
										15
									
								
								Makefile.am
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								Makefile.am
									
									
									
									
									
								
							@@ -12,17 +12,15 @@ confexec_DATA = xsltConf.sh
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
bin_SCRIPTS = xslt-config
 | 
					bin_SCRIPTS = xslt-config
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dist-hook: cleanup libxslt.spec
 | 
					dist-hook: cleanup
 | 
				
			||||||
	touch $(distdir)/doc/*.xml
 | 
						touch $(distdir)/doc/*.xml
 | 
				
			||||||
	touch $(distdir)/doc/EXSLT/*.xml
 | 
						touch $(distdir)/doc/EXSLT/*.xml
 | 
				
			||||||
	touch $(distdir)/libxslt/*.syms
 | 
						touch $(distdir)/libxslt/*.syms
 | 
				
			||||||
	(cd $(srcdir) ; tar -cf - win32 vms examples) | (cd $(distdir); tar xf -)
 | 
						(cd $(srcdir) ; tar -cf - win32 vms examples) | (cd $(distdir); tar xf -)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \
 | 
					EXTRA_DIST = xsltConf.sh.in \
 | 
				
			||||||
             FEATURES TODO Copyright libxslt.m4 \
 | 
					             FEATURES TODO Copyright \
 | 
				
			||||||
	     win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw \
 | 
						     CMakeLists.txt config.h.cmake.in libxslt-config.cmake.in libxslt-config.cmake.cmake.in
 | 
				
			||||||
	     win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp \
 | 
					 | 
				
			||||||
	     CMakeLists.txt config.h.cmake.in FindGcrypt.cmake libxslt-config.cmake.in libxslt-config.cmake.cmake.in
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## We create xsltConf.sh here and not from configure because we want
 | 
					## We create xsltConf.sh here and not from configure because we want
 | 
				
			||||||
## to get the paths expanded correctly.  Macros like srcdir are given
 | 
					## to get the paths expanded correctly.  Macros like srcdir are given
 | 
				
			||||||
@@ -73,8 +71,9 @@ pkgconfigdir=$(libdir)/pkgconfig
 | 
				
			|||||||
pkgconfig_DATA = libxslt.pc libexslt.pc
 | 
					pkgconfig_DATA = libxslt.pc libexslt.pc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cmakedir = $(libdir)/cmake/libxslt
 | 
					cmakedir = $(libdir)/cmake/libxslt
 | 
				
			||||||
cmake_DATA = FindGcrypt.cmake libxslt-config.cmake
 | 
					dist_cmake_DATA = FindGcrypt.cmake
 | 
				
			||||||
 | 
					cmake_DATA = libxslt-config.cmake
 | 
				
			||||||
 | 
					
 | 
				
			||||||
m4datadir = $(datadir)/aclocal
 | 
					m4datadir = $(datadir)/aclocal
 | 
				
			||||||
m4data_DATA = libxslt.m4
 | 
					dist_m4data_DATA = libxslt.m4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -31,7 +31,7 @@ libxsltmod_la_LDFLAGS = -module -avoid-version
 | 
				
			|||||||
libxslt.py: $(srcdir)/libxsl.py libxsltclass.py
 | 
					libxslt.py: $(srcdir)/libxsl.py libxsltclass.py
 | 
				
			||||||
	cat $(srcdir)/libxsl.py libxsltclass.py > $@
 | 
						cat $(srcdir)/libxsl.py libxsltclass.py > $@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
python_PYTHON = libxslt.py
 | 
					nodist_python_PYTHON = libxslt.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GENERATE = generator.py
 | 
					GENERATE = generator.py
 | 
				
			||||||
API_DESC = $(top_srcdir)/doc/libxslt-api.xml $(srcdir)/libxslt-python-api.xml
 | 
					API_DESC = $(top_srcdir)/doc/libxslt-api.xml $(srcdir)/libxslt-python-api.xml
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user