summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-21 07:13:05 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-21 07:13:05 +0000
commit4a0fd8c7bf04c0d4c1e356489487ff89afc7e2ea (patch)
treeafc49e1133d02c6844bf24f5734791d28178b8cd /doc/Makefile
parentec2926c7047b75d004d9c3c5f45edc01fbcac8e8 (diff)
downloadportage-4a0fd8c7bf04c0d4c1e356489487ff89afc7e2ea.tar.gz
portage-4a0fd8c7bf04c0d4c1e356489487ff89afc7e2ea.tar.bz2
portage-4a0fd8c7bf04c0d4c1e356489487ff89afc7e2ea.zip
- start documenting qa notices so antarus stops whining (trunk r5693)
- forgot to document strict alias warnings (trunk r5733) - fix programlisting output to match the sections they are in (trunk r5734) svn path=/main/branches/2.1.2/; revision=6910
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