blob: 5850f70a09b45c79e3403417178ce9b1a04c2c35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#SUBDIRS = man3
#man_MANS = xine-lib.3 xine-config.1
man_MANS = xine-config.1
EXTRA_DIST = $(man_MANS)
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
|