diff options
Diffstat (limited to 'misc/fonts/Makefile.am')
-rw-r--r-- | misc/fonts/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/fonts/Makefile.am b/misc/fonts/Makefile.am new file mode 100644 index 000000000..ffbf09c14 --- /dev/null +++ b/misc/fonts/Makefile.am @@ -0,0 +1,18 @@ +datadir = $(XINE_FONTDIR) +data_DATA = mono-16.xinefont.gz sans-16.xinefont.gz serif-16.xinefont.gz \ + mono-20.xinefont.gz sans-20.xinefont.gz serif-20.xinefont.gz \ + mono-24.xinefont.gz sans-24.xinefont.gz serif-24.xinefont.gz \ + mono-32.xinefont.gz sans-32.xinefont.gz serif-32.xinefont.gz + +debug: + +install-debug: install + +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 |