aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-18 01:53:57 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-18 01:53:57 +0000
commit5d0e8cc9dfa077f2062e83e8257b54d8155b4d24 (patch)
tree034e2fd05727df9dc72e0ddd99bae4ca3ff62d54 /doc/Makefile
parentUse elif where appropriate. Thanks to ferringb. (diff)
downloadportage-5d0e8cc9dfa077f2062e83e8257b54d8155b4d24.tar.gz
portage-5d0e8cc9dfa077f2062e83e8257b54d8155b4d24.tar.bz2
portage-5d0e8cc9dfa077f2062e83e8257b54d8155b4d24.zip
start documenting qa notices so antarus stops whining
svn path=/main/trunk/; revision=5693
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 000000000..c829639ca
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,11 @@
+all: xhtml xhtml-nochunks
+
+XMLTO_FLAGS_man = -x custom.xsl
+man pdf txt xhtml xhtml-nochunks:
+ xmlto $@ $(XMLTO_FLAGS_$@) portage.docbook
+
+clean distclean:
+ rm -f *.1 *.html
+
+.PHONY: all clean distclean \
+ man pdf txt xhtml xhtml-nochunks