summaryrefslogtreecommitdiff
path: root/doc/man/en/Makefile.am
blob: 53fec0693420f1bb0f461e2083b72df8dfcca925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = man3

man_MANS = xine-lib.3 xine-config.1

EXTRA_DIST = $(man_MANS) xine-lib.3.in

##xine-lib-man:
##	cat xine-lib.3.in > xine-lib.3 && \
##	(for f in `ls man3/*.3`; do \
##	  (echo -e ".B $$f\n" | sed -e 's/man3\///g' -e 's/\.3//g'); \
##	done) >> xine-lib.3

mostlyclean-generic:
	-rm -f *~ \#* .*~ .\#*

maintainer-clean-generic:
	-@echo "This command is intended for maintainers to use;"
	-@echo "it deletes files that may require special tools to rebuild."
	-rm -f Makefile.in