diff options
Diffstat (limited to 'doc/xine-lib-API/Makefile.am')
-rw-r--r-- | doc/xine-lib-API/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/xine-lib-API/Makefile.am b/doc/xine-lib-API/Makefile.am new file mode 100644 index 000000000..d9c437c2d --- /dev/null +++ b/doc/xine-lib-API/Makefile.am @@ -0,0 +1,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 |