blob: d9c437c2d1f932e412f857c51fe665829bd0dc77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUBDIRS = html
debug:
install-debug:
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 xine_header.html
|