summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-05-14 16:21:44 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-05-14 16:21:44 +0000
commit8e1d76f47f530f3b76cfe81eb9da1348df17e801 (patch)
tree71ad00b972db4f7ecd0a79dbf2519cb6c1c8f5ae /doc/man
parent204f53f90ab41ffad6a6cbc5aac4dcce6b609b47 (diff)
downloadxine-lib-8e1d76f47f530f3b76cfe81eb9da1348df17e801.tar.gz
xine-lib-8e1d76f47f530f3b76cfe81eb9da1348df17e801.tar.bz2
as announced on xine-devel, this is the big Makefile refactoring:
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/Makefile.am10
-rw-r--r--doc/man/en/Makefile.am9
2 files changed, 3 insertions, 16 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 27993c425..2f7d162d2 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -1,9 +1,3 @@
-SUBDIRS = en
-
-mostlyclean-generic:
- -rm -f *~ \#* .*~ .\#*
+include $(top_srcdir)/misc/Makefile.common
-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
+SUBDIRS = en
diff --git a/doc/man/en/Makefile.am b/doc/man/en/Makefile.am
index f6d18e0c8..fa4bdde84 100644
--- a/doc/man/en/Makefile.am
+++ b/doc/man/en/Makefile.am
@@ -1,12 +1,5 @@
+include $(top_srcdir)/misc/Makefile.common
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