diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-05 12:04:42 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-05 12:04:42 +0000 |
commit | 0ab65bd1e2f643db0e26a308202e7329fe33abc6 (patch) | |
tree | b4c38d685d7d824f5e8c2fd5585436b9c786a93d /doc/faq/Makefile.am | |
parent | b1dad90d2c57319a766cbf63ef388d1c83a84202 (diff) | |
download | xine-lib-0ab65bd1e2f643db0e26a308202e7329fe33abc6.tar.gz xine-lib-0ab65bd1e2f643db0e26a308202e7329fe33abc6.tar.bz2 |
adding the new sgml faq
CVS patchset: 3780
CVS date: 2003/01/05 12:04:42
Diffstat (limited to 'doc/faq/Makefile.am')
-rw-r--r-- | doc/faq/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am new file mode 100644 index 000000000..291e4718b --- /dev/null +++ b/doc/faq/Makefile.am @@ -0,0 +1,12 @@ + +EXTRA_DIST = README faq.sgml + +docdir = $(prefix)/share/doc/xine/faq + +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 |